| Commit message (Expand) | Author | Age | Files | Lines |
* | vhost: Fix element in vhost_svq_add failure | Eugenio Pérez | 2022-05-13 | 1 | -0/+8 |
* | hw/virtio: Replace g_memdup() by g_memdup2() | Philippe Mathieu-Daudé | 2022-05-13 | 2 | -4/+5 |
* | vdpa: Fix index calculus at vhost_vdpa_svqs_start | Eugenio Pérez | 2022-05-13 | 1 | -1/+1 |
* | vdpa: Fix bad index calculus at vhost_vdpa_get_vring_base | Eugenio Pérez | 2022-05-13 | 1 | -2/+2 |
* | vhost: Fix device's used descriptor dequeue | Eugenio Pérez | 2022-05-13 | 1 | -2/+15 |
* | vhost: Track descriptor chain in private at SVQ | Eugenio Pérez | 2022-05-13 | 2 | -5/+13 |
* | i386/pc: Enable CXL fixed memory windows | Jonathan Cameron | 2022-05-13 | 1 | -1/+30 |
* | hw/cxl/component Add a dumb HDM decoder handler | Ben Widawsky | 2022-05-13 | 1 | -0/+31 |
* | cxl/cxl-host: Add memops for CFMWS region. | Jonathan Cameron | 2022-05-13 | 2 | -0/+130 |
* | mem/cxl_type3: Add read and write functions for associated hostmem. | Jonathan Cameron | 2022-05-13 | 1 | -0/+91 |
* | CXL/cxl_component: Add cxl_get_hb_cstate() | Jonathan Cameron | 2022-05-13 | 1 | -0/+7 |
* | pci/pcie_port: Add pci_find_port_by_pn() | Jonathan Cameron | 2022-05-13 | 1 | -0/+25 |
* | hw/pci-host/gpex-acpi: Add support for dsdt construction for pxb-cxl | Jonathan Cameron | 2022-05-13 | 2 | -3/+18 |
* | acpi/cxl: Introduce CFMWS structures in CEDT | Ben Widawsky | 2022-05-13 | 1 | -0/+59 |
* | hw/cxl/host: Add support for CXL Fixed Memory Windows. | Jonathan Cameron | 2022-05-13 | 3 | -0/+114 |
* | hw/cxl/component: Add utils for interleave parameter encoding/decoding | Jonathan Cameron | 2022-05-13 | 1 | -0/+34 |
* | acpi/cxl: Create the CEDT (9.14.1) | Ben Widawsky | 2022-05-13 | 3 | -17/+95 |
* | acpi/cxl: Add _OSC implementation (9.14.2) | Ben Widawsky | 2022-05-13 | 5 | -6/+160 |
* | hw/cxl/component: Implement host bridge MMIO (8.2.5, table 142) | Ben Widawsky | 2022-05-13 | 3 | -10/+108 |
* | hw/cxl/device: Implement get/set Label Storage Area (LSA) | Ben Widawsky | 2022-05-13 | 2 | -1/+115 |
* | hw/cxl/device: Plumb real Label Storage Area (LSA) sizing | Ben Widawsky | 2022-05-13 | 2 | -0/+12 |
* | hw/cxl/device: Add some trivial commands | Ben Widawsky | 2022-05-13 | 1 | -0/+69 |
* | hw/cxl/device: Implement MMIO HDM decoding (8.2.5.12) | Ben Widawsky | 2022-05-13 | 1 | -0/+55 |
* | hw/cxl/device: Add a memory device (8.2.8.5) | Ben Widawsky | 2022-05-13 | 5 | -0/+232 |
* | hw/cxl/rp: Add a root port | Ben Widawsky | 2022-05-13 | 5 | -2/+250 |
* | hw/pxb: Allow creation of a CXL PXB (host bridge) | Ben Widawsky | 2022-05-13 | 2 | -2/+91 |
* | cxl: Machine level control on whether CXL support is enabled | Jonathan Cameron | 2022-05-13 | 2 | -0/+29 |
* | hw/pci/cxl: Create a CXL bus type | Ben Widawsky | 2022-05-13 | 1 | -1/+8 |
* | hw/pxb: Use a type for realizing expanders | Ben Widawsky | 2022-05-13 | 1 | -4/+7 |
* | hw/cxl/device: Add log commands (8.2.9.4) + CEL | Ben Widawsky | 2022-05-13 | 1 | -0/+69 |
* | hw/cxl/device: Timestamp implementation (8.2.9.3) | Ben Widawsky | 2022-05-13 | 1 | -0/+42 |
* | hw/cxl/device: Add cheap EVENTS implementation (8.2.9.1) | Ben Widawsky | 2022-05-13 | 1 | -1/+26 |
* | hw/cxl/device: Add memory device utilities | Ben Widawsky | 2022-05-13 | 1 | -1/+37 |
* | hw/cxl/device: Implement basic mailbox (8.2.8.4) | Ben Widawsky | 2022-05-13 | 3 | -1/+286 |
* | hw/cxl/device: Implement the CAP array (8.2.8.1-2) | Ben Widawsky | 2022-05-13 | 2 | -0/+110 |
* | hw/cxl/component: Introduce CXL components (8.1.x, 8.2.5) | Ben Widawsky | 2022-05-13 | 5 | -0/+322 |
* | hw/pci/cxl: Add a CXL component type (interface) | Ben Widawsky | 2022-05-13 | 1 | -0/+10 |
* | intel-iommu: correct the value used for error_setg_errno() | Jason Wang | 2022-05-13 | 1 | -1/+1 |
* | virtio: fix feature negotiation for ACCESS_PLATFORM | Halil Pasic | 2022-05-13 | 1 | -8/+14 |
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Richard Henderson | 2022-05-12 | 18 | -212/+369 |
|\ |
|
| * | vhost-backend: do not depend on CONFIG_VHOST_VSOCK | Paolo Bonzini | 2022-05-12 | 1 | -4/+0 |
| * | machine: move more memory validation to Machine object | Paolo Bonzini | 2022-05-12 | 1 | -2/+19 |
| * | machine: make memory-backend a link property | Paolo Bonzini | 2022-05-12 | 3 | -27/+50 |
| * | machine: add mem compound property | Paolo Bonzini | 2022-05-12 | 1 | -0/+80 |
| * | machine: add boot compound property | Paolo Bonzini | 2022-05-12 | 1 | -46/+52 |
| * | machine: use QAPI struct for boot configuration | Paolo Bonzini | 2022-05-12 | 12 | -51/+92 |
| * | hw/xen/xen_pt: Resolve igd_passthrough_isa_bridge_create() indirection | Bernhard Beschow | 2022-05-12 | 3 | -13/+6 |
| * | hw/xen/xen_pt: Confine igd-passthrough-isa-bridge to XEN | Bernhard Beschow | 2022-05-12 | 4 | -119/+120 |
* | | hw/block/fdc: Prevent end-of-track overrun (CVE-2021-3507) | Philippe Mathieu-Daudé | 2022-05-12 | 1 | -0/+8 |
* | | coroutine: Rename qemu_coroutine_inc/dec_pool_size() | Kevin Wolf | 2022-05-12 | 1 | -4/+2 |
|/ |
|