messages from 2022-05-16 15:34:41 to 2022-05-16 21:58:56 UTC [more...]
[PULL v2 00/86] virtio,pc,pci: fixes,cleanups,features
2022-05-16 20:55 UTC (73+ messages)
` [PULL v2 01/86] virtio: fix feature negotiation for ACCESS_PLATFORM
` [PULL v2 02/86] intel-iommu: correct the value used for error_setg_errno()
` [PULL v2 03/86] hw/pci/cxl: Add a CXL component type (interface)
` [PULL v2 04/86] hw/cxl/component: Introduce CXL components (8.1.x, 8.2.5)
` [PULL v2 05/86] MAINTAINERS: Add entry for Compute Express Link Emulation
` [PULL v2 06/86] hw/cxl/device: Introduce a CXL device (8.2.8)
` [PULL v2 07/86] hw/cxl/device: Implement the CAP array (8.2.8.1-2)
` [PULL v2 08/86] hw/cxl/device: Implement basic mailbox (8.2.8.4)
` [PULL v2 09/86] hw/cxl/device: Add memory device utilities
` [PULL v2 10/86] hw/cxl/device: Add cheap EVENTS implementation (8.2.9.1)
` [PULL v2 11/86] hw/cxl/device: Timestamp implementation (8.2.9.3)
` [PULL v2 12/86] hw/cxl/device: Add log commands (8.2.9.4) + CEL
` [PULL v2 13/86] hw/pxb: Use a type for realizing expanders
` [PULL v2 14/86] hw/pci/cxl: Create a CXL bus type
` [PULL v2 15/86] cxl: Machine level control on whether CXL support is enabled
` [PULL v2 16/86] hw/pxb: Allow creation of a CXL PXB (host bridge)
` [PULL v2 17/86] qtest/cxl: Introduce initial test for pxb-cxl only
` [PULL v2 18/86] hw/cxl/rp: Add a root port
` [PULL v2 19/86] hw/cxl/device: Add a memory device (8.2.8.5)
` [PULL v2 20/86] hw/cxl/device: Implement MMIO HDM decoding (8.2.5.12)
` [PULL v2 21/86] hw/cxl/device: Add some trivial commands
` [PULL v2 22/86] hw/cxl/device: Plumb real Label Storage Area (LSA) sizing
` [PULL v2 23/86] hw/cxl/device: Implement get/set Label Storage Area (LSA)
` [PULL v2 24/86] qtests/cxl: Add initial root port and CXL type3 tests
` [PULL v2 25/86] hw/cxl/component: Implement host bridge MMIO (8.2.5, table 142)
` [PULL v2 26/86] acpi/cxl: Add _OSC implementation (9.14.2)
` [PULL v2 27/86] acpi/cxl: Create the CEDT (9.14.1)
` [PULL v2 28/86] hw/cxl/component: Add utils for interleave parameter encoding/decoding
` [PULL v2 29/86] hw/cxl/host: Add support for CXL Fixed Memory Windows
` [PULL v2 30/86] acpi/cxl: Introduce CFMWS structures in CEDT
` [PULL v2 31/86] hw/pci-host/gpex-acpi: Add support for dsdt construction for pxb-cxl
` [PULL v2 32/86] pci/pcie_port: Add pci_find_port_by_pn()
` [PULL v2 33/86] CXL/cxl_component: Add cxl_get_hb_cstate()
` [PULL v2 34/86] mem/cxl_type3: Add read and write functions for associated hostmem
` [PULL v2 35/86] cxl/cxl-host: Add memops for CFMWS region
` [PULL v2 36/86] hw/cxl/component Add a dumb HDM decoder handler
` [PULL v2 37/86] i386/pc: Enable CXL fixed memory windows
` [PULL v2 38/86] tests/acpi: q35: Allow addition of a CXL test
` [PULL v2 39/86] qtests/bios-tables-test: Add a test for CXL emulation
` [PULL v2 40/86] tests/acpi: Add tables "
` [PULL v2 41/86] qtest/cxl: Add more complex test cases with CFMWs
` [PULL v2 42/86] docs/cxl: Add initial Compute eXpress Link (CXL) documentation
` [PULL v2 43/86] vhost: Track descriptor chain in private at SVQ
` [PULL v2 44/86] vhost: Fix device's used descriptor dequeue
` [PULL v2 45/86] vdpa: Fix bad index calculus at vhost_vdpa_get_vring_base
` [PULL v2 46/86] vdpa: Fix index calculus at vhost_vdpa_svqs_start
` [PULL v2 47/86] hw/virtio: Replace g_memdup() by g_memdup2()
` [PULL v2 48/86] vhost: Fix element in vhost_svq_add failure
` [PULL v2 49/86] target/i386: Fix sanity check on max APIC ID / X2APIC enablement
` [PULL v2 50/86] intel_iommu: Support IR-only mode without DMA translation
` [PULL v2 51/86] intel_iommu: Only allow interrupt remapping to be enabled if it's supported
` [PULL v2 52/86] intel_iommu: Fix irqchip / X2APIC configuration checks
` [PULL v2 53/86] intel-iommu: remove VTD_FR_RESERVED_ERR
` [PULL v2 54/86] intel-iommu: block output address in interrupt address range
` [PULL v2 55/86] intel-iommu: update root_scalable before switching as during post_load
` [PULL v2 56/86] intel-iommu: update iq_dw during post load
` [PULL v2 57/86] vhost_net: Print feature masks in hex
` [PULL v2 58/86] hw/virtio: move virtio-pci.h into shared include space
` [PULL v2 59/86] virtio-pci: add notification trace points
` [PULL v2 60/86] hw/virtio: add vhost_user_[read|write] "
` [PULL v2 61/86] docs: vhost-user: clean up request/reply description
` [PULL v2 62/86] docs: vhost-user: rewrite section on ring state machine
` [PULL v2 63/86] docs: vhost-user: replace master/slave with front-end/back-end
` [PULL v2 64/86] vhost-user.rst: add clarifying language about protocol negotiation
` [PULL v2 65/86] libvhost-user: expose vu_request_to_string
` [PULL v2 66/86] docs/devel: start documenting writing VirtIO devices
` [PULL v2 67/86] include/hw: start documenting the vhost API
` [PULL v2 68/86] hw/virtio/vhost-user: don't suppress F_CONFIG when supported
` [PULL v2 71/86] virtio: add vhost support for virtio devices
` [PULL v2 72/86] vhost-user: more master/slave things
` [PULL v2 79/86] virtio-net: setup vhost_dev and notifiers for cvq only when feature is negotiated
` [PULL v2 83/86] vhost-vdpa: backend feature should set only once
[PULL 00/17] migration queue
2022-05-16 21:21 UTC (19+ messages)
` [PULL 01/17] tests: fix encoding of IP addresses in x509 certs
` [PULL 02/17] tests: add more helper macros for creating TLS "
` [PULL 03/17] tests: add migration tests of TLS with PSK credentials
` [PULL 04/17] tests: add migration tests of TLS with x509 credentials
` [PULL 05/17] tests: convert XBZRLE migration test to use common helper
` [PULL 06/17] tests: convert multifd migration tests "
` [PULL 07/17] tests: add multifd migration tests of TLS with PSK credentials
` [PULL 08/17] tests: add multifd migration tests of TLS with x509 credentials
` [PULL 09/17] tests: ensure migration status isn't reported as failed
` [PULL 10/17] meson.build: Fix docker-test-build@alpine when including linux/errqueue.h
` [PULL 11/17] QIOChannel: Add flags on io_writev and introduce io_flush callback
` [PULL 12/17] QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUX
` [PULL 13/17] migration: Add zero-copy-send parameter for QMP/HMP for Linux
` [PULL 14/17] migration: Add migrate_use_tls() helper
` [PULL 15/17] multifd: multifd_send_sync_main now returns negative on error
` [PULL 16/17] multifd: Send header packet without flags if zero-copy-send is enabled
` [PULL 17/17] multifd: Implement zero copy write in multifd migration (multifd-zero-copy)
[PATCH 00/35] pc/q35: refactor ISA and SMBUS AML generation
2022-05-16 20:47 UTC (37+ messages)
` [PATCH 01/35] acpi: add interface to build device specific AML
` [PATCH 02/35] acpi: make isa_build_aml() support AcpiDevAmlIf interface
` [PATCH 03/35] acpi: fdc-isa: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:build_dev_aml
` [PATCH 04/35] acpi: parallel port: "
` [PATCH 05/35] acpi: serial-is: "
` [PATCH 06/35] acpi: mc146818rtc: "
` [PATCH 07/35] acpi: pckbd: "
` [PATCH 08/35] isa-bus: drop no longer used ISADeviceClass::build_aml
` [PATCH 09/35] tests: acpi: add and whitelist DSDT.ipmismbus expected blob
` [PATCH 10/35] tests: acpi: q35: add test for smbus-ipmi device
` [PATCH 11/35] tests: acpi: update expected blob DSDT.ipmismbus
` [PATCH 12/35] tests: acpi: whitelist DSDT.ipmismbus expected blob
` [PATCH 13/35] ipmi: acpi: use relative path to resource source
` [PATCH 14/35] tests: acpi: update expected DSDT.ipmismbus blob
` [PATCH 16/35] acpi: ipmi: use AcpiDevAmlIf interface to build IPMI device descriptors
` [PATCH 17/35] q35: acpi: drop not needed PCMachineClass::do_not_add_smb_acpi
` [PATCH 18/35] tests: acpi: white-list to be re-factored pc/q35 DSDT
` [PATCH 19/35] acpi: pc: isa bridge: use AcpiDevAmlIf interface to build ISA device descriptors
` [PATCH 20/35] acpi: q35: "
` [PATCH 21/35] tests: acpi: update expected blobs
` [PATCH 22/35] tests: acpi: add and white-list DSDT.applesmc expected blob
` [PATCH 23/35] tests: acpi: add applesmc testcase
` [PATCH 24/35] acpi: applesmc: use AcpiDevAmlIfClass:build_dev_aml to provide device's AML
` [PATCH 25/35] tests: acpi: update expected blobs
` [PATCH 26/35] tests: acpi: white-lists expected DSDT.pvpanic-isa blob
` [PATCH 27/35] tests: acpi: add pvpanic-isa: testcase
` [PATCH 28/35] acpi: pvpanic-isa: use AcpiDevAmlIfClass:build_dev_aml to provide device's AML
` [PATCH 29/35] tests: acpi: update expected DSDT.pvpanic-isa blob
` [PATCH 30/35] tests: acpi: white-list DSDT.tis.tpm2/DSDT.tis.tpm12 expected blobs
` [PATCH 31/35] acpi: pc/q35: tpm-tis: fix TPM device scope
` [PATCH 32/35] acpi: pc/q35: remove not needed 'if' condition on pci bus
` [PATCH 33/35] acpi: tpm-tis: use AcpiDevAmlIfClass:build_dev_aml to provide device's AML
` [PATCH 34/35] tests: acpi: update expected DSDT.tis.tpm2/DSDT.tis.tpm12 blobs
` [PATCH 35/35] x86: acpi-build: do not include hw/isa/isa.h directly
About restoring the state in vhost-vdpa device
2022-05-16 20:29 UTC (6+ messages)
[PATCH v14 0/8] hmp,qmp: Add commands to introspect virtio devices
2022-05-16 20:26 UTC (3+ messages)
` [PATCH v14 5/8] qmp: decode feature & status bits in virtio-status
[PATCH 0/9] vfio/migration: Implement VFIO migration protocol v2
2022-05-16 20:22 UTC (4+ messages)
` [PATCH 4/9] vfio/migration: Skip pre-copy if dirty page tracking is not supported
[PULL 00/91] virtio,pc,pci: fixes,cleanups,features
2022-05-16 20:05 UTC (3+ messages)
[RFC PATCH 0/3] Allow Capstone 3.0.5 again and remove the submodule
2022-05-16 19:22 UTC (7+ messages)
` [PATCH 2/3] capstone: Allow version 3.0.5 again
[RFC PATCH] scripts/checkpatch.pl: Change line limit warning
2022-05-16 19:18 UTC
[PATCH v2 00/26] block: fix coroutine_fn annotations
2022-05-16 18:49 UTC (5+ messages)
` [PATCH v2 07/26] block: add missing "
[PATCH] whpx: Added support for saving/restoring VM state
2022-05-16 18:44 UTC (3+ messages)
[PATCH] block/rbd: report a better error when namespace does not exist
2022-05-16 18:26 UTC (2+ messages)
[PATCH 0/5] target/riscv: Enhanced ISA extension checks
2022-05-16 18:04 UTC (8+ messages)
` [PATCH 1/5] target/riscv: Fix "G" extension expansion typing
` [PATCH v2 0/5] target/riscv: Enhanced ISA extension checks
` [PATCH v2 1/5] target/riscv: Fix coding style on "G" expansion
` [PATCH v2 2/5] target/riscv: Disable "G" by default
Accelerating non-standard disk types
2022-05-16 17:38 UTC
[PATCH v2] vhost-user-scsi: avoid unlink(NULL) with fd passing
2022-05-16 17:31 UTC (3+ messages)
[PATCH v5 00/21] migration: Postcopy Preemption
2022-05-16 16:21 UTC (14+ messages)
` [PATCH v5 13/21] migration: Postcopy recover with preempt enabled
` [PATCH v5 14/21] migration: Create the postcopy preempt channel asynchronously
` [PATCH v5 15/21] migration: Parameter x-postcopy-preempt-break-huge
[PATCH 0/5] machine.py fix for ppc64 tests + avocado changes
2022-05-16 16:53 UTC (6+ messages)
` [PATCH 1/5] avocado/empty_cpu_model.py: use machine:none tag
` [PATCH 2/5] machine.py: add default pseries params in machine.py
` [PATCH 3/5] avocado/multiprocess.py: use tags=machine:pc|virt
` [PATCH 4/5] avocado/boot_linux.py: avocado tag fixes in BootLinuxAarch64
` [PATCH 5/5] avocado/virtio-gpu.py: use tags=machine:pc
[PATCH 0/6] hppa: Artist graphics driver fixes for HP-UX
2022-05-16 16:52 UTC (4+ messages)
[PULL 00/23] Misc QEMU patches for 2022-05-16
2022-05-16 15:56 UTC (24+ messages)
` [PULL 01/23] WHPX: fixed TPR/CR8 translation issues affecting VM debugging
` [PULL 02/23] qga-vss: Add auto generated headers to dependencies
` [PULL 03/23] qga-vss: Use the proper operator to free memory
` [PULL 04/23] i386/cpu: Remove the deprecated cpu model 'Icelake-Client'
` [PULL 05/23] qdev-properties: Add a new macro with bitmask check for uint64_t property
` [PULL 06/23] target/i386: Add lbr-fmt vPMU option to support guest LBR
` [PULL 07/23] target/i386: Add kvm_get_one_msr helper
` [PULL 08/23] target/i386: Enable support for XSAVES based features
` [PULL 09/23] target/i386: Add XSAVES support for Arch LBR
` [PULL 10/23] target/i386: Add MSR access interface "
` [PULL 11/23] target/i386: Enable Arch LBR migration states in vmstate
` [PULL 12/23] target/i386: introduce helper to access supported CPUID
` [PULL 13/23] target/i386: Support Arch LBR in CPUID enumeration
` [PULL 14/23] crypto: make loaded property read-only
` [PULL 15/23] rng: make opened "
` [PULL 16/23] soundhw: remove ability to create multiple soundcards
` [PULL 17/23] soundhw: extract soundhw help to a separate function
` [PULL 18/23] soundhw: unify initialization for ISA and PCI soundhw
` [PULL 19/23] soundhw: move help handling to vl.c
` [PULL 20/23] introduce -audio as a replacement for -soundhw
` [PULL 21/23] build: remove useless dependency
` [PULL 22/23] configure: remove another dead variable
` [PULL 23/23] configure: remove duplicate help messages
[PATCH v17 0/8] support dirty restraint on vCPU
2022-05-16 17:13 UTC (3+ messages)
` [PATCH v17 6/8] softmmu/dirtylimit: Implement virtual CPU throttle
[PULL 00/11] QAPI patches patches for 2022-05-16
2022-05-16 16:48 UTC (2+ messages)
Getting rid of the last bits of QEMU's 'ad-hoc CI' for merges
2022-05-16 15:58 UTC (8+ messages)
[PATCH v2 0/5] hw: aspeed: Init all UART's with serial devices
2022-05-16 16:20 UTC (3+ messages)
[PATCH v2 00/74] semihosting cleanup
2022-05-16 15:31 UTC (5+ messages)
` [PATCH v2 08/74] semihosting: Generalize GuestFDFeatureFile
` [PATCH v2 09/74] semihosting: Return void from do_common_semihosting
[PATCH] vhost-user-scsi: avoid unlink(NULL) with fd passing
2022-05-16 15:57 UTC (3+ messages)
[PULL 00/16] migration queue
2022-05-16 15:30 UTC (9+ messages)
[PATCH] ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACY
2022-05-16 15:50 UTC (2+ messages)
[PATCH 0/2] hw: aspeed: Init all UART's with serial devices
2022-05-16 14:56 UTC (5+ messages)
` [PATCH 2/2] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).