]> git.proxmox.com Git - qemu.git/commit
q35: Introduce q35 pc based chipset emulator
authorIsaku Yamahata <yamahata@valinux.co.jp>
Wed, 14 Nov 2012 20:54:06 +0000 (15:54 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 26 Nov 2012 15:35:36 +0000 (09:35 -0600)
commitdf2d8b3ed4d2b6406335d274f9537d78ac4e3c0c
treea2a693831e61f1afecccfbcaa227615388da10dd
parent678e7b94b182f846de61e38e8a6499f9c55dbcf0
q35: Introduce q35 pc based chipset emulator

pc q35 based chipset emulator to support pci express natively. Based on
Anthony Liguori's suggestion, the machine name is 'q35-next', with an alias
of 'q35'. At this point, there are no compatibility guarantees. When the
chipset stabilizes more, we will begin to version the machine names.

Major features which still need to be added:

-Migration support (mostly around ahci)
-ACPI hotplug support (pcie hotplug support is working)
-Passthrough support

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Jason Baron <jbaron@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/i386/Makefile.objs
hw/pc_q35.c [new file with mode: 0644]
hw/pci_ids.h
hw/q35.c [new file with mode: 0644]
hw/q35.h [new file with mode: 0644]