aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook12-64/+16
2010-03-12Disable phsyical memory handling in userspace emulation.Paul Brook5-9/+21
2010-03-12Remove TLB from userspacePaul Brook4-3/+20
2010-03-12Add tb_page_addr_tPaul Brook3-37/+52
2010-03-12Fix last page errors in page_check_range and page_set_flags.Richard Henderson1-18/+36
2010-03-12Implement multi-level page tables.Richard Henderson2-177/+275
2010-03-12linux-user: Fix mmap_find_vma returning invalid addresses.Richard Henderson3-33/+82
2010-03-12linux-user: Use h2g_valid in qemu_vmalloc.Richard Henderson1-5/+4
2010-03-12Use TARGET_VIRT_ADDR_SPACE_BITS in h2g_valid.Richard Henderson1-5/+11
2010-03-12Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson12-18/+63
2010-03-11target-ppc: fix evsrwu and evsrws (second try)Aurelien Jarno1-2/+2
2010-03-11target-ppc: fix evsrwu and evsrwsAurelien Jarno1-2/+2
2010-03-11target-ppc: fix evslw instructionAurelien Jarno1-1/+1
2010-03-11audio: fix commentmalc1-1/+1
2010-03-10QMP: Really move the RESET event to qemu_system_reset()Luiz Capitulino1-2/+1
2010-03-10target-i386: fix SIB decoding with index = 4Aurelien Jarno1-2/+2
2010-03-09documentation: qemu_write_full don't work with non-blocking fd'sJuan Quintela1-0/+5
2010-03-09block: print errno on errorJuan Quintela1-2/+2
2010-03-09vmdk: share cleanup codeJuan Quintela1-9/+4
2010-03-09vmdk: fix double freeJuan Quintela1-1/+1
2010-03-09vmdk: make vmdk_snapshot_create return -errnoJuan Quintela1-21/+58
2010-03-09vmdk: return errno instead of -1Juan Quintela1-7/+7
2010-03-09qcow: return errno instead of -1Juan Quintela1-4/+4
2010-03-09qcow2: return errno instead of -1Juan Quintela1-9/+9
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