aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-01kvm: add API to set ioeventfdMichael S. Tsirkin
2010-04-01tap: add interface to get device fdMichael S. Tsirkin
2010-04-01virtio-pci: compile per-targetAnthony Liguori
2010-04-01Fix -enable-kvmAnthony Liguori
2010-03-31Restore terminal monitor attributes - additionShahar Havivi
2010-03-31Don't check for bus master for old guestsAlexander Graf
2010-03-31usb: class specific interface requestsMax Reitz
2010-03-30Add missing #include needed for madvise() on OpenBSDBlue Swirl
2010-03-30Fix i386-bsd-user buildBlue Swirl
2010-03-30Get bsd-user host page protection code working on FreeBSD hostsJuergen Lock
2010-03-30Fix bsd-user qemu_vmalloc() host page protection codeJuergen Lock
2010-03-30Fix some compilation warnings on FreeBSD hostsJuergen Lock
2010-03-30Use sysctl instead of /proc to find executable path on FreeBSDJuergen Lock
2010-03-30Compile most PPC devices only onceBlue Swirl
2010-03-29Compile prep_pci only onceBlue Swirl
2010-03-29Compile qemu-timer only onceBlue Swirl
2010-03-29Compile openpic only onceBlue Swirl
2010-03-29Compile ide/macio only onceBlue Swirl
2010-03-29Compile pflash_cfi01 only onceBlue Swirl
2010-03-29Compile pflash_cfi02 only onceBlue Swirl
2010-03-29Compile acpi only onceBlue Swirl
2010-03-29Refactor target specific handling, compile vl.c only onceBlue Swirl
2010-03-29Refactor CPUState handling out of vl.cBlue Swirl
2010-03-29Refactor a few architecture dependent pieces in vl.cBlue Swirl
2010-03-29Move KVM and Xen global flags to vl.cBlue Swirl
2010-03-29Move cpu_exec_init_all() declaration to qemu-common.hBlue Swirl
2010-03-29Allow various header files to be included from non-CPU codeBlue Swirl
2010-03-29Adjust debug handlingBlue Swirl
2010-03-29tcg/mips: fix branch offset during retranslationAurelien Jarno
2010-03-28exec: remove dead codeAurelien Jarno
2010-03-28linux-user/ppc: use the Linux register layoutRob Landley
2010-03-28qemu-io: fix aio help textsChristoph Hellwig
2010-03-28tcg/arm: Replace qemu_ld32u (left over from previous commit)Stefan Weil
2010-03-27Fix driftfix optionBlue Swirl
2010-03-27Fix BSD and win32 buildsBlue Swirl
2010-03-27Refactor numa mode settingBlue Swirl
2010-03-27pflash_cfi02: fix incorrect TARGET_FMT_lx/d useBlue Swirl
2010-03-27Compile vmware_vga only onceBlue Swirl
2010-03-27tcg-mips: add guest base supportAurelien Jarno
2010-03-27tcg/mips: implement the not_i32 op the same way as gccAurelien Jarno
2010-03-27tcg-mips: implement norAurelien Jarno
2010-03-27be more specific in -mem-path error messagesMichael Tokarev
2010-03-27Add a missing #include for FreeBSD hostsJuergen Lock
2010-03-27error: Move qerror_report() from qemu-error.[ch] to qerror.[ch]Markus Armbruster
2010-03-27error: Link qemu-img, qemu-nbd, qemu-io with qemu-error.oMarkus Armbruster
2010-03-27error: Make use of error_set_progname() optionalMarkus Armbruster
2010-03-27error: Trim includes after "Infrastructure to track locations..."Markus Armbruster
2010-03-27error: Trim includes in qerror.cMarkus Armbruster
2010-03-27error: Trim includes after "Move qemu_error & friends..."Markus Armbruster
2010-03-27linux-user: Use RLIMIT_STACK for default stack size.Richard Henderson