aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-09slirp: check system() successJuan Quintela1-1/+1
2010-03-09cow: return errno instead of -1Juan Quintela1-3/+2
2010-03-09qemu-img rebase: Add -f optionKevin Wolf1-4/+16
2010-03-09configure: Fix code which creates config.mak filesStefan Weil1-2/+2
2010-03-09configure: Fix wrong stderr redirectionStefan Weil1-2/+2
2010-03-09QMP: Introduce WATCHDOG eventLuiz Capitulino4-0/+40
2010-03-09Restore terminal attributes for tty based monitorShahar Havivi1-0/+8
2010-03-09kbd keds: vncGerd Hoffmann2-1/+20
2010-03-09kbd leds: usb kbdGerd Hoffmann1-0/+8
2010-03-09kbd leds: ps/2 kbdGerd Hoffmann1-0/+2
2010-03-09kbd leds: infrastructureGerd Hoffmann2-0/+46
2010-03-09scsi: Make device scsi-disk reject /dev/sg*Markus Armbruster1-0/+5
2010-03-09qdev: Catch attempt to attach more than one device to a netdevMarkus Armbruster2-0/+8
2010-03-09qdev: Improve diagnostics for bad property valuesMarkus Armbruster1-23/+34
2010-03-08virtio-pci: Use DEV_NVECTORS_UNSPECIFIED instead of -1 for virtio-serialAmit Shah1-3/+5
2010-03-08qdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecified nr of MSI vectorsAmit Shah4-6/+9
2010-03-08pcnet APROMWE bit location (retry)Chris Kilgour1-1/+1
2010-03-08move x509 file name defines to qemu-x509.hGerd Hoffmann2-6/+10
2010-03-08adding helper pci functionsIzik Eidus1-0/+18
2010-03-08QMP: Introduce RTC_CHANGE eventLuiz Capitulino6-0/+32
2010-03-08QMP: Revamp the qmp-events.txt fileLuiz Capitulino1-37/+133
2010-03-08QMP: Drop DEBUG eventLuiz Capitulino4-11/+0
2010-03-08QMP: Move RESET event into qemu_system_reset()Luiz Capitulino1-1/+2
2010-03-08QMP: Move STOP event into do_vm_stop()Luiz Capitulino1-1/+1
2010-03-08block: Emit BLOCK_IO_ERROR before vm_stop() callLuiz Capitulino3-3/+3
2010-03-08Fix hanging user monitor when using balloon commandAdam Litke1-1/+1
2010-03-08sdl: improve grab exiting instructionsAnthony Liguori1-3/+3
2010-03-08ppc: don't define bamboo-0.13 as the default machineAurelien Jarno1-1/+0
2010-03-07Update to a hopefully more future proof FSF addressBlue Swirl24-51/+26
2010-03-07i386-dis: remove dead assignments, spotted by clangBlue Swirl1-5/+0
2010-03-07softfloat: remove dead assignments, spotted by clangBlue Swirl1-8/+4
2010-03-07slirp: remove dead nested assignment, spotted by clangBlue Swirl1-2/+1
2010-03-07slirp: remove dead initialization, spotted by clangBlue Swirl1-4/+0
2010-03-07slirp: remove dead increments, spotted by clangBlue Swirl3-2/+4
2010-03-07slirp: remove dead assignments, spotted by clangBlue Swirl2-15/+7
2010-03-06target-arm: Fix missing 'return' in SRS handling.Adam Lackorzynski1-0/+1
2010-03-06Fix curses interaction with keymapsSamuel Thibault6-94/+149
2010-03-06use absolute URLs for .gitmodulesPaolo Bonzini1-2/+2
2010-03-06Documentation: Modify rule for html output (better looking output format)Stefan Weil2-3/+6
2010-03-06scsi: update comment on the standards revisionChristoph Hellwig1-2/+6
2010-03-06qemu-nbd: Fix wrong description in qemu-nbd.texiRyota Ozaki1-2/+2
2010-03-06Build usb-ohci for PCsKevin Wolf2-0/+4
2010-03-06ppc440_bamboo: Disable new virtio-serial features for 0.12 machine typeAmit Shah1-0/+12
2010-03-06ppc440_bamboo: Add 0.12 and 0.13 machine types for backward compatAmit Shah1-1/+10
2010-03-06s390-virtio: Fix compile error for virtio-block initAmit Shah1-1/+1
2010-03-06json-parser: Fix segfault on malformed inputKevin Wolf1-1/+1
2010-03-06hw/serial.c: fix THRE interrupt clearingAurelien Jarno1-1/+1
2010-03-06hw/serial.c: fix indentationAurelien Jarno1-8/+8
2010-03-06linux-user: Save/restore fpu registers to signal context on sh4takasi-y@ops.dti.ne.jp1-8/+21
2010-03-06linux-user: Fix syscall pipe2() retval on sh4takasi-y@ops.dti.ne.jp1-3/+6