summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-02Update PowerPC OpenBIOS image to r721Aurelien Jarno2-2/+3
2010-04-01win32: Fix compiler errors from u_int64_tStefan Weil2-4/+4
2010-04-01tcg/TODO: remove setcondAurelien Jarno1-1/+1
2010-04-01Fix compilation with missing inotify_init1Stefan Weil1-0/+2
2010-04-01S390: Tell user why VM creation failedAlexander Graf1-1/+6
2010-04-01S390: Add stub for cpu_get_phys_page_debugAlexander Graf1-0/+5
2010-04-01tcg: initial ia64 supportAurelien Jarno4-15/+2488
2010-04-01tcg: align static_code_gen_buffer to CODE_GEN_ALIGNAurelien Jarno1-1/+2
2010-04-01ia64 disas supportAurelien Jarno5-0/+10625
2010-04-01linux-user: fix page_unprotect when host page size > target page sizeAurelien Jarno1-23/+22
2010-04-01linux-user/ia64: workaround ia64 strangenessesAurelien Jarno3-106/+114
2010-04-01virtio-net: vhost net supportMichael S. Tsirkin1-2/+69
2010-04-01tap: add API to retrieve vhost net headerMichael S. Tsirkin2-0/+10
2010-04-01tap: add vhost/vhostfd optionsMichael S. Tsirkin3-1/+40
2010-04-01vhost: vhost net supportMichael S. Tsirkin6-0/+1012
2010-04-01virtio-pci: fill in notifier supportMichael S. Tsirkin1-0/+63
2010-04-01virtio: move typedef to qemu-commonMichael S. Tsirkin2-1/+1
2010-04-01virtio: add set_status callbackMichael S. Tsirkin4-4/+14
2010-04-01virtio: notifier support + APIs for queue fieldsMichael S. Tsirkin2-2/+96
2010-04-01notifier: event notifier implementationMichael S. Tsirkin4-0/+80
2010-04-01kvm: add API to set ioeventfdMichael S. Tsirkin2-1/+39
2010-04-01tap: add interface to get device fdMichael S. Tsirkin2-0/+9
2010-04-01virtio-pci: compile per-targetAnthony Liguori2-2/+1
2010-04-01Fix -enable-kvmAnthony Liguori3-3/+4
2010-03-31Restore terminal monitor attributes - additionShahar Havivi1-1/+3
2010-03-31Don't check for bus master for old guestsAlexander Graf1-1/+24
2010-03-31usb: class specific interface requestsMax Reitz4-10/+7
2010-03-30Add missing #include needed for madvise() on OpenBSDBlue Swirl1-0/+1
2010-03-30Fix i386-bsd-user buildBlue Swirl1-1/+1
2010-03-30Get bsd-user host page protection code working on FreeBSD hostsJuergen Lock2-0/+52
2010-03-30Fix bsd-user qemu_vmalloc() host page protection codeJuergen Lock1-3/+2
2010-03-30Fix some compilation warnings on FreeBSD hostsJuergen Lock1-2/+2
2010-03-30Use sysctl instead of /proc to find executable path on FreeBSDJuergen Lock1-4/+8
2010-03-30Compile most PPC devices only onceBlue Swirl9-19/+47
2010-03-29Compile prep_pci only onceBlue Swirl6-9/+7
2010-03-29Compile qemu-timer only onceBlue Swirl13-185/+197
2010-03-29Compile openpic only onceBlue Swirl6-25/+15
2010-03-29Compile ide/macio only onceBlue Swirl6-11/+9
2010-03-29Compile pflash_cfi01 only onceBlue Swirl16-88/+191
2010-03-29Compile pflash_cfi02 only onceBlue Swirl12-74/+154
2010-03-29Compile acpi only onceBlue Swirl12-24/+56
2010-03-29Refactor target specific handling, compile vl.c only onceBlue Swirl7-605/+751
2010-03-29Refactor CPUState handling out of vl.cBlue Swirl4-747/+795
2010-03-29Refactor a few architecture dependent pieces in vl.cBlue Swirl1-25/+47
2010-03-29Move KVM and Xen global flags to vl.cBlue Swirl3-5/+4
2010-03-29Move cpu_exec_init_all() declaration to qemu-common.hBlue Swirl2-1/+2
2010-03-29Allow various header files to be included from non-CPU codeBlue Swirl3-8/+13
2010-03-29Adjust debug handlingBlue Swirl1-3/+3
2010-03-29tcg/mips: fix branch offset during retranslationAurelien Jarno1-19/+30
2010-03-28exec: remove dead codeAurelien Jarno1-1/+0