Paolo Bonzini f53f4da9c6 block: simplify path_is_absolute
On Windows, all the logic is already in is_windows_drive and
is_windows_drive_prefix.  On POSIX, there is no need to look
out for colons.

The win32 code changes the behaviour in some cases, we could have
something like "d:foo.img". The old code would treat it as relative
path, the new one as absolute. Now the path is absolute, because to
go from c:/program files/blah to d:foo.img you cannot say c:/program
files/blah/d:foo.img.  You have to say d:foo.img.  But you could also
say it's relative because (I think, at least it was like that in DOS
15 years ago) d:foo.img is relative to the current path of drive D.
Considering how path_is_absolute is used by path_combine, I think it's
better to treat it as absolute.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2012-05-10 10:32:12 +02:00
2012-04-13 09:57:36 +01:00
2012-05-01 00:17:27 +02:00
2012-05-02 18:39:39 +02:00
2012-04-12 19:01:42 -03:00
2012-05-01 19:08:44 -03:00
2012-05-01 10:58:04 +00:00
2012-04-17 10:51:41 +02:00
2012-04-26 13:14:58 -05:00
2012-04-19 18:52:48 +00:00
2012-05-10 10:32:12 +02:00
2012-05-03 10:45:04 +02:00
2012-04-19 16:51:47 +02:00
2012-04-27 11:44:50 -03:00
2012-05-10 10:32:12 +02:00
2012-04-19 16:29:33 +02:00
2012-03-12 10:30:23 +00:00
2012-05-01 10:45:02 +00:00
2012-03-03 18:10:16 +00:00
2012-04-15 21:25:16 +02:00
2012-03-30 08:14:11 -05:00
2012-03-07 13:03:51 +00:00
2012-04-01 20:30:23 +02:00
2012-03-14 22:20:27 +01:00
2012-03-14 22:20:27 +01:00
2012-03-15 10:39:52 -03:00
2012-03-14 22:20:27 +01:00
2012-03-14 22:20:27 +01:00
2012-05-03 10:45:04 +02:00
2012-04-09 14:35:25 -03:00
2012-05-08 14:30:09 -03:00
2012-03-19 15:17:21 +02:00
2012-04-12 19:01:41 -03:00
2012-04-12 19:01:41 -03:00
2012-03-14 22:20:26 +01:00
2012-04-26 13:14:58 -05:00
2012-03-15 10:39:52 -03:00
2012-05-08 14:29:14 -03:00
2012-03-15 10:39:52 -03:00
2012-02-15 09:39:21 -06:00
2012-02-24 13:36:04 -06:00
2012-04-19 17:19:37 +02:00
2012-03-16 01:04:51 +02:00
2012-03-16 01:04:51 +02:00
2012-02-17 08:33:32 -06:00
2012-02-17 08:33:32 -06:00
2012-04-26 13:14:58 -05:00
2012-03-14 22:20:27 +01:00
2012-04-07 14:00:45 +00:00
2012-03-02 11:56:38 +00:00
2012-05-01 00:17:27 +02:00
2012-04-19 16:29:33 +02:00
2012-04-19 17:19:37 +02:00
2012-04-15 21:25:16 +02:00
2012-04-07 14:00:45 +00:00
2012-05-01 00:17:27 +02:00
2012-04-26 13:14:58 -05:00
2012-04-05 14:54:40 +02:00
2012-04-05 14:54:40 +02:00
2012-05-08 14:30:09 -03:00
2012-04-24 09:50:31 -05:00
2012-03-14 22:20:27 +01:00
2012-03-15 10:39:52 -03:00
2012-05-08 11:15:18 -05:00
2012-05-02 07:32:09 -05:00
2012-05-08 14:30:22 -03:00

Read the documentation in qemu-doc.html or on http://wiki.qemu.org

- QEMU team
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%