aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2023-03-07edu: add smp_mb__after_rmw()Paolo Bonzini1-0/+5
2023-03-01Merge branch 'xenfv-kvm-15' of git://git.infradead.org/users/dwmw2/qemu into ...Paolo Bonzini93-802/+4688
2023-03-01qapi: Add 'acpi' field to 'query-machines' outputPeter Krempa1-0/+1
2023-03-01hw/xen: Subsume xen_be_register_common() into xen_be_init()David Woodhouse3-46/+24
2023-03-01kvm/i386: Add xen-evtchn-max-pirq propertyDavid Woodhouse1-10/+11
2023-03-01hw/xen: Support MSI mapping to PIRQDavid Woodhouse7-7/+317
2023-03-01hw/xen: Support GSI mapping to PIRQDavid Woodhouse3-1/+75
2023-03-01hw/xen: Implement emulated PIRQ hypercall supportDavid Woodhouse4-5/+308
2023-03-01i386/xen: Implement HYPERVISOR_physdev_opDavid Woodhouse2-0/+36
2023-03-01hw/xen: Automatically add xen-platform PCI device for emulated Xen guestsDavid Woodhouse1-0/+3
2023-03-01hw/xen: Add basic ring handling to xenstoreDavid Woodhouse1-3/+251
2023-03-01hw/xen: Add xen_xenstore device for xenstore emulationDavid Woodhouse5-0/+276
2023-03-01hw/xen: Add backend implementation of interdomain event channel supportDavid Woodhouse2-7/+352
2023-03-01i386/xen: handle PV timer hypercallsJoao Martins2-0/+33
2023-03-01hw/xen: Implement GNTTABOP_query_sizeDavid Woodhouse2-0/+21
2023-03-01i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_versonDavid Woodhouse2-0/+36
2023-03-01hw/xen: Support mapping grant framesDavid Woodhouse3-2/+75
2023-03-01hw/xen: Add xen_gnttab device for grant table emulationDavid Woodhouse4-0/+132
2023-03-01hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callbackDavid Woodhouse1-14/+66
2023-03-01hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callbackDavid Woodhouse3-0/+107
2023-03-01i386/xen: add monitor commands to test event injectionJoao Martins3-0/+172
2023-03-01hw/xen: Implement EVTCHNOP_resetDavid Woodhouse2-0/+33
2023-03-01hw/xen: Implement EVTCHNOP_bind_vcpuDavid Woodhouse2-0/+42
2023-03-01hw/xen: Implement EVTCHNOP_bind_interdomainDavid Woodhouse2-0/+80
2023-03-01hw/xen: Implement EVTCHNOP_alloc_unboundDavid Woodhouse2-0/+34
2023-03-01hw/xen: Implement EVTCHNOP_sendDavid Woodhouse2-0/+182
2023-03-01hw/xen: Implement EVTCHNOP_bind_ipiDavid Woodhouse2-0/+71
2023-03-01hw/xen: Implement EVTCHNOP_bind_virqDavid Woodhouse2-0/+87
2023-03-01hw/xen: Implement EVTCHNOP_unmaskDavid Woodhouse2-0/+177
2023-03-01hw/xen: Implement EVTCHNOP_closeDavid Woodhouse2-0/+125
2023-03-01hw/xen: Implement EVTCHNOP_statusDavid Woodhouse2-0/+107
2023-03-01hw/xen: Add xen_evtchn device for event channel emulationDavid Woodhouse4-1/+179
2023-03-01i386/xen: manage and save/restore Xen guest long_mode settingDavid Woodhouse2-0/+66
2023-03-01i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE modeDavid Woodhouse1-0/+11
2023-03-01hw/xen: Add xen_overlay device for emulating shared xenheap pagesDavid Woodhouse3-0/+231
2023-03-01xen-platform: allow its creation with XEN_EMULATE modeJoao Martins2-14/+30
2023-03-01xen-platform: exclude vfio-pci from the PCI platform unplugJoao Martins1-3/+15
2023-03-01xen: add CONFIG_XEN_BUS and CONFIG_XEN_EMU options for Xen emulationDavid Woodhouse3-0/+9
2023-02-27hw/ide/via: Replace magic 2 value by ARRAY_SIZE / MAX_IDE_DEVSPhilippe Mathieu-Daudé1-6/+6
2023-02-27hw/ide/piix: Refactor pci_piix_init_ports as pci_piix_init_bus per busPhilippe Mathieu-Daudé1-20/+19
2023-02-27hw/ide/piix: Pass Error* to pci_piix_init_ports() for better error msgPhilippe Mathieu-Daudé1-8/+7
2023-02-27hw/ide/piix: Remove unused includesPhilippe Mathieu-Daudé1-6/+1
2023-02-27hw/ide/pci: Unexport bmdma_active_if()Bernhard Beschow1-0/+6
2023-02-27hw/ide/ioport: Remove unnecessary includesPhilippe Mathieu-Daudé1-10/+0
2023-02-27hw/ide: Declare ide_get_[geometry/bios_chs_trans] in 'hw/ide/internal.h'Philippe Mathieu-Daudé1-1/+2
2023-02-27hw/ide: Rename idebus_active_if() -> ide_bus_active_if()Philippe Mathieu-Daudé4-16/+16
2023-02-27hw/ide: Rename ide_init2() -> ide_bus_init_output_irq()Philippe Mathieu-Daudé10-11/+12
2023-02-27hw/ide: Rename ide_exec_cmd() -> ide_bus_exec_cmd()Philippe Mathieu-Daudé3-5/+5
2023-02-27hw/ide: Rename ide_register_restart_cb -> ide_bus_register_restart_cbPhilippe Mathieu-Daudé7-7/+7
2023-02-27hw/ide: Rename ide_create_drive() -> ide_bus_create_drive()Philippe Mathieu-Daudé8-10/+10