messages from 2023-09-10 21:08:24 to 2023-09-11 11:46:11 UTC [more...]
[PATCH v3 0/4] hw/cxl: Support emulating 4 HDM decoders throughout topology
2023-09-11 11:43 UTC (5+ messages)
` [PATCH v3 1/4] hw/cxl: Push cxl_decoder_count_enc() and cxl_decode_ig() into .c
` [PATCH v3 2/4] hw/cxl: Add utility functions decoder interleave ways and target count
` [PATCH v3 3/4] hw/cxl: Fix and use same calculation for HDM decoder block size everywhere
` [PATCH v3 4/4] hw/cxl: Support 4 HDM decoders at all levels of topology
[PATCH] tpm: fix crash when FD >= 1024
2023-09-11 11:45 UTC (2+ messages)
[PATCH v2 0/3] hw/cxl: Support emulating 4 HDM decoders throughout topology
2023-09-11 11:40 UTC (4+ messages)
` [PATCH v2 3/3] hw/cxl: Support 4 HDM decoders at all levels of topology
Should pcie-pci-bridge use 32-bit non-prefetchable memory?
2023-09-11 11:32 UTC (2+ messages)
Disassembler disagrees with translator over instruction decoding
2023-09-11 11:20 UTC (2+ messages)
[PATCH v2 00/11] Validate and test qapi examples
2023-09-11 11:27 UTC (15+ messages)
` [PATCH v2 01/11] qapi: fix example of get-win32-socket command
` [PATCH v2 02/11] qapi: fix example of dumpdtb command
` [PATCH v2 03/11] qapi: fix example of cancel-vcpu-dirty-limit command
` [PATCH v2 04/11] qapi: fix example of set-vcpu-dirty-limit command
` [PATCH v2 05/11] qapi: fix example of calc-dirty-rate command
` [PATCH v2 06/11] qapi: fix example of NETDEV_STREAM_CONNECTED event
` [PATCH v2 07/11] qapi: fix example of query-rocker-of-dpa-flows command
` [PATCH v2 08/11] qapi: fix example of query-spice command
` [PATCH v2 09/11] qapi: fix example of query-blockstats command
` [PATCH v2 10/11] qapi: meson: add test flag to allow skip generators
` [PATCH v2 11/11] qapi: scripts: add a generator for qapi's examples
[PATCH v2 00/10] Generate x86 cpu features
2023-09-11 11:26 UTC (4+ messages)
[PATCH v2 10/11] qapi: meson: add test flag to allow skip generators
2023-09-11 11:26 UTC (3+ messages)
` [PATCH v2 11/11] qapi: scripts: add a generator for qapi's examples
[PATCH] target/i386: Re-introduce few KVM stubs for Clang debug builds
2023-09-11 11:22 UTC (3+ messages)
[PATCH v1] vfio/common: Separate vfio-pci ranges
2023-09-11 11:18 UTC (9+ messages)
[PATCH 0/7] Steps towards enabling -Wshadow=local
2023-09-11 11:17 UTC (4+ messages)
` [PATCH 6/7] block: Clean up local variable shadowing
[PULL 00/51] Build system, i386 changes for 2023-09-07
2023-09-11 11:06 UTC (14+ messages)
[PATCH 0/4] hw/core/cpu-common: Consolidate cpu_class_by_name()
2023-09-11 10:55 UTC (9+ messages)
` [PATCH 1/4] target/alpha: Tidy up alpha_cpu_class_by_name()
` [PATCH 3/4] hw/cpu: Introduce CPUClass::cpu_resolving_type field
` [PATCH 4/4] hw/cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()
[RESEND QEMU PATCH v4 0/1] S3 support
2023-09-11 10:30 UTC (2+ messages)
` [RESEND QEMU PATCH v4 1/1] virtgpu: do not destroy resources when guest suspend
linux-user vs system build options and libraries
2023-09-11 10:10 UTC (2+ messages)
[RESEND VIRTIO GPU PATCH v3 0/1] Add new feature flag VIRTIO_GPU_F_FREEZE_S3
2023-09-11 10:04 UTC (2+ messages)
` [RESEND VIRTIO GPU PATCH v3 1/1] virtio-gpu: "
[PATCH v2 0/7] remaining tree-wide spelling fixes
2023-09-11 9:54 UTC (10+ messages)
` [PATCH 1/7] bsd-user: "
` [PATCH 2/7] i386: "
` [PATCH 3/7] ppc: "
` [PATCH 6/7] hw/tpm: "
[PATCH v2 00/21] Graph locking part 4 (node management)
2023-09-11 9:46 UTC (22+ messages)
` [PATCH v2 01/21] block: Remove unused BlockReopenQueueEntry.perms_checked
` [PATCH v2 02/21] preallocate: Factor out preallocate_truncate_to_real_size()
` [PATCH v2 03/21] preallocate: Don't poll during permission updates
` [PATCH v2 04/21] block: Take AioContext lock for bdrv_append() more consistently
` [PATCH v2 05/21] block: Introduce bdrv_schedule_unref()
` [PATCH v2 06/21] block-coroutine-wrapper: Add no_co_wrapper_bdrv_wrlock functions
` [PATCH v2 07/21] block-coroutine-wrapper: Allow arbitrary parameter names
` [PATCH v2 08/21] block: Mark bdrv_replace_child_noperm() GRAPH_WRLOCK
` [PATCH v2 09/21] block: Mark bdrv_replace_child_tran() GRAPH_WRLOCK
` [PATCH v2 10/21] block: Mark bdrv_attach_child_common() GRAPH_WRLOCK
` [PATCH v2 11/21] block: Call transaction callbacks with lock held
` [PATCH v2 12/21] block: Mark bdrv_attach_child() GRAPH_WRLOCK
` [PATCH v2 13/21] block: Mark bdrv_parent_perms_conflict() and callers GRAPH_RDLOCK
` [PATCH v2 14/21] block: Mark bdrv_get_cumulative_perm() "
` [PATCH v2 15/21] block: Mark bdrv_child_perm() GRAPH_RDLOCK
` [PATCH v2 16/21] block: Mark bdrv_parent_cb_change_media() GRAPH_RDLOCK
` [PATCH v2 17/21] block: Take graph rdlock in bdrv_drop_intermediate()
` [PATCH v2 18/21] block: Take graph rdlock in bdrv_change_aio_context()
` [PATCH v2 19/21] block: Mark bdrv_root_unref_child() GRAPH_WRLOCK
` [PATCH v2 20/21] block: Mark bdrv_unref_child() GRAPH_WRLOCK
` [PATCH v2 21/21] block: Mark bdrv_add/del_child() and caller GRAPH_WRLOCK
[PATCH] meson: Fix targetos match for illumos and Solaris
2023-09-11 9:28 UTC (2+ messages)
[RESEND LINUX KERNEL PATCH 0/1] add S3 support for virtgpu
2023-09-11 9:18 UTC (2+ messages)
` [RESEND LINUX KERNEL PATCH 1/1] virtgpu: init vq during resume and notify qemu guest status
[PATCH v3] hw/cxl: Fix CFMW config memory leak
2023-09-11 9:18 UTC (7+ messages)
[PATCH v9 00/20] riscv: 'max' CPU, detect user choice in TCG
2023-09-11 9:10 UTC (3+ messages)
[PATCH v2 00/19] riscv: split TCG/KVM accelerators from cpu.c
2023-09-11 9:04 UTC (15+ messages)
` [PATCH v2 05/19] target/riscv/cpu.c: add .instance_post_init()
` [PATCH v2 09/19] target/riscv: make riscv_add_satp_mode_properties() public
` [PATCH v2 10/19] target/riscv: remove kvm-stub.c
` [PATCH v2 11/19] target/riscv: introduce KVM AccelCPUClass
` [PATCH v2 14/19] target/riscv/cpu.c: export set_misa()
` [PATCH v2 16/19] target/riscv/cpu.c: make misa_ext_cfgs[] 'const'
[PATCH v3] hw/loongarch: Add virtio-mmio bus support
2023-09-11 8:59 UTC
QEMU Stable series
2023-09-11 8:56 UTC (2+ messages)
riscv64 virt board crash upon startup
2023-09-11 8:53 UTC (7+ messages)
[PATCH 00/15] Nested PAPR API (KVM on PowerVM)
2023-09-11 8:18 UTC (13+ messages)
` [PATCH RESEND 01/15] ppc: spapr: Introduce Nested PAPR API related macros
` [PATCH RESEND 02/15] ppc: spapr: Add new/extend structs to support Nested PAPR API
` [PATCH RESEND 03/15] ppc: spapr: Use SpaprMachineStateNested's ptcr instead of nested_ptcr
` [PATCH RESEND 04/15] ppc: spapr: Start using nested.api for nested kvm-hv api
[Stable-7.2.6 00/51] v2 Patch Round-up for stable 7.2.6, freeze on 2023-09-19
2023-09-11 8:02 UTC (16+ messages)
` [Stable-7.2.6 01/51] gitlab-ci: check-dco.py: switch from master to stable-7.2 branch
` [Stable-7.2.6 02/51] python: drop pipenv
` [Stable-7.2.6 03/51] memory: prevent dma-reentracy issues
` [Stable-7.2.6 04/51] async: Add an optional reentrancy guard to the BH API
` [Stable-7.2.6 05/51] async: avoid use-after-free on re-entrancy guard
` [Stable-7.2.6 06/51] checkpatch: add qemu_bh_new/aio_bh_new checks
` [Stable-7.2.6 07/51] hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
` [Stable-7.2.6 08/51] lsi53c895a: disable reentrancy detection for script RAM
` [Stable-7.2.6 09/51] lsi53c895a: disable reentrancy detection for MMIO region, too
` [Stable-7.2.6 10/51] bcm2835_property: disable reentrancy detection for iomem
` [Stable-7.2.6 11/51] raven: "
` [Stable-7.2.6 12/51] apic: disable reentrancy detection for apic-msi
` [Stable-7.2.6 13/51] loongarch: mark loongarch_ipi_iocsr re-entrnacy safe
` [Stable-7.2.6 14/51] pnv_lpc: disable reentrancy detection for lpc-hc
` [Stable-7.2.6 43/51] hw/ide/ahci: PxCI should not get cleared when ERR_STAT is set
[PULL 00/13] vfio queue
2023-09-11 7:50 UTC (14+ messages)
` [PULL 01/13] vfio/migration: Move from STOP_COPY to STOP in vfio_save_cleanup()
` [PULL 02/13] sysemu: Add prepare callback to struct VMChangeStateEntry
` [PULL 03/13] qdev: Add qdev_add_vm_change_state_handler_full()
` [PULL 04/13] vfio/migration: Refactor PRE_COPY and RUNNING state checks
` [PULL 05/13] vfio/migration: Add P2P support for VFIO migration
` [PULL 06/13] vfio/migration: Allow migration of multiple P2P supporting devices
` [PULL 07/13] migration: Add migration prefix to functions in target.c
` [PULL 08/13] vfio/migration: Fail adding device with enable-migration=on and existing blocker
` [PULL 09/13] migration: Move more initializations to migrate_init()
` [PULL 10/13] migration: Add .save_prepare() handler to struct SaveVMHandlers
` [PULL 11/13] vfio/migration: Block VFIO migration with postcopy migration
` [PULL 12/13] vfio/migration: Block VFIO migration with background snapshot
` [PULL 13/13] vfio/common: Separate vfio-pci ranges
[PATCH v3 00/16] virtio-mem: Expose device memory through multiple memslots
2023-09-11 7:45 UTC (2+ messages)
[PATCH v4 00/11] memory-backend-file related improvements and VM templating support
2023-09-11 7:41 UTC (2+ messages)
[PATCH 1/2] vmmouse: replace DPRINTF with tracing
2023-09-11 7:05 UTC (3+ messages)
` [PATCH 2/2] vmmouse: use explicit code
[PULL v2 00/45] riscv-to-apply queue
2023-09-11 6:43 UTC (46+ messages)
` [PULL v2 01/45] target/riscv/cpu.c: do not run 'host' CPU with TCG
` [PULL v2 02/45] hw/char/riscv_htif: Fix printing of console characters on big endian hosts
` [PULL v2 03/45] hw/char/riscv_htif: Fix the console syscall "
` [PULL v2 04/45] target/riscv/cpu.c: add zmmul isa string
` [PULL v2 05/45] target/riscv/cpu.c: add smepmp "
` [PULL v2 06/45] target/riscv: Fix page_check_range use in fault-only-first
` [PULL v2 07/45] target/riscv: Use existing lookup tables for MixColumns
` [PULL v2 08/45] target/riscv: Refactor some of the generic vector functionality
` [PULL v2 09/45] target/riscv: Refactor vector-vector translation macro
` [PULL v2 10/45] target/riscv: Remove redundant "cpu_vl == 0" checks
` [PULL v2 11/45] target/riscv: Add Zvbc ISA extension support
` [PULL v2 12/45] target/riscv: Move vector translation checks
` [PULL v2 13/45] target/riscv: Refactor translation of vector-widening instruction
` [PULL v2 14/45] target/riscv: Refactor some of the generic vector functionality
` [PULL v2 15/45] target/riscv: Add Zvbb ISA extension support
` [PULL v2 16/45] target/riscv: Add Zvkned "
` [PULL v2 17/45] target/riscv: Add Zvknh "
` [PULL v2 18/45] target/riscv: Add Zvksh "
` [PULL v2 19/45] target/riscv: Add Zvkg "
` [PULL v2 20/45] crypto: Create sm4_subword
` [PULL v2 21/45] crypto: Add SM4 constant parameter CK
` [PULL v2 22/45] target/riscv: Add Zvksed ISA extension support
` [PULL v2 23/45] target/riscv: Implement WARL behaviour for mcountinhibit/mcounteren
` [PULL v2 24/45] target/riscv: Add Zihintntl extension ISA string to DTS
` [PULL v2 25/45] target/riscv: Fix zfa fleq.d and fltq.d
` [PULL v2 26/45] hw/intc: Fix upper/lower mtime write calculation
` [PULL v2 27/45] hw/intc: Make rtc variable names consistent
` [PULL v2 28/45] linux-user/riscv: Use abi type for target_ucontext
` [PULL v2 29/45] target/riscv: support the AIA device emulation with KVM enabled
` [PULL v2 30/45] target/riscv: check the in-kernel irqchip support
` [PULL v2 31/45] target/riscv: Create an KVM AIA irqchip
` [PULL v2 32/45] target/riscv: update APLIC and IMSIC to support KVM AIA
` [PULL v2 33/45] target/riscv: select KVM AIA in riscv virt machine
` [PULL v2 34/45] hw/riscv: virt: Fix riscv,pmu DT node path
` [PULL v2 35/45] target/riscv: Update CSR bits name for svadu extension
` [PULL v2 36/45] target/riscv: fix satp_mode_finalize() when satp_mode.supported = 0
` [PULL v2 37/45] riscv: zicond: make non-experimental
` [PULL v2 38/45] hw/riscv/virt.c: fix non-KVM --enable-debug build
` [PULL v2 39/45] hw/intc/riscv_aplic.c "
` [PULL v2 40/45] linux-user/riscv: Add new extensions to hwprobe
` [PULL v2 41/45] target/riscv: Use accelerated helper for AES64KS1I
` [PULL v2 42/45] target/riscv: Allocate itrigger timers only once
` [PULL v2 43/45] target/riscv/pmp.c: respect mseccfg.RLB for pmpaddrX changes
` [PULL v2 44/45] target/riscv: Align the AIA model to v1.0 ratified spec
` [PULL v2 45/45] target/riscv: don't read CSR in riscv_csrrw_do64
[PATCH v8 0/4] Virtio shared dma-buf
2023-09-11 6:46 UTC (3+ messages)
[PATCH v2] qemu/timer: Add host ticks function for RISC-V
2023-09-11 6:32 UTC
[PATCH for stable-7.2 only] gitlab-ci: check-dco.py: switch from master to stable-7.2 branch
2023-09-11 6:06 UTC (2+ messages)
[RESEND] qemu/timer: Add host ticks function for RISC-V
2023-09-11 5:56 UTC (2+ messages)
[PATCH] qemu/timer: Add host ticks function for RISC-V
2023-09-11 5:53 UTC (3+ messages)
[PATCH v4 0/2] Fix overflow of the max number of IDs for logic processor and core
2023-09-11 5:38 UTC (2+ messages)
[PATCH 00/21] q800: add support for booting MacOS Classic - part 2
2023-09-11 5:15 UTC (6+ messages)
` [PATCH 10/21] q800: add easc bool machine class property to switch between ASC and EASC
[PULL 00/65] riscv-to-apply queue
2023-09-11 2:37 UTC (7+ messages)
` [PULL 48/65] target/riscv/cpu.c: split kvm prop handling to its own helper
[PATCH v3 00/32] Unified CPU type check
2023-09-10 23:52 UTC (12+ messages)
` [PATCH v3 15/32] target/s390x: Use generic helper to show CPU model names
` [PATCH v3 27/32] machine: Print CPU model name instead of CPU type name
[Stable-7.2.6 00/37] Patch Round-up for stable 7.2.6, freeze on 2023-09-19
2023-09-10 21:07 UTC (3+ messages)
` [Stable-7.2.6 29/37] hw/ide/ahci: PxCI should not get cleared when ERR_STAT is set
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).