aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-03nbd: support large NBD requestsStefan Hajnoczi
2013-05-03nbd: use g_slice_new() instead of a freelistStefan Hajnoczi
2013-05-03qemu-iotests: Filter out vmdk creation optionsFam Zheng
2013-05-03vmdk: add bdrv_co_write_zeroesFam Zheng
2013-05-03vmdk: store fields of VmdkMetaData in cpu endianFam Zheng
2013-05-03vmdk: change magic number to macroFam Zheng
2013-05-03vmdk: Add option to create zeroed-grain imageFam Zheng
2013-05-03vmdk: add support for “zeroed‐grain” GTEFam Zheng
2013-05-03vmdk: named return code.Fam Zheng
2013-05-03blockdev: Replace "undefined error" in qmp_block_resizeKevin Wolf
2013-05-03block: add read-only support to VHDX image format.Jeff Cody
2013-05-03block: initial VHDX driver support framework - supports open and probeJeff Cody
2013-05-03block: vhdx header for the QEMU support of VHDX imagesJeff Cody
2013-05-03qemu: add castagnoli crc32c checksum algorithmJeff Cody
2013-05-02Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori
2013-05-02Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori
2013-05-02Drop redundant resume_all_vcpus() from main()Jan Kiszka
2013-05-02cpus: Fix pausing TCG CPUs while in vCPU threadAndreas Färber
2013-05-02target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost
2013-05-02target-i386: Break CPUID feature definition linesEduardo Habkost
2013-05-01target-i386/kvm.c: Code formatting changesEduardo Habkost
2013-05-01target-i386: Group together level, xlevel, xlevel2 fieldsEduardo Habkost
2013-05-01pvscsi: fix compilation on 32 bit hostsHervé Poussineau
2013-05-01Trivial grammar and spelling fixesStefan Weil
2013-05-01configure: Pick up libseccomp include pathAndreas Färber
2013-05-01pc: Implement QEMUMachine::hot_add_cpu hookIgor Mammedov
2013-05-01QMP: Add cpu-add commandIgor Mammedov
2013-05-01Add hot_add_cpu hook to QEMUMachineIgor Mammedov
2013-05-01target-i386: Move APIC to ICC busIgor Mammedov
2013-05-01target-i386: Attach ICC bus to CPU on its creationIgor Mammedov
2013-05-01target-i386: Introduce ICC bus/device/bridgeIgor Mammedov
2013-05-01cpu: Move cpu_write_elfXX_note() functions to CPUStateJens Freimann
2013-05-01kvmvapic: Make dependency on sysbus.h explicitIgor Mammedov
2013-05-01target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZEIgor Mammedov
2013-05-01target-i386: Do not allow to set apic-id once CPU is realizedIgor Mammedov
2013-05-01target-i386: Introduce apic-id CPU propertyIgor Mammedov
2013-05-01target-i386: Introduce feat2prop() for CPU propertiesIgor Mammedov
2013-05-01acpi_piix4: Add infrastructure to send CPU hot-plug GPE to guestIgor Mammedov
2013-05-01cpu: Add helper cpu_exists(), to check if CPU with specified id existsIgor Mammedov
2013-05-01cpus: Use qemu_for_each_cpu() in TCG threadIgor Mammedov
2013-05-01cpu: Add qemu_for_each_cpu()Michael S. Tsirkin
2013-05-01cpu: Introduce get_arch_id() method and override it for X86CPUIgor Mammedov
2013-05-01pc: Update rtc_cmos on CPU hot-plugIgor Mammedov
2013-05-01cpu: Introduce CPU hot-plug notifierIgor Mammedov
2013-05-01cpu: Resume CPU from DeviceClass::realize() if hot-pluggedIgor Mammedov
2013-05-01cpu: Introduce cpu_resume(), for single CPUIgor Mammedov
2013-05-01cpu: Call cpu_synchronize_post_init() from DeviceClass::realize()Igor Mammedov
2013-05-01cpu: Make kvm-stub.o available outside softmmuIgor Mammedov
2013-04-30virtio-net: count VIRTIO_NET_F_MAC when calculating config_lenJason Wang
2013-04-30sysemu: drop register_devices from headerMichael S. Tsirkin