- Oct 01, 2009
-
-
Anthony Liguori authored
In the very least, a change like this requires discussion on the list. The naming convention is goofy and it causes a massive merge problem. Something like this _must_ be presented on the list first so people can provide input and cope with it. This reverts commit 99a0949b. Signed-off-by:
Anthony Liguori <aliguori@us.ibm.com>
-
malc authored
Some not so obvious bits, slirp and Xen were left alone for the time being. Signed-off-by:
malc <av1474@comtv.ru>
-
Edgar E. Iglesias authored
Signed-off-by:
Edgar E. Iglesias <edgar.iglesias@gmail.com>
-
- Sep 30, 2009
-
-
Aurelien Jarno authored
Signed-off-by:
Aurelien Jarno <aurelien@aurel32.net>
-
Laurent Desnogues authored
Use globals for the 8 or 16 CPU registers on i386 and x86_64. Signed-off-by:
Aurelien Jarno <aurelien@aurel32.net>
-
Stefan Weil authored
inofficial -> unofficial Thanks to Blue Swirl. Signed-off-by:
Stefan Weil <weil@mail.berlios.de> Signed-off-by:
Blue Swirl <blauwirbel@gmail.com>
-
Michael S. Tsirkin authored
Fix another place with =- to be "= -". to avoid confusion with old-style "-=" (which we also have, and needs to be fixed). Signed-off-by:
Michael S. Tsirkin <mst@redhat.com> Signed-off-by:
Blue Swirl <blauwirbel@gmail.com>
-
Michael S. Tsirkin authored
Fix unmatched bracket in commented out code Signed-off-by:
Michael S. Tsirkin <mst@redhat.com> Signed-off-by:
Blue Swirl <blauwirbel@gmail.com>
-
Michael S. Tsirkin authored
Put space between = and - assigning a negative number to avoid confusion with old-style "-=" (which we also have, and need to be fixed). Signed-off-by:
Michael S. Tsirkin <mst@redhat.com> Signed-off-by:
Blue Swirl <blauwirbel@gmail.com>
-
Michael S. Tsirkin authored
Put space between = and & when taking a pointer, to avoid confusion with old-style "&=". Signed-off-by:
Michael S. Tsirkin <mst@redhat.com> Signed-off-by:
Blue Swirl <blauwirbel@gmail.com>
-
Michael S. Tsirkin authored
Fix unmatched braket in commented out code Signed-off-by:
Michael S. Tsirkin <mst@redhat.com> Signed-off-by:
Blue Swirl <blauwirbel@gmail.com>
-
Michael S. Tsirkin authored
Modern compilers do not parse "=-" as decrement: you must use "-=" for that. Signed-off-by:
Michael S. Tsirkin <mst@redhat.com> Signed-off-by:
Blue Swirl <blauwirbel@gmail.com>
-
Michael S. Tsirkin authored
Modern compilers do not parse "=-" as decrement: you must use "-=" for that. Same for "=+"/"+=". Signed-off-by:
Michael S. Tsirkin <mst@redhat.com> Signed-off-by:
Blue Swirl <blauwirbel@gmail.com>
-
Michael S. Tsirkin authored
Fix unbalanced {} in commented out code. Signed-off-by:
Michael S. Tsirkin <mst@redhat.com> Signed-off-by:
Blue Swirl <blauwirbel@gmail.com>
-
Michael S. Tsirkin authored
Put space between = and - assigning a negative number to avoid confusion with old-style "-=" (which we also have, and needs to be fixed). Signed-off-by:
Michael S. Tsirkin <mst@redhat.com> Signed-off-by:
Blue Swirl <blauwirbel@gmail.com>
-
Michael S. Tsirkin authored
Put space between = and * when dereferencing a pointer, to avoid confusion with old-style "*=" Signed-off-by:
Michael S. Tsirkin <mst@redhat.com> Signed-off-by:
Blue Swirl <blauwirbel@gmail.com>
-
Michael S. Tsirkin authored
Put space between = and * when dereferencing a pointer, to avoid confusion with old-style "*=" Signed-off-by:
Michael S. Tsirkin <mst@redhat.com> Signed-off-by:
Blue Swirl <blauwirbel@gmail.com>
-
Michael S. Tsirkin authored
Put space between = and & when taking a pointer, to avoid confusion with old-style "&=". Signed-off-by:
Michael S. Tsirkin <mst@redhat.com> Signed-off-by:
Blue Swirl <blauwirbel@gmail.com>
-
malc authored
Signed-off-by:
malc <av1474@comtv.ru>
-
Aurelien Jarno authored
Committed by accident. Signed-off-by:
Aurelien Jarno <aurelien@aurel32.net>
-
Aurelien Jarno authored
Broken by 4a1418e0 Signed-off-by:
Aurelien Jarno <aurelien@aurel32.net>
-
Aurelien Jarno authored
Signed-off-by:
Aurelien Jarno <aurelien@aurel32.net>
-
- Sep 28, 2009
-
-
Aurelien Jarno authored
Signed-off-by:
Aurelien Jarno <aurelien@aurel32.net>
-
Aurelien Jarno authored
Signed-off-by:
Aurelien Jarno <aurelien@aurel32.net>
-
- Sep 27, 2009
-
-
Blue Swirl authored
GetLastError() returns a DWORD. Signed-off-by:
Blue Swirl <blauwirbel@gmail.com>
-
Blue Swirl authored
Signed-off-by:
Blue Swirl <blauwirbel@gmail.com>
-
Blue Swirl authored
Based on 379f6698. Signed-off-by:
Blue Swirl <blauwirbel@gmail.com>
-
Aurelien Jarno authored
We must take care that dec/inc do not compute CF, which is needed by add2/sub2. Signed-off-by:
Aurelien Jarno <aurelien@aurel32.net>
-
Aurelien Jarno authored
Signed-off-by:
Aurelien Jarno <aurelien@aurel32.net>
-
Blue Swirl authored
Signed-off-by:
Blue Swirl <blauwirbel@gmail.com>
-
Aurelien Jarno authored
Signed-off-by:
Aurelien Jarno <aurelien@aurel32.net>
-
Blue Swirl authored
Signed-off-by:
Blue Swirl <blauwirbel@gmail.com>
-
Blue Swirl authored
Fix breakage in the following conditions: - use in-tree building - build user targets after system targets Signed-off-by:
Blue Swirl <blauwirbel@gmail.com>
-
malc authored
Signed-off-by:
malc <av1474@comtv.ru>
-
malc authored
Signed-off-by:
malc <av1474@comtv.ru>
-
malc authored
Signed-off-by:
malc <av1474@comtv.ru>
-
malc authored
Signed-off-by:
malc <av1474@comtv.ru>
-
- Sep 26, 2009
-
-
Aurelien Jarno authored
Signed-off-by:
Aurelien Jarno <aurelien@aurel32.net>
-
Aurelien Jarno authored
Signed-off-by:
Aurelien Jarno <aurelien@aurel32.net>
-
Stefan Weil authored
size_t arguments need %zu instead of %d. Signed-off-by:
Stefan Weil <weil@mail.berlios.de> Signed-off-by:
Aurelien Jarno <aurelien@aurel32.net>
-