mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
Merge remote-tracking branch 'origin/master' into HEAD
Resolve conflicts around apb. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
commit
acc95bc850
579 changed files with 67167 additions and 9215 deletions
|
@ -946,6 +946,7 @@ static void xen_pci_passthrough_class_init(ObjectClass *klass, void *data)
|
|||
k->exit = xen_pt_unregister_device;
|
||||
k->config_read = xen_pt_pci_read_config;
|
||||
k->config_write = xen_pt_pci_write_config;
|
||||
k->is_express = 1; /* We might be */
|
||||
set_bit(DEVICE_CATEGORY_MISC, dc->categories);
|
||||
dc->desc = "Assign an host PCI device with Xen";
|
||||
dc->props = xen_pci_passthrough_properties;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue