messages from 2023-05-19 09:47:23 to 2023-05-20 05:47:11 UTC [more...]
[PATCH 0/5] hw/riscv/opentitan: Correct QOM type/size of OpenTitanState
2023-05-20 5:45 UTC (5+ messages)
` [PATCH 2/5] hw/riscv/opentitan: Declare QOM types using DEFINE_TYPES() macro
` [PATCH 3/5] hw/riscv/opentitan: Add TYPE_OPENTITAN_MACHINE definition
` [PATCH 4/5] hw/riscv/opentitan: Explicit machine type definition
` [PATCH 5/5] hw/riscv/opentitan: Correct OpenTitanState parent type/size
[PATCH 0/2] hw/cxl: CDAT file handling fixes
2023-05-20 4:46 UTC (2+ messages)
[RFC PATCH 0/4] vfio/pci: Atomic Ops completer support
2023-05-20 4:33 UTC (6+ messages)
` [RFC PATCH 1/4] linux-headers: Update for vfio capability reporting AtomicOps
` [RFC PATCH 2/4] vfio: Implement a common device info helper
` [RFC PATCH 3/4] pcie: Add a PCIe capability version helper
` [RFC PATCH 4/4] vfio/pci: Enable AtomicOps completers on root ports
[PATCH 0/8] plugins/next: bugfixs and iops based time control RFC
2023-05-20 4:27 UTC (12+ messages)
` [PATCH 1/8] plugins: force slow path when plugins instrument memory ops
` [PATCH 2/8] plugins: fix memory leak while parsing options
` [PATCH 3/8] plugins: update lockstep to use g_memdup2
` [RFC PATCH 4/8] sysemu: add set_virtual_time to accel ops
` [RFC PATCH 5/8] qtest: use cpu interface in qtest_clock_warp
` [RFC PATCH 6/8] sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_time
` [RFC PATCH 7/8] plugins: add time control API
` [RFC PATCH 8/8] contrib/plugins: add iops plugin example for cost modelling
[PULL 00/40] virtio,pc,pci: fixes, features, cleanups
2023-05-20 3:34 UTC (42+ messages)
` [PULL 01/40] vhost: fix possible wrap in SVQ descriptor ring
` [PULL 02/40] hw/cxl: cdat: Fix open file not closed in ct3_load_cdat()
` [PULL 03/40] hw/cxl: cdat: Fix failure to free buffer in erorr paths
` [PULL 04/40] docs/cxl: fix some typos
` [PULL 05/40] docs/cxl: Remove incorrect CXL type 3 size parameter
` [PULL 06/40] docs/cxl: Replace unsupported AARCH64 with x86_64
` [PULL 07/40] hw/cxl: drop pointless memory_region_transaction_guards
` [PULL 08/40] hw/cxl: Fix endian handling for decoder commit
` [PULL 09/40] hw/cxl: Fix incorrect reset of commit and associated clearing of committed
` [PULL 10/40] tests/qtest/cxl-test: whitespace, line ending cleanup
` [PULL 11/40] hw/mem: Use memory_region_size() in cxl_type3
` [PULL 12/40] hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)
` [PULL 13/40] ACPI: bios-tables-test.c step 2 (allowed-diff entries)
` [PULL 14/40] ACPI: i386: bump to MADT to revision 3
` [PULL 15/40] ACPI: bios-tables-test.c step 5 (update expected table binaries)
` [PULL 16/40] pci: pci_add_option_rom(): improve style
` [PULL 17/40] pci: pci_add_option_rom(): refactor: use g_autofree for path variable
` [PULL 18/40] vhost-user: send SET_STATUS 0 after GET_VRING_BASE
` [PULL 19/40] hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0
` [PULL 20/40] virtio-mem: Default to "unplugged-inaccessible=on" with 8.1 on x86-64
` [PULL 21/40] vhost-user: Remove acpi-specific memslot limit
` [PULL 22/40] virtio-net: not enable vq reset feature unconditionally
` [PULL 23/40] virtio-crypto: fix NULL pointer dereference in virtio_crypto_free_request
` [PULL 24/40] vhost: expose function vhost_dev_has_iommu()
` [PULL 25/40] vhost_vdpa: fix the input in trace_vhost_vdpa_listener_region_del()
` [PULL 26/40] vhost-vdpa: Add check for full 64-bit in region delete
` [PULL 27/40] vhost-vdpa: Add support for vIOMMU
` [PULL 28/40] hw/pci-host/i440fx: Inline sysbus_add_io()
` [PULL 29/40] hw/pci-host/q35: "
` [PULL 30/40] hw/i386/pc_q35: Reuse machine parameter
` [PULL 31/40] hw/i386/pc_{q35,piix}: Reuse MachineClass::desc as SMB product name
` [PULL 32/40] hw/i386/pc_{q35,piix}: Minimize usage of get_system_memory()
` [PULL 33/40] hw/i386/pc: Initialize ram_memory variable directly
` [PULL 34/40] hw/pci-host/pam: Make init_pam() usage more readable
` [PULL 35/40] virtio-pci: add handling of PCI ATS and Device-TLB enable/disable
` [PULL 36/40] hw/pci-bridge: make building pcie-to-pci bridge configurable
` [PULL 37/40] hw/cxl: rename mailbox return code type from ret_code to CXLRetCode
` [PULL 38/40] hw/cxl: Introduce cxl_device_get_timestamp() utility function
` [PULL 39/40] hw/i386/pc: Create RTC controllers in south bridges
` [PULL 40/40] hw/i386/pc: No need for rtc_state to be an out-parameter
[PATCH] target/i386: Clear xsave pkru bit when KVM XCR0 not support
2023-05-20 1:57 UTC (3+ messages)
` 回复: 回复: "
[PATCH v1] migration: fail the cap check if it requires the use of deferred incoming
2023-05-20 1:42 UTC (8+ messages)
io-qcow2 failures on zfs
2023-05-19 22:44 UTC
[PATCH v3 0/2] target/arm: allow DC CVA[D]P in user mode emulation
2023-05-19 21:56 UTC (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] tests/tcg/aarch64: add DC CVA[D]P tests
[PATCH v11 00/14] TCG code quality tracking
2023-05-19 22:01 UTC (4+ messages)
[PULL v3 00/21] Block layer patches
2023-05-19 20:55 UTC (5+ messages)
[QEMU][PATCH v5 0/4] Introduce Xilinx Versal CANFD
2023-05-19 20:35 UTC
[QEMU][PATCH v5 1/4] MAINTAINERS: Include canfd tests under Xilinx CAN
2023-05-19 20:36 UTC (4+ messages)
` [QEMU][PATCH v5 2/4] hw/net/can: Introduce Xilinx Versal CANFD controller
` [QEMU][PATCH v5 3/4] xlnx-versal: Connect Xilinx VERSAL CANFD controllers
` [QEMU][PATCH v5 4/4] tests/qtest: Introduce tests for Xilinx VERSAL CANFD controller
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2023-05-19 19:57 UTC (6+ messages)
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
[RFC PATCH] Add support for RAPL MSRs in KVM/Qemu
2023-05-19 18:28 UTC (6+ messages)
Configure no longer works after pulling in the latest QEMU commits
2023-05-19 18:52 UTC (3+ messages)
` [External] "
[PATCH] build: rebuild build.ninja using "meson setup --reconfigure"
2023-05-19 18:40 UTC
[PATCH] configure: fix backwards-compatibility for meson sphinx_build option
2023-05-19 18:13 UTC (2+ messages)
[PULL v3 00/68] i386, build system, KVM changes for 2023-05-18
2023-05-19 18:03 UTC (7+ messages)
[PATCH v2 00/19] Fix qemu_strtosz() read-out-of-bounds
2023-05-19 18:02 UTC (31+ messages)
` [PATCH v2 04/19] test-cutils: Test more integer corner cases
` [PATCH v2 05/19] cutils: Fix wraparound parsing in qemu_strtoui
` [PATCH v2 06/19] cutils: Document differences between parse_uint and qemu_strtou64
` [PATCH v2 07/19] cutils: Adjust signature of parse_uint[_full]
` [PATCH v2 08/19] cutils: Allow NULL endptr in parse_uint()
` [PATCH v2 09/19] test-cutils: Add coverage of qemu_strtod
` [PATCH v2 11/19] test-cutils: Refactor qemu_strtosz tests for less boilerplate
` [PATCH v2 12/19] cutils: Allow NULL str in qemu_strtosz
` [PATCH v2 14/19] test-cutils: Add more coverage to qemu_strtosz11; rgb:1e1e/1e1e/1e1e
` [PATCH v2 14/19] test-cutils: Add more coverage to qemu_strtosz11;rgb:1e1e/1e1e/1e1e
` [PATCH v2 15/19] cutils: Set value in all qemu_strtosz* error paths
` [PATCH v2 17/19] cutils: Use parse_uint in qemu_strtosz for negative rejection
` [PATCH v2 19/19] cutils: Improve qemu_strtosz handling of fractions
[PATCH v3 0/3] vhost: register and change IOMMU flag depending on ATS state
2023-05-19 17:49 UTC (4+ messages)
` [PATCH v3 2/3] vhost: register and change IOMMU flag depending on Device-TLB state
[PATCH v6 0/4] hw/cxl: Poison get, inject, clear
2023-05-19 17:48 UTC (9+ messages)
` [PATCH v6 1/4] bswap: Add the ability to store to an unaligned 24 bit field
` [PATCH v6 2/4] hw/cxl: QMP based poison injection support
` [PATCH v6 3/4] hw/cxl: Add poison injection via the mailbox
` [PATCH v6 4/4] hw/cxl: Add clear poison mailbox command support
[PATCH v5 00/11] RISC-V Add the OpenTitan Machine
2023-05-19 17:15 UTC (3+ messages)
` [PATCH v5 06/11] riscv: Initial commit of OpenTitan machine
` [PATCH v5 6/11] "
[PATCH] acpi/tests/bios-tables-test: add an environment variable for iasl location
2023-05-19 17:13 UTC (13+ messages)
[PATCH 00/13] Clean up PCI IDE device models
2023-05-19 17:09 UTC (11+ messages)
` [PATCH 10/13] hw/ide/piix: Reuse PCIIDEState::{cmd,data}_ops
[PATCH v2] hw/riscv: virt: Assume M-mode FW in pflash0 only when "-bios none"
2023-05-19 16:40 UTC (17+ messages)
[PATCH v6 0/7] QEMU CXL Provide mock CXL events and irq support
2023-05-19 15:57 UTC (11+ messages)
` [PATCH v6 1/7] hw/cxl/events: Add event status register
` [PATCH v6 2/7] hw/cxl: Move CXLRetCode definition to cxl_device.h
` [PATCH v6 3/7] hw/cxl/events: Wire up get/clear event mailbox commands
` [PATCH v6 4/7] hw/cxl/events: Add event interrupt support
` [PATCH v6 5/7] hw/cxl/events: Add injection of General Media Events
` [PATCH v6 6/7] hw/cxl/events: Add injection of DRAM events
` [PATCH v6 7/7] hw/cxl/events: Add injection of Memory Module Events
[PULL v2 00/21] Block layer patches
2023-05-19 15:53 UTC (2+ messages)
gitlab shared runner time expired
2023-05-19 15:39 UTC (5+ messages)
[PATCH] [query-memory-size-summary] Report page size
2023-05-19 15:22 UTC (2+ messages)
[PATCH v7 0/4] pci hotplug tracking
2023-05-19 15:20 UTC (3+ messages)
` [PATCH v7 2/4] qapi: add DEVICE_ON and query-hotplug infrastructure
[PATCH] iotests: Fix test 104 under NBD
2023-05-19 15:19 UTC (2+ messages)
[PATCH 0/6] TriCore PCXI/ICR register fixes
2023-05-19 15:18 UTC (9+ messages)
` [PATCH 1/6] tests/tcg/tricore: Move asm tests into 'asm' directory
` [PATCH 2/6] tests/tcg/tricore: Uses label for memory addresses
` [PATCH 3/6] tests/tcg/tricore: Add first C program
` [PATCH 4/6] target/tricore: Refactor PCXI/ICR register fields
` [PATCH 5/6] target/tricore: Fix wrong PSW for call insns
` [PATCH 6/6] tests/tcg/tricore: Add recursion test for CSAs
[PATCH] multifd: Set a higher "backlog" default value for listen()
2023-05-19 15:17 UTC (9+ messages)
[PATCH RFC 0/5] hw/cxl: Type 2 Device RFC
2023-05-19 15:14 UTC (5+ messages)
` [PATCH RFC 1/5] hw/cxl: Use define for build bug detection
[PATCH] acpi/tests/avocado/bits: enable bios bits avocado tests on gitlab CI pipeline
2023-05-19 15:14 UTC (2+ messages)
[PATCH] Revert "arm/kvm: add support for MTE"
2023-05-19 15:00 UTC (2+ messages)
[PULL v2 00/44] Hexagon update
2023-05-19 14:55 UTC (2+ messages)
[RFC 0/1] hw/input: add basic support for a PCI PS/2 controller
2023-05-19 14:50 UTC (2+ messages)
` [RFC 1/1] "
[PULL 00/29] target-arm queue
2023-05-19 14:52 UTC (5+ messages)
` [PULL 04/29] arm/kvm: add support for MTE
[PATCH v2] hw/arm/sbsa-ref: add GIC node into DT
2023-05-19 14:29 UTC (2+ messages)
[PATCH] hw/dma/xilinx_axidma: Check DMASR.HALTED to prevent infinite loop
2023-05-19 14:19 UTC (3+ messages)
[PATCH 1/2] Add CI configuration for Kubernetes
2023-05-19 14:15 UTC (9+ messages)
` [PATCH 2/2] Raise crash-test-debian timeout to 90 minutes
[PATCH v5 0/6] hw/cxl: Poison get, inject, clear
2023-05-19 13:42 UTC (6+ messages)
` [PATCH v5 3/6] bswap: Add the ability to store to an unaligned 24 bit field
[PATCH v2 0/6] meson: use subprojects for bundled projects
2023-05-19 11:48 UTC (4+ messages)
[PATCH v5 0/9] migration: Modify 'migrate' and 'migrate-incoming' QAPI commands for migration
2023-05-19 9:52 UTC (10+ messages)
` [PATCH v5 1/9] migration: introduced 'MigrateAddress' in QAPI for migration wire protocol
` [PATCH v5 2/9] migration: convert uri parameter into 'MigrateAddress' struct
` [PATCH v5 5/9] migration: convert exec backend to accept MigrateAddress struct
` [PATCH v5 6/9] migration: modified migration QAPIs to accept 'channels' argument for migration
` [PATCH v5 7/9] migration: modify migration_channels_and_uri_compatible() to incorporate newer migration QAPI syntax
` [PATCH v5 8/9] migration: Introduced MigrateChannelList struct to migration code flow
` [PATCH v5 9/9] migration: adding test case for modified QAPI syntax
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).