qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-06 20:03:37 to 2022-12-07 23:50:59 UTC [more...]

[PATCH for 8.0 0/2] virtio-iommu: Fix Replay
 2022-12-07 23:49 UTC  (4+ messages)
` [PATCH for 8.0 1/2] virtio-iommu: Add unmap on virtio_iommu_remap()
` [PATCH for 8.0 2/2] virtio-iommu: Fix replay on device attach

[PATCH 0/5] Clean up dependencies of ACPI controllers
 2022-12-07 23:12 UTC  (6+ messages)
` [PATCH 1/5] hw/acpi/Kconfig: Add missing dependencies to ACPI_PIIX4
` [PATCH 2/5] hw/acpi/Kconfig: Rename ACPI_X86_ICH to ACPI_ICH9
` [PATCH 3/5] hw/acpi/Kconfig: Add missing dependencies "
` [PATCH 4/5] hw/isa/Kconfig: Add missing dependency to VT82C686
` [PATCH 5/5] hw/ppc/Kconfig: Remove unused dependencies from PEGASOS2

[PATCH 0/6] Enable Cubieboard A10 boot SPL from SD card
 2022-12-07 22:39 UTC  (10+ messages)
` [PATCH 1/6] hw/misc: Allwinner-A10 Clock Controller Module Emulation
` [PATCH 2/6] hw/misc: Allwinner A10 DRAM Controller Emulation
` [PATCH 3/6] hw/i2c: Allwinner TWI/I2C Emulation
` [PATCH 6/6] hw/arm: Allwinner A10 enable SPL load from MMC

[PATCH v3 00/13] tcg/s390x: misc patches
 2022-12-07 22:09 UTC  (27+ messages)
` [PATCH v3 02/13] tcg/s390x: Remove TCG_REG_TB
` [PATCH v3 06/13] tcg/s390x: Support MIE2 multiply single instructions
` [PATCH v3 07/13] tcg/s390x: Support MIE2 MGRK instruction
` [PATCH v3 08/13] tcg/s390x: Support MIE3 logical operations
` [PATCH v3 09/13] tcg/s390x: Create tgen_cmp2 to simplify movcond
` [PATCH v3 10/13] tcg/s390x: Generalize movcond implementation
` [PATCH v3 11/13] tcg/s390x: Support SELGR instruction in movcond
` [PATCH v3 12/13] tcg/s390x: Use tgen_movcond_int in tgen_clz
` [PATCH v3 13/13] tcg/s390x: Implement ctpop operation

[RFC PATCH] migration: reduce time of loading non-iterable vmstate
 2022-12-07 22:08 UTC  (8+ messages)
          ` [External] "

[PULL 00/39] i386, SCSI, build system changes for 2022-09-01
 2022-12-07 22:06 UTC  (3+ messages)
` [PULL 02/39] scsi: Add buf_len parameter to scsi_req_new()

[PATCH for 7.2?] target/i386: Remove compilation errors when -Werror=maybe-uninitialized
 2022-12-07 20:39 UTC  (17+ messages)
            ` Compiler warnings with maximum warning level (was: Re: [PATCH for 7.2?] target/i386: Remove compilation errors when -Werror=maybe-uninitialized)

[PATCH-for-8.0 0/4] target/cpu: System/User cleanups around hwaddr/vaddr
 2022-12-07 20:15 UTC  (10+ messages)
` [PATCH-for-8.0 1/4] cputlb: Restrict SavedIOTLB to system emulation
` [PATCH-for-8.0 2/4] gdbstub: Use vaddr type for generic insert/remove_breakpoint() API
` [PATCH-for-8.0 3/4] target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemu
` [PATCH-for-8.0 4/4] target/sparc: Cleanup around sparc_cpu_do_unaligned_access()

[PATCH v4 0/4] compare machine type compat_props
 2022-12-07 18:28 UTC  (5+ messages)
` [PATCH v4 1/4] qom: add default value
` [PATCH v4 2/4] python/qmp: increase read buffer size
` [PATCH v4 3/4] qmp: add dump machine type compatible properties
` [PATCH v4 4/4] scripts: add script to compare "

[PATCH v3 0/2] hw/nvme: Add shadow doorbell buffer support
 2022-12-07 17:49 UTC  (3+ messages)
` [PATCH v3 1/2] hw/nvme: Implement "

[PATCH for-8.0] hw/rtc/mc146818rtc: Make this rtc device target independent
 2022-12-07 17:47 UTC  (12+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-07 17:16 UTC  (29+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
` [PATCH v10 4/9] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v10 5/9] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v10 6/9] KVM: Unmap existing mappings when change the memory attributes
` [PATCH v10 7/9] KVM: Update lpage info when private/shared memory are mixed

[PATCH 00/18] block: Introduce a block graph rwlock
 2022-12-07 16:08 UTC  (21+ messages)
` [PATCH 01/18] block: Factor out bdrv_drain_all_begin_nopoll()
` [PATCH 02/18] graph-lock: Introduce a lock to protect block graph operations
` [PATCH 03/18] graph-lock: Implement guard macros
` [PATCH 04/18] async: Register/unregister aiocontext in graph lock list
` [PATCH 05/18] Import clang-tsa.h
` [PATCH 06/18] clang-tsa: Add TSA_ASSERT() macro
` [PATCH 07/18] clang-tsa: Add macros for shared locks
` [PATCH 08/18] configure: Enable -Wthread-safety if present
` [PATCH 09/18] test-bdrv-drain: Fix incorrrect drain assumptions
` [PATCH 10/18] block: Fix locking in external_snapshot_prepare()
` [PATCH 11/18] block: wrlock in bdrv_replace_child_noperm
` [PATCH 12/18] block: remove unnecessary assert_bdrv_graph_writable()
` [PATCH 13/18] block: assert that graph read and writes are performed correctly
` [PATCH 14/18] graph-lock: TSA annotations for lock/unlock functions
` [PATCH 15/18] Mark assert_bdrv_graph_readable/writable() GRAPH_RD/WRLOCK
` [PATCH 16/18] block-coroutine-wrapper.py: introduce annotations that take the graph rdlock
` [PATCH 17/18] block: use co_wrapper_mixed_bdrv_rdlock in functions taking the rdlock
` [PATCH 18/18] block: GRAPH_RDLOCK for functions only called by co_wrappers

[PATCH] configure: Fix check-tcg not executing any tests
 2022-12-07 15:51 UTC  (3+ messages)

[PATCH V9 00/46] Live Update
 2022-12-07 15:48 UTC  (2+ messages)

[PATCH v3] hw/pvrdma: Protect against buggy or malicious guest driver
 2022-12-07 15:05 UTC  (3+ messages)

Thoughts on removing the TARGET_I386 part of hw/display/vga/vbe_portio_list[]
 2022-12-07 14:59 UTC  (6+ messages)

[PATCH 1/1] qemu-iotests/stream-under-throttle: do not shutdown QEMU
 2022-12-07 14:07 UTC  (3+ messages)

[PATCH] block/mirror: add 'write-blocking-after-ready' copy mode
 2022-12-07 13:27 UTC 

[PULL 00/10] virtio,pc,pci: fixes,cleanups,features
 2022-12-07 13:26 UTC  (9+ messages)
` [PULL 02/10] pci-bridge/cxl_downstream: Add a CXL switch downstream port

[PATCH v15 0/6] hmp,qmp: Add commands to introspect virtio devices
 2022-12-07 13:22 UTC  (8+ messages)
` [PATCH v15 1/6] qmp: add QMP command x-query-virtio

[PATCH v2] tests/stream-under-throttle: New test
 2022-12-07 13:00 UTC  (4+ messages)

[PATCH v12 0/7] s390x: CPU Topology
 2022-12-07 11:52 UTC  (13+ messages)
` [PATCH v12 1/7] s390x/cpu topology: Creating CPU topology device
` [PATCH v12 2/7] s390x/cpu topology: reporting the CPU topology to the guest

[RFC PATCH 00/21] Xen HVM support under KVM
 2022-12-07 11:15 UTC  (7+ messages)
` [RFC PATCH 12/21] i386/xen: set shared_info page

[PATCH for-8.0] ui/vnc: fix bad address parsing
 2022-12-07 10:35 UTC  (3+ messages)

How to best make include/hw/pci/pcie_sriov.h self-contained
 2022-12-07 10:29 UTC  (4+ messages)

[PATCH] vhost-user-blk: Fix live migration crash during event handling
 2022-12-07 10:20 UTC 

[PATCH 01/15] hw/riscv: Select MSI_NONBROKEN in SIFIVE_PLIC
 2022-12-07 10:11 UTC  (21+ messages)
` [PATCH 07/15] hw/intc: sifive_plic: Improve robustness of the PLIC config parser
` [PATCH 08/15] hw/intc: sifive_plic: Update "num-sources" property default value
` [PATCH 09/15] hw/riscv: microchip_pfsoc: Fix the number of interrupt sources of PLIC
` [PATCH 10/15] hw/riscv: sifive_e: "
` [PATCH 11/15] hw/riscv: sifive_u: Avoid using magic number for "riscv, ndev"
` [PATCH 12/15] hw/riscv: virt: Fix the value of "riscv, ndev" in the dtb
` [PATCH 13/15] hw/intc: sifive_plic: Change "priority-base" to start from interrupt source 0
` [PATCH 14/15] hw/riscv: opentitan: Drop "hartid-base" and "priority-base" initialization
` [PATCH 15/15] hw/intc: sifive_plic: Fix the pending register range check

[PATCH v2 01/16] hw/riscv: Select MSI_NONBROKEN in SIFIVE_PLIC
 2022-12-07 10:03 UTC  (16+ messages)
` [PATCH v2 02/16] hw/intc: Select MSI_NONBROKEN in RISC-V AIA interrupt controllers
` [PATCH v2 03/16] hw/riscv: Fix opentitan dependency to SIFIVE_PLIC
` [PATCH v2 04/16] hw/riscv: Sort machines Kconfig options in alphabetical order
` [PATCH v2 05/16] hw/riscv: spike: Remove misleading comments
` [PATCH v2 06/16] hw/intc: sifive_plic: Drop PLICMode_H
` [PATCH v2 07/16] hw/intc: sifive_plic: Improve robustness of the PLIC config parser
` [PATCH v2 08/16] hw/intc: sifive_plic: Use error_setg() to propagate the error up via errp in sifive_plic_realize()
` [PATCH v2 09/16] hw/intc: sifive_plic: Update "num-sources" property default value
` [PATCH v2 10/16] hw/riscv: microchip_pfsoc: Fix the number of interrupt sources of PLIC
` [PATCH v2 11/16] hw/riscv: sifive_e: "
` [PATCH v2 12/16] hw/riscv: sifive_u: Avoid using magic number for "riscv, ndev"
` [PATCH v2 13/16] hw/riscv: virt: Fix the value of "riscv, ndev" in the dtb
` [PATCH v2 14/16] hw/intc: sifive_plic: Change "priority-base" to start from interrupt source 0
` [PATCH v2 15/16] hw/riscv: opentitan: Drop "hartid-base" and "priority-base" initialization
` [PATCH v2 16/16] hw/intc: sifive_plic: Fix the pending register range check

[PATCH 00/11] exec: Restrict various system emulation specific headers (to sysemu)
 2022-12-07 10:09 UTC  (6+ messages)
` [PATCH 02/11] exec: Restrict hwaddr.h to sysemu/

[PATCH v3] intel-iommu: Document iova_tree
 2022-12-07  9:51 UTC  (2+ messages)

REG: TTC Timer
 2022-12-07  9:37 UTC  (4+ messages)

[PATCH 1/2] target/riscv: Simplify helper_sret() a little bit
 2022-12-07  9:00 UTC  (2+ messages)
` [PATCH 2/2] target/riscv: Clear mstatus.MPRV when leaving M-mode for priv spec 1.12+

[RFC PATCH for 8.0 00/13] vDPA-net inflight descriptors migration with SVQ
 2022-12-07  8:59 UTC  (8+ messages)
` [RFC PATCH for 8.0 10/13] virtio-net: Migrate vhost inflight descriptors

[PATCH] blockdev: add 'media=cdrom' argument to support usb cdrom emulated as cdrom
 2022-12-07  8:39 UTC  (6+ messages)

[PATCH] target/riscv: Set pc_succ_insn for !rvc illegal insn
 2022-12-07  7:00 UTC  (4+ messages)

[PATCH] target/riscv: Fix mret exception cause when no pmp rule is configured
 2022-12-07  5:18 UTC  (2+ messages)

[PATCH v3 0/3] Implement the watchdog timer of HiFive 1 rev b
 2022-12-07  4:02 UTC  (3+ messages)
` [PATCH v3 1/3] hw/misc: sifive_e_aon: Support "

[PATCH v4] RISC-V: Add Zawrs ISA extension support
 2022-12-07  3:01 UTC  (2+ messages)

[PATCH] hw/intc: sifive_plic: fix out-of-bound access of source_priority array
 2022-12-07  2:59 UTC  (2+ messages)

[QEMU][PATCH v3 0/4] Introduce Xilinx Versal CANFD
 2022-12-07  2:13 UTC  (6+ messages)
` [QEMU][PATCH v3 1/4] MAINTAINERS: Include canfd tests under Xilinx CAN
` [QEMU][PATCH v3 2/4] hw/net/can: Introduce Xilinx Versal CANFD controller
` [QEMU][PATCH v3 3/4] xlnx-versal: Connect Xilinx VERSAL CANFD controllers
` [QEMU][PATCH v3 3/4] xlnx-zynqmp: "
` [QEMU][PATCH v3 4/4] tests/qtest: Introduce tests for Xilinx VERSAL CANFD controller

[PATCH v2 0/2] two optimizations to speed up the start time
 2022-12-07  0:22 UTC  (6+ messages)
` [PATCH v2 1/2] vhost: configure all host notifiers in a single MR transaction

[QEMU][PATCH v3 1/4] MAINTAINERS: Include canfd tests under Xilinx CAN
 2022-12-07  0:08 UTC  (5+ messages)
` [QEMU][PATCH v3 2/4] hw/net/can: Introduce Xilinx Versal CANFD controller
` [QEMU][PATCH v3 3/4] xlnx-versal: Connect Xilinx VERSAL CANFD controllers
` [QEMU][PATCH v3 3/4] xlnx-zynqmp: "
` [QEMU][PATCH v3 4/4] tests/qtest: Introduce tests for Xilinx VERSAL CANFD controller

[QEMU][PATCH v2 0/5] Introduce Xilinx Versal CANFD
 2022-12-06 23:13 UTC  (4+ messages)
` [QEMU][PATCH v2 2/5] hw/net/can: Introduce Xilinx Versal CANFD controller

[PATCH v2] intel-iommu: Document iova_tree
 2022-12-06 22:13 UTC  (2+ messages)

[PATCH] intel-iommu: Document iova_tree
 2022-12-06 22:09 UTC  (7+ messages)


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).