summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcg/ppc[64]: Only define addend load helpers in softmmu casemalc2010-03-132-0/+5
* Remove userspace target_phys_addr_tPaul Brook2010-03-121-1/+1
* Target specific usermode cleanupPaul Brook2010-03-128-4/+41
* Remove cpu_get_phys_page_debug from userspace emulationPaul Brook2010-03-1212-64/+16
* Disable phsyical memory handling in userspace emulation.Paul Brook2010-03-125-9/+21
* Remove TLB from userspacePaul Brook2010-03-124-3/+20
* Add tb_page_addr_tPaul Brook2010-03-123-37/+52
* Fix last page errors in page_check_range and page_set_flags.Richard Henderson2010-03-121-18/+36
* Implement multi-level page tables.Richard Henderson2010-03-122-177/+275
* linux-user: Fix mmap_find_vma returning invalid addresses.Richard Henderson2010-03-123-33/+82
* linux-user: Use h2g_valid in qemu_vmalloc.Richard Henderson2010-03-121-5/+4
* Use TARGET_VIRT_ADDR_SPACE_BITS in h2g_valid.Richard Henderson2010-03-121-5/+11
* 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
OpenPOWER on IntegriCloud