Age | Commit message (Expand) | Author |
2013-01-11 | Merge remote-tracking branch 'stefanha/trivial-patches' into staging | Anthony Liguori |
2013-01-11 | Merge remote-tracking branch 'kraxel/q35.1' into staging | Anthony Liguori |
2013-01-11 | Merge remote-tracking branch 'afaerber-or/prep-up' into staging | Anthony Liguori |
2013-01-11 | hw/pc.c: Fix converting of ioport_register* to MemoryRegion | Julien Grall |
2013-01-11 | Replace remaining gmtime, localtime by gmtime_r, localtime_r | Stefan Weil |
2013-01-11 | savevm: Remove MinGW specific code which is no longer needed | Stefan Weil |
2013-01-11 | qga/channel-posix.c: Explicitly include string.h | Peter Maydell |
2013-01-11 | configure: Fix comment (copy+paste bug) | Stefan Weil |
2013-01-11 | Makefile: install the "acpi-dsdt.aml" and "q35-acpi-dsdt.aml" blobs too | Laszlo Ersek |
2013-01-11 | pc: rename machine types | Gerd Hoffmann |
2013-01-11 | q35: document chipset devices | Gerd Hoffmann |
2013-01-11 | q35: add ich9 intel hda controller | Gerd Hoffmann |
2013-01-10 | virtio-scsi: abort in-flight I/O when the device is reset | Paolo Bonzini |
2013-01-10 | qdev: add qbus_reset_all | Paolo Bonzini |
2013-01-10 | Make all static TypeInfos const | Andreas Färber |
2013-01-10 | Merge branch 'master' of git://git.qemu.org/qemu into prep-up | Andreas Färber |
2013-01-10 | Merge remote-tracking branch 'kraxel/build.1' into staging | Anthony Liguori |
2013-01-10 | Merge remote-tracking branch 'awilliam/tags/qemu-1.4-vfio-20130109.0' into st... | Anthony Liguori |
2013-01-10 | m48t59-test: don't touch watchdog | Gerd Hoffmann |
2013-01-10 | rtc-test: skip year-2038 overflow check in case time_t is 32bit only | Gerd Hoffmann |
2013-01-09 | Check return values from g_poll and select | Fabien Chouteau |
2013-01-09 | Merge remote-tracking branch 'mdroth/qga-pull-1-8-2013' into staging | Anthony Liguori |
2013-01-08 | qemu-ga: sample fsfreeze hooks | Tomoki Sekiyama |
2013-01-08 | qemu-ga: execute hook to quiesce the guest on fsfreeze-freeze/thaw | Tomoki Sekiyama |
2013-01-08 | qemu-ga: guest_suspend(): improve error reporting | Luiz Capitulino |
2013-01-08 | qemu-ga: bios_supports_mode(): improve error reporting | Luiz Capitulino |
2013-01-08 | qemu-ga: qmp_guest_network_get_interfaces(): get rid of snprintf() + error_set() | Luiz Capitulino |
2013-01-08 | qemu-ga: qmp_guest_fstrim(): get rid of sprintf() + error_set() | Luiz Capitulino |
2013-01-08 | qemu-ga: qmp_guest_fsfreeze_*(): get rid of sprintf() + error_set() | Luiz Capitulino |
2013-01-08 | qemu-ga: build_fs_mount_list(): take an Error argument | Luiz Capitulino |
2013-01-08 | qemu-ga: qmp_guest_shutdown(): improve error reporting | Luiz Capitulino |
2013-01-08 | qemu-ga: qmp_guest_file_*: improve error reporting | Luiz Capitulino |
2013-01-08 | qemu-ga: qmp_guest_file_close(): fix fclose() error check | Luiz Capitulino |
2013-01-08 | qemu-ga: guest_file_handle_find(): take an Error argument | Luiz Capitulino |
2013-01-08 | Merge remote-tracking branch 'afaerber/qom-cpu' into staging | Anthony Liguori |
2013-01-08 | vfio-pci: Loosen sanity checks to allow future features | Alex Williamson |
2013-01-08 | vfio-pci: Make host MSI-X enable track guest | Alex Williamson |
2013-01-08 | target-i386: Explicitly set vendor for each built-in cpudef | Igor Mammedov |
2013-01-08 | target-i386: Sanitize AMD's ext2_features at realize time | Igor Mammedov |
2013-01-08 | target-i386: Filter out unsupported features at realize time | Igor Mammedov |
2013-01-08 | qemu-common.h: Make qemu_init_vcpu() stub static inline | Andreas Färber |
2013-01-08 | target-i386: check/enforce: Eliminate check_feat field | Eduardo Habkost |
2013-01-08 | target-i386: check/enforce: Check SVM flag support as well | Eduardo Habkost |
2013-01-08 | target-i386: check/enforce: Check all CPUID.80000001H.EDX bits | Eduardo Habkost |
2013-01-08 | target-i386: check/enforce: Do not ignore "hypervisor" flag | Eduardo Habkost |
2013-01-08 | target-i386: check/enforce: Fix CPUID leaf numbers on error messages | Eduardo Habkost |
2013-01-08 | target-i386: kvm: Enable all supported KVM features for -cpu host | Eduardo Habkost |
2013-01-08 | target-i386: kvm: -cpu host: Use GET_SUPPORTED_CPUID for SVM features | Eduardo Habkost |
2013-01-08 | cpu: Change parent type to Device | Eduardo Habkost |
2013-01-08 | qdev: Don't assume existence of parent bus on unparenting | Andreas Färber |