summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson2010-03-1212-18/+63
* target-ppc: fix evsrwu and evsrws (second try)Aurelien Jarno2010-03-111-2/+2
* target-ppc: fix evsrwu and evsrwsAurelien Jarno2010-03-111-2/+2
* target-ppc: fix evslw instructionAurelien Jarno2010-03-111-1/+1
* audio: fix commentmalc2010-03-111-1/+1
* QMP: Really move the RESET event to qemu_system_reset()Luiz Capitulino2010-03-101-2/+1
* target-i386: fix SIB decoding with index = 4Aurelien Jarno2010-03-101-2/+2
* documentation: qemu_write_full don't work with non-blocking fd'sJuan Quintela2010-03-091-0/+5
* block: print errno on errorJuan Quintela2010-03-091-2/+2
* vmdk: share cleanup codeJuan Quintela2010-03-091-9/+4
* vmdk: fix double freeJuan Quintela2010-03-091-1/+1
* vmdk: make vmdk_snapshot_create return -errnoJuan Quintela2010-03-091-21/+58
* vmdk: return errno instead of -1Juan Quintela2010-03-091-7/+7
* qcow: return errno instead of -1Juan Quintela2010-03-091-4/+4
* qcow2: return errno instead of -1Juan Quintela2010-03-091-9/+9
* slirp: check system() successJuan Quintela2010-03-091-1/+1
* cow: return errno instead of -1Juan Quintela2010-03-091-3/+2
* qemu-img rebase: Add -f optionKevin Wolf2010-03-091-4/+16
* configure: Fix code which creates config.mak filesStefan Weil2010-03-091-2/+2
* configure: Fix wrong stderr redirectionStefan Weil2010-03-091-2/+2
* QMP: Introduce WATCHDOG eventLuiz Capitulino2010-03-094-0/+40
* Restore terminal attributes for tty based monitorShahar Havivi2010-03-091-0/+8
* kbd keds: vncGerd Hoffmann2010-03-092-1/+20
* kbd leds: usb kbdGerd Hoffmann2010-03-091-0/+8
* kbd leds: ps/2 kbdGerd Hoffmann2010-03-091-0/+2
* kbd leds: infrastructureGerd Hoffmann2010-03-092-0/+46
* scsi: Make device scsi-disk reject /dev/sg*Markus Armbruster2010-03-091-0/+5
* qdev: Catch attempt to attach more than one device to a netdevMarkus Armbruster2010-03-092-0/+8
* qdev: Improve diagnostics for bad property valuesMarkus Armbruster2010-03-091-23/+34
* virtio-pci: Use DEV_NVECTORS_UNSPECIFIED instead of -1 for virtio-serialAmit Shah2010-03-081-3/+5
* qdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecified nr of MSI vectorsAmit Shah2010-03-084-6/+9
* pcnet APROMWE bit location (retry)Chris Kilgour2010-03-081-1/+1
* move x509 file name defines to qemu-x509.hGerd Hoffmann2010-03-082-6/+10
* adding helper pci functionsIzik Eidus2010-03-081-0/+18
* QMP: Introduce RTC_CHANGE eventLuiz Capitulino2010-03-086-0/+32
* QMP: Revamp the qmp-events.txt fileLuiz Capitulino2010-03-081-37/+133
* QMP: Drop DEBUG eventLuiz Capitulino2010-03-084-11/+0
* QMP: Move RESET event into qemu_system_reset()Luiz Capitulino2010-03-081-1/+2
* QMP: Move STOP event into do_vm_stop()Luiz Capitulino2010-03-081-1/+1
* block: Emit BLOCK_IO_ERROR before vm_stop() callLuiz Capitulino2010-03-083-3/+3
* Fix hanging user monitor when using balloon commandAdam Litke2010-03-081-1/+1
* sdl: improve grab exiting instructionsAnthony Liguori2010-03-081-3/+3
* ppc: don't define bamboo-0.13 as the default machineAurelien Jarno2010-03-081-1/+0
* Update to a hopefully more future proof FSF addressBlue Swirl2010-03-0724-51/+26
* i386-dis: remove dead assignments, spotted by clangBlue Swirl2010-03-071-5/+0
* softfloat: remove dead assignments, spotted by clangBlue Swirl2010-03-071-8/+4
* slirp: remove dead nested assignment, spotted by clangBlue Swirl2010-03-071-2/+1
* slirp: remove dead initialization, spotted by clangBlue Swirl2010-03-071-4/+0
* slirp: remove dead increments, spotted by clangBlue Swirl2010-03-073-2/+4
* slirp: remove dead assignments, spotted by clangBlue Swirl2010-03-072-15/+7
OpenPOWER on IntegriCloud