summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: Fix multiwrite with overlapping requestsKevin Wolf2010-05-281-1/+1
* qcow2: Fix error handling in l2_allocateKevin Wolf2010-05-281-10/+13
* qcow2: Clear L2 table cache after write errorKevin Wolf2010-05-281-0/+1
* vhost_net.c: v2 Fix build failure introduced by 0bfcd599e3f5c5679cc7d0165a0a1...Jes Sorensen2010-05-271-1/+1
* Make cache=unsafe the default for -snapshotAlexander Graf2010-05-272-5/+5
* sparc64: clean up pci bridge mapIgor V. Kovalenko2010-05-262-25/+28
* sparc64: rename sun4u cpu to Ultrasparc IIiIgor V. Kovalenko2010-05-261-1/+1
* Add cache=unsafe parameter to -driveAlexander Graf2010-05-265-4/+44
* vnc: rich cursor support.Gerd Hoffmann2010-05-243-12/+73
* use new cursor struct + functions for vmware vga and sdl.Gerd Hoffmann2010-05-242-44/+48
* cursor: add cursor functions.Gerd Hoffmann2010-05-245-3/+310
* Fix error handling in qemu_read_config_fileKevin Wolf2010-05-242-6/+10
* Virtio-net: Replace the hardcode 6 with defined ETN_ALENAmos Kong2010-05-241-2/+2
* sdl: Do not disable screensaver by defaultJan Kiszka2010-05-241-0/+4
* Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori2010-05-244-8/+48
|\
| * vvfat: More build fixes with DEBUGKevin Wolf2010-05-211-2/+6
| * vvfat: Fix compilation with DEBUG definedRiccardo Magliocchetti2010-05-211-1/+1
| * block: Add SG_IO device check in refresh_total_sectors()Nicholas Bellinger2010-05-211-0/+4
| * block: Make find_image_format() return 'raw' BlockDriver for SG_IO devicesNicholas Bellinger2010-05-211-0/+5
| * block: fix sector comparism in multiwrite_req_compareChristoph Hellwig2010-05-211-1/+13
| * virtio-blk: fix barrier supportChristoph Hellwig2010-05-211-2/+13
| * virtio-blk: Avoid zeroing every request structureStefan Hajnoczi2010-05-211-1/+3
| * block: fix aio_flush segfaults for read-only protocols (e.g. curl)Avi Kivity2010-05-211-1/+3
* | Merge remote branch 'qmp/for-anthony' into stagingAnthony Liguori2010-05-2425-117/+143
|\ \
| * | Fix qtypes' licensesLuiz Capitulino2010-05-1919-44/+73
| * | Monitor: Return before exiting with 'quit'Luiz Capitulino2010-05-191-1/+4
| * | sysemu: Export 'no_shutdown'Luiz Capitulino2010-05-191-0/+1
| * | Revert "Monitor: Return before exiting with 'quit'"Luiz Capitulino2010-05-193-22/+1Star
| * | Revert "monitor: Convert do_pci_device_hot_remove() to QObject"Markus Armbruster2010-05-193-7/+4Star
| * | Revert "PCI: Convert pci_device_hot_add() to QObject"Markus Armbruster2010-05-193-45/+7Star
| * | QMP: Add "Downstream extension of QMP" to specMarkus Armbruster2010-05-191-0/+55
* | | microblaze: Handle new elf mach nr for sysemu.Edgar E. Iglesias2010-05-241-0/+5
* | | lsi: Fix value overflow in request tag processingJan Kiszka2010-05-221-2/+2
* | | sparc64: flush translations on mmu context changeIgor V. Kovalenko2010-05-221-0/+6
* | | sparc64: fix mmu context at trap levels above zeroIgor V. Kovalenko2010-05-223-8/+35
* | | sparc64: fix dump_mmu to look for global bit in tte value instead of tagIgor V. Kovalenko2010-05-221-2/+2
* | | sparc64: fix pstate privilege bitsIgor V. Kovalenko2010-05-224-36/+57
* | | sparc64: generate data access exception on RW violationIgor V. Kovalenko2010-05-221-37/+62
* | | sparc32 protect read-only bits in DMA CSR registersArtyom Tarasenko2010-05-221-4/+8
* | | vmstate: fix breakage by 7e72abc382b700a72549e8147bdea413534eeedcTeLeMan2010-05-221-1/+0Star
* | | Fix -device help and documentationMarkus Armbruster2010-05-221-9/+6Star
* | | Fix tarbin Makefile ruleStuart Brady2010-05-221-34/+13Star
* | | hxtool: Add syntax error detectionJan Kiszka2010-05-221-1/+15
* | | Fix TEXI section mark imbalance in qemu-img-cmd.hxJan Kiszka2010-05-221-1/+1
* | | Put dependency files in proper subdirJan Kiszka2010-05-221-1/+1
* | | Clean libhw subdirs as wellJan Kiszka2010-05-221-1/+1
* | | Fix %lld or %llx printf format useBlue Swirl2010-05-2214-60/+67
* | | Compile dma only onceBlue Swirl2010-05-2219-17/+83
* | | pckbd: improve debuggingBlue Swirl2010-05-221-13/+15
* | | Compile pckbd only onceBlue Swirl2010-05-2216-57/+88