messages from 2024-03-12 22:34:05 to 2024-03-13 12:37:21 UTC [more...]
[PULL 0/3] Xen queue 2024-03-12
2024-03-13 12:36 UTC (2+ messages)
[PATCH v4 0/3] Introduce sdtrig ISA extension
2024-03-13 12:18 UTC (10+ messages)
` [PATCH v4 1/3] target/riscv: Enable mcontrol6 triggers only when sdtrig is selected
` [PATCH v4 2/3] target/riscv: Expose sdtrig ISA extension
` [PATCH v4 3/3] target/riscv: Enable sdtrig for Ventana's Veyron CPUs
[PATCH v2 0/6] virtio,vhost: Add VIRTIO_F_NOTIFICATION_DATA support
2024-03-13 11:54 UTC (7+ messages)
` [PATCH v2 1/6] virtio/virtio-pci: Handle extra notification data
` [PATCH v2 2/6] virtio: Prevent creation of device using notification-data with ioeventfd
` [PATCH v2 3/6] virtio-mmio: Handle extra notification data
` [PATCH v2 4/6] virtio-ccw: "
` [PATCH v2 5/6] vhost/vhost-user: Add VIRTIO_F_NOTIFICATION_DATA to vhost feature bits
` [PATCH v2 6/6] virtio: Add VIRTIO_F_NOTIFICATION_DATA property definition
[PATCH] target/ppc: Move floating-point arithmetic instructions to decodetree
2024-03-13 11:52 UTC (9+ messages)
[PULL v2 for 9.0 0/7] final maintainer updates (testing, gdbstub)
2024-03-13 11:49 UTC
[PATCH 0/3] tests/avocado: update sbsa-ref firmware to latest
2024-03-13 11:48 UTC (7+ messages)
` [PATCH 1/3] tests/avocado: update sbsa-ref firmware
` [PATCH 2/3] tests/avocado: drop virtio-rng from sbsa-ref tests
` [PATCH 3/3] tests/avocado: use OpenBSD 7.4 for sbsa-ref
[PATCH v1 0/6] Check and sync host IOMMU cap/ecap with vIOMMU
2024-03-13 11:17 UTC (7+ messages)
` [PATCH v1 3/6] intel_iommu: Add a framework to check and sync host IOMMU cap/ecap
[PATCH v4 0/3] Adjust the output of x-query-virtio-status
2024-03-13 11:11 UTC (7+ messages)
[PATCH v4 00/23] qapi: statically type schema.py
2024-03-13 11:06 UTC (26+ messages)
` [PATCH v4 01/23] qapi/parser: fix typo - self.returns.info => self.errors.info
` [PATCH v4 02/23] qapi/parser: shush up pylint
` [PATCH v4 03/23] qapi: sort pylint suppressions
` [PATCH v4 04/23] qapi/schema: add "
` [PATCH v4 05/23] qapi: create QAPISchemaDefinition
` [PATCH v4 06/23] qapi/schema: declare type for QAPISchemaObjectTypeMember.type
` [PATCH v4 07/23] qapi/schema: declare type for QAPISchemaArrayType.element_type
` [PATCH v4 08/23] qapi/schema: make c_type() and json_type() abstract methods
` [PATCH v4 09/23] qapi/schema: adjust type narrowing for mypy's benefit
` [PATCH v4 10/23] qapi/schema: add type narrowing to lookup_type()
` [PATCH v4 11/23] qapi/schema: assert resolve_type has 'info' and 'what' args on error
` [PATCH v4 12/23] qapi: use schema.resolve_type instead of schema.lookup_type
` [PATCH v4 13/23] qapi/schema: fix QAPISchemaArrayType.check's call to resolve_type
` [PATCH v4 14/23] qapi/schema: assert info is present when necessary
` [PATCH v4 15/23] qapi/schema: add _check_complete flag
` [PATCH v4 16/23] qapi/schema: Don't initialize "members" with `None`
` [PATCH v4 17/23] qapi/schema: fix typing for QAPISchemaVariants.tag_member
` [PATCH v4 18/23] qapi/schema: assert inner type of QAPISchemaVariants in check_clash()
` [PATCH v4 19/23] qapi/parser: demote QAPIExpression to Dict[str, Any]
` [PATCH v4 20/23] qapi/parser.py: assert member.info is present in connect_member
` [PATCH v4 21/23] qapi/schema: add type hints
` [PATCH v4 22/23] qapi/schema: turn on mypy strictness
` [PATCH v4 23/23] qapi/schema: remove unnecessary asserts
[PATCH v2 00/16] [for-9.0] esp: avoid explicit setting of DRQ within ESP state machine
2024-03-13 11:05 UTC (31+ messages)
` [PATCH v2 01/16] esp.c: replace cmdfifo use of esp_fifo_pop_buf() in do_command_phase()
` [PATCH v2 02/16] esp.c: replace cmdfifo use of esp_fifo_pop_buf() in do_message_phase()
` [PATCH v2 03/16] esp.c: replace cmdfifo use of esp_fifo_pop() "
` [PATCH v2 04/16] esp.c: change esp_fifo_push() to take ESPState
` [PATCH v2 05/16] esp.c: change esp_fifo_pop() "
` [PATCH v2 06/16] esp.c: use esp_fifo_push() instead of fifo8_push()
` [PATCH v2 07/16] esp.c: change esp_fifo_pop_buf() to take ESPState
` [PATCH v2 08/16] esp.c: introduce esp_fifo_push_buf() function for pushing to the FIFO
` [PATCH v2 09/16] esp.c: don't assert() if FIFO empty when executing non-DMA SELATNS
` [PATCH v2 10/16] esp.c: don't assert() if FIFO empty when executing esp_cdb_length()
` [PATCH v2 11/16] esp.c: don't overflow cmdfifo if cmdfifo_cdb_offset >= ESP_CMDFIFO_SZ
` [PATCH v2 12/16] esp.c: move esp_set_phase() and esp_get_phase() towards the beginning of the file
` [PATCH v2 13/16] esp.c: introduce esp_update_drq() and update esp_fifo_{push, pop}_buf() to use it
` [PATCH v2 14/16] esp.c: update esp_fifo_{push, pop}() to call esp_update_drq()
` [PATCH v2 15/16] esp.c: ensure esp_pdma_write() always calls esp_fifo_push()
` [PATCH v2 16/16] esp.c: remove explicit setting of DRQ within ESP state machine
[PATCH v3 0/3] Add support for the RAPL MSRs series
2024-03-13 11:04 UTC (7+ messages)
` [PATCH v3 3/3] Add support for RAPL MSRs in KVM/Qemu
[PATCH 0/5] Implement port 92 in south bridges
2024-03-13 10:09 UTC (3+ messages)
[RFC PATCH 0/5] Implement icount=auto using TCG Plugins
2024-03-13 10:55 UTC (6+ messages)
` [RFC PATCH 1/5] sysemu: add set_virtual_time to accel ops
` [RFC PATCH 2/5] qtest: use cpu interface in qtest_clock_warp
` [RFC PATCH 3/5] sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_time
` [RFC PATCH 4/5] plugins: add time control API
` [RFC PATCH 5/5] contrib/plugins: add ips plugin example for cost modelling
[PATCH 00/14] Cleanup on SMP and its test
2024-03-13 10:52 UTC (7+ messages)
` [PATCH 03/14] hw/core/machine-smp: Simplify variables' initialization in machine_parse_smp_config()
[PATCH v3] target/riscv: Implement dynamic establishment of custom decoder
2024-03-13 10:47 UTC (2+ messages)
[PATCH v2] block: Use LVM tools for LV block device truncation
2024-03-13 10:43 UTC
[PATCH 1/1] target/riscv/kvm: fix timebase-frequency when using KVM acceleration
2024-03-13 10:24 UTC (3+ messages)
[PATCH] qapi: document PCIe Gen5/Gen6 speeds since 9.0
2024-03-13 10:24 UTC (4+ messages)
[PULL 00/68] virtio,pc,pci: features, cleanups, fixes
2024-03-13 10:19 UTC (55+ messages)
` [PULL 01/68] vdpa: add back vhost_vdpa_net_first_nc_vdpa
` [PULL 02/68] vdpa: factor out vhost_vdpa_last_dev
` [PULL 06/68] vdpa: add vhost_vdpa_set_dev_vring_base trace for svq mode
` [PULL 09/68] vdpa: define SVQ transitioning state for mode switching
` [PULL 12/68] libvhost-user: Dynamically allocate memory for memory slots
` [PULL 13/68] libvhost-user: Bump up VHOST_USER_MAX_RAM_SLOTS to 509
` [PULL 16/68] libvhost-user: Factor out adding a memory region
` [PULL 17/68] libvhost-user: No need to check for NULL when unmapping
` [PULL 20/68] libvhost-user: Factor out search for memory region by GPA and simplify
` [PULL 21/68] libvhost-user: Speedup gpa_to_mem_region() and vu_gpa_to_va()
` [PULL 23/68] libvhost-user: Factor out vq usability check
` [PULL 24/68] libvhost-user: Dynamically remap rings after (temporarily?) removing memory regions
` [PULL 29/68] hw/pci-bridge/pxb-cxl: Drop RAS capability from host bridge
` [PULL 30/68] hw/audio/virtio-sound: return correct command response size
` [PULL 31/68] hw/virtio: check owner for removing objects
` [PULL 33/68] hw/cxl/cxl-host: Fix missing ERRP_GUARD() in cxl_fixed_memory_window_config()
` [PULL 34/68] hw/display/macfb: Fix missing ERRP_GUARD() in macfb_nubus_realize()
` [PULL 35/68] hw/mem/cxl_type3: Fix missing ERRP_GUARD() in ct3_realize()
` [PULL 36/68] hw/misc/xlnx-versal-trng: Check returned bool in trng_prop_fault_event_set()
` [PULL 37/68] hw/pci-bridge/cxl_upstream: Fix missing ERRP_GUARD() in cxl_usp_realize()
` [PULL 38/68] hw/vfio/iommufd: Fix missing ERRP_GUARD() in iommufd_cdev_getfd()
` [PULL 39/68] hw/intc: Check @errp to handle the error of IOAPICCommonClass.realize()
` [PULL 40/68] Implement base of SMBIOS type 9 descriptor
` [PULL 42/68] hw/nvme: Use pcie_sriov_num_vfs()
` [PULL 45/68] pcie_sriov: Do not reset NumVFs after disabling VFs
` [PULL 46/68] hw/pci: Always call pcie_sriov_pf_reset()
` [PULL 47/68] pc: q35: Bump max_cpus to 4096 vcpus
` [PULL 48/68] Revert "hw/i386/pc_sysfw: Inline pc_system_flash_create() and remove it"
` [PULL 49/68] Revert "hw/i386/pc: Confine system flash handling to pc_sysfw"
` [PULL 50/68] hw/i386/pc: Remove "rtc_state" link again
` [PULL 51/68] hw/i386/pc: Avoid one use of the current_machine global
` [PULL 53/68] hw/i386/pc: Inline pc_cmos_init() into pc_cmos_init_late() and remove it
` [PULL 54/68] qom: new object to associate device to NUMA node
` [PULL 55/68] hw/acpi: Implement the SRAT GI affinity structure
` [PULL 56/68] hw/i386/acpi-build: Add support for SRAT Generic Initiator structures
` [PULL 57/68] virtio-iommu: Add a granule property
` [PULL 58/68] virtio-iommu: Change the default granule to the host page size
` [PULL 59/68] qemu-options.hx: Document the virtio-iommu-pci granule option
` [PULL 60/68] virtio-iommu: Trace domain range limits as unsigned int
` [PULL 61/68] virtio-iommu: Add an option to define the input range width
` [PULL 63/68] hw/arm/virt: Set virtio-iommu aw-bits default value to 48
` [PULL 64/68] qemu-options.hx: Document the virtio-iommu-pci aw-bits option
` [PULL 65/68] hmat acpi: Do not add Memory Proximity Domain Attributes Structure targetting non existent memory
` [PULL 66/68] hmat acpi: Fix out of bounds access due to missing use of indirection
` [PULL 67/68] hw/cxl: Fix missing reserved data in CXL Device DVSEC
` [PULL 68/68] docs/specs/pvpanic: document shutdown event
[PATCH for 9.0] migration: Skip only empty block devices
2024-03-13 9:57 UTC (8+ messages)
[PATCH] hw/intc/loongarch_extioi: Fix interrupt routing update
2024-03-13 9:39 UTC
[PATCH v3 00/20] Workaround Windows failing to find 64bit SMBIOS entry point with SeaBIOS
2024-03-13 9:10 UTC (4+ messages)
[PATCH] target/i386: Add new CPU model SierraForest
2024-03-13 9:02 UTC (3+ messages)
[PATCH v3] linux-aio: add IO_CMD_FDSYNC command support
2024-03-13 8:49 UTC
[PATCH v2] target/riscv: Implement dynamic establishment of custom decoder
2024-03-13 8:38 UTC (3+ messages)
[PATCH for-9.0] target/riscv: do not enable all named features by default
2024-03-13 8:36 UTC (2+ messages)
[PATCH v2 0/1] Improved Memory Tier Creation for CPUless NUMA Nodes
2024-03-13 8:16 UTC (4+ messages)
` [PATCH v2 1/1] memory tier: acpi/hmat: create CPUless memory tiers after obtaining HMAT info
` [External] "
[PATCH v2 0/2] kvm: add support for guest physical bits
2024-03-13 8:15 UTC (4+ messages)
` [PATCH v2 2/2] "
[PATCH v4 0/5] Virtio dmabuf improvements
2024-03-13 8:00 UTC (3+ messages)
[PATCH v2 0/5] TCG plugins new inline operations
2024-03-13 7:58 UTC (7+ messages)
` [PATCH v2 2/5] plugins: add new inline op STORE_U64
` [PATCH v2 4/5] plugins: conditional callbacks
[PATCH v4 00/24] replay: fixes and new test cases
2024-03-13 7:09 UTC (12+ messages)
` [PATCH v4 05/24] Revert "replay: stop us hanging in rr_wait_io_event"
` [PATCH v4 11/24] net: Use virtual time for net announce
[PATCH v3 00/20] qapi: statically type schema.py
2024-03-13 6:57 UTC (5+ messages)
` [PATCH v3 14/20] qapi/schema: Don't initialize "members" with `None`
[PATCH 0/7] various: 7 minor Coverity fixes
2024-03-13 6:52 UTC (3+ messages)
` [PATCH 1/7] tests/qtest/npcm7xx_emc_test: Don't leak cmd_line
[PATCH repost] SMBIOS: fix long lines
2024-03-13 6:49 UTC
[PULL 0/8] Net patches
2024-03-13 6:43 UTC (3+ messages)
[PATCH] pcie: Support PCIe Gen5/Gen6 link speeds
2024-03-13 6:41 UTC (3+ messages)
[PATCH] SMBIOS: fix long lines
2024-03-13 6:07 UTC (2+ messages)
[PATCH V8 0/8] Add architecture agnostic code to support vCPU Hotplug
2024-03-13 6:14 UTC (3+ messages)
` [PATCH V8 3/8] hw/acpi: Update ACPI GED framework "
[PATCH-for-9.0 v2 0/3] system/physmem: Fix migration dirty bitmap coherency with TCG memory access
2024-03-13 5:23 UTC (5+ messages)
` [PATCH-for-9.0 v2 1/3] physmem: Expose tlb_reset_dirty_range_all()
[PATCH v9 0/5] eBPF RSS through QMP support
2024-03-13 5:06 UTC (10+ messages)
` [PATCH v9 4/5] qmp: Added new command to retrieve eBPF blob
[PATCH v3] target/riscv: raise an exception when CSRRS/CSRRC writes a read-only CSR
2024-03-13 1:50 UTC
[PATCH for-9.1 00/15] tcg: Canonicalize operations during optimize
2024-03-13 1:29 UTC (3+ messages)
` [PATCH 01/15] tcg/optimize: Fold andc with immediate to and
[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
2024-03-12 23:02 UTC (3+ messages)
` [PATCH v5 15/65] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
[PATCH v3] docs/system/ppc: Document running Linux on AmigaNG machines
2024-03-12 23:21 UTC (7+ messages)
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).