qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-13 03:54:59 to 2023-07-14 08:45:20 UTC [more...]

[PATCH v6 0/5] Add RISC-V KVM AIA Support
 2023-07-14  8:44 UTC  (2+ messages)
` [PATCH v6 1/5] target/riscv: support the AIA device emulation with KVM enabled

[PATCH v3] migration: hold the BQL during setup
 2023-07-14  8:20 UTC  (2+ messages)

[PATCH v4 0/6] eBPF RSS through QMP support
 2023-07-14  7:41 UTC  (10+ messages)
` [PATCH v4 1/6] ebpf: Added eBPF map update through mmap
` [PATCH v4 2/6] ebpf: Added eBPF initialization by fds
` [PATCH v4 3/6] virtio-net: Added property to load eBPF RSS with fds
` [PATCH v4 4/6] ebpf: Added declaration/initialization routines
` [PATCH v4 5/6] qmp: Added new command to retrieve eBPF blob
` [PATCH v4 6/6] ebpf: Updated eBPF program and skeleton

[PATCH v2 00/11] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
 2023-07-14  7:27 UTC  (23+ messages)
` [PATCH v2 01/11] hw/char/pl011: Restrict MemoryRegionOps implementation access sizes
` [PATCH v2 02/11] hw/char/pl011: Display register name in trace events
` [PATCH v2 03/11] hw/char/pl011: Remove duplicated PL011_INT_[RT]X definitions
` [PATCH v2 04/11] hw/char/pl011: Replace magic values by register field definitions
` [PATCH v2 05/11] hw/char/pl011: Split RX/TX path of pl011_reset_fifo()
` [PATCH v2 06/11] hw/char/pl011: Extract pl011_write_txdata() from pl011_write()
` [PATCH v2 07/11] hw/char/pl011: Extract pl011_read_rxdata() from pl011_read()
` [PATCH v2 08/11] hw/char/pl011: Warn when using disabled transmitter
` [PATCH v2 09/11] hw/char/pl011: Check if receiver is enabled
` [PATCH v2 10/11] hw/char/pl011: Rename RX FIFO methods
` [RFC PATCH v2 11/11] hw/char/pl011: Implement TX FIFO

[PATCH v2 00/11] tpm: introduce TPM CRB SysBus device
 2023-07-14  7:09 UTC  (12+ messages)
` [PATCH v2 01/11] tpm_crb: refactor common code
` [PATCH v2 02/11] tpm_crb: CTRL_RSP_ADDR is 64-bits wide
` [PATCH v2 03/11] tpm_ppi: refactor memory space initialization
` [PATCH v2 04/11] tpm_crb: use a single read-as-mem/write-as-mmio mapping
` [PATCH v2 05/11] tpm_crb: use the ISA bus
` [PATCH v2 06/11] tpm_crb: move ACPI table building to device interface
` [PATCH v2 07/11] hw/arm/virt: add plug handler for TPM on SysBus
` [PATCH v2 08/11] hw/loongarch/virt: "
` [PATCH v2 09/11] tpm_tis_sysbus: move DSDT AML generation to device
` [PATCH v2 10/11] tpm_crb_sysbus: introduce TPM CRB SysBus device
` [PATCH v2 11/11] tpm_crb: support restoring older vmstate

[PULL 0/1] Block patches
 2023-07-14  6:35 UTC  (2+ messages)

[PATCH for-8.2 v2 0/7] target/riscv: add 'max' CPU type
 2023-07-14  6:30 UTC  (15+ messages)
` [PATCH for-8.2 v2 1/7] target/riscv/cpu.c: split CPU options from riscv_cpu_extensions[]
` [PATCH for-8.2 v2 2/7] target/riscv/cpu.c: skip 'bool' check when filtering KVM props
` [PATCH for-8.2 v2 3/7] target/riscv/cpu.c: split vendor exts from riscv_cpu_extensions[]
` [PATCH for-8.2 v2 4/7] target/riscv/cpu.c: split non-ratified "
` [PATCH for-8.2 v2 5/7] target/riscv/cpu.c: add a ADD_CPU_PROPERTIES_ARRAY() macro
` [PATCH for-8.2 v2 6/7] target/riscv: add 'max' CPU type

[PATCH-for-8.1] linux-user/arm: Do not allocate a commpage at all for M-profile CPUs
 2023-07-14  6:23 UTC  (2+ messages)

[PATCH for-8.1] tcg: Use HAVE_CMPXCHG128 instead of CONFIG_CMPXCHG128
 2023-07-14  6:18 UTC  (3+ messages)

[PATCH] hw/tpm: TIS on sysbus: Remove unsupport ppi command line option
 2023-07-14  6:12 UTC  (4+ messages)

[PATCH for-8.2 0/7] target/riscv: add 'max' CPU type
 2023-07-14  4:30 UTC  (16+ messages)
` [PATCH for-8.2 6/7] "
                ` Boot failure after QEMU's upgrade to OpenSBI v1.3 (was Re: [PATCH for-8.2 6/7] target/riscv: add 'max' CPU type)

[PATCH] plugins: Set final instruction count in plugin_gen_tb_end
 2023-07-14  4:18 UTC 

[PATCH-for-8.2 v3 00/16] target/riscv: Allow building without TCG (KVM-only so far)
 2023-07-14  3:17 UTC  (3+ messages)
` [PATCH v3 06/16] target/riscv: Restrict riscv_cpu_do_interrupt() to sysemu

[PATCH] riscv/disas: Fix disas output of upper immediates
 2023-07-14  2:58 UTC  (3+ messages)

[PATCH] docs/system/target-riscv.rst: tidy CPU firmware section
 2023-07-14  2:33 UTC  (4+ messages)

[PATCH 0/3] hw/arm/virt: Use generic CPU invalidation
 2023-07-14  0:54 UTC  (17+ messages)
` [PATCH 1/3] machine: Factor CPU type invalidation out into helper
` [PATCH 2/3] hw/arm/virt: Use generic CPU type invalidation
` [PATCH 3/3] hw/arm/virt: Support host CPU type only when KVM or HVF is configured

[RFC PATCH for-8.2 00/18] crypto: Provide clmul.h and host accel
 2023-07-13 21:43 UTC  (20+ messages)
` [PATCH 01/18] crypto: Add generic 8-bit carry-less multiply routines
` [PATCH 02/18] target/arm: Use clmul_8* routines
` [PATCH 03/18] target/s390x: "
` [PATCH 04/18] target/ppc: "
` [PATCH 05/18] crypto: Add generic 16-bit carry-less multiply routines
` [PATCH 06/18] target/arm: Use clmul_16* routines
` [PATCH 07/18] target/s390x: "
` [PATCH 08/18] target/ppc: "
` [PATCH 09/18] crypto: Add generic 32-bit carry-less multiply routines
` [PATCH 10/18] target/arm: Use clmul_32* routines
` [PATCH 11/18] target/s390x: "
` [PATCH 12/18] target/ppc: "
` [PATCH 13/18] crypto: Add generic 64-bit carry-less multiply routine
` [PATCH 14/18] target/arm: Use clmul_64
` [PATCH 15/18] target/s390x: "
` [PATCH 16/18] target/ppc: "
` [PATCH 17/18] host/include/i386: Implement clmul.h
` [PATCH 18/18] host/include/aarch64: "

[PATCH V3] migration: simplify notifiers
 2023-07-13 21:34 UTC  (2+ messages)

[PATCH V4 0/2] migration file URI
 2023-07-13 21:26 UTC  (2+ messages)

[PATCH V4] migration: simplify blockers
 2023-07-13 21:24 UTC  (2+ messages)

[RFC, PATCH, trivial, sample] treewide: spelling fixes in comments and some strings
 2023-07-13 20:14 UTC  (2+ messages)

[PATCH v1 00/15] virtio-mem: Expose device memory through multiple memslots
 2023-07-13 19:58 UTC  (3+ messages)
` [PATCH v1 13/15] virtio-mem: Expose device memory via multiple memslots if enabled

drain_call_rcu() vs nested event loops
 2023-07-13 19:42 UTC 

[PATCH 00/11] tpm: introduce TPM CRB SysBus device
 2023-07-13 18:43 UTC  (35+ messages)
` [PATCH 01/11] tpm_crb: refactor common code
` [PATCH 02/11] tpm_crb: CTRL_RSP_ADDR is 64-bits wide
` [PATCH 03/11] tpm_ppi: refactor memory space initialization
` [PATCH 04/11] tpm_crb: use a single read-as-mem/write-as-mmio mapping
` [PATCH 05/11] tpm_crb: use the ISA bus
` [PATCH 06/11] tpm_crb: move ACPI table building to device interface
` [PATCH 07/11] hw/arm/virt: add plug handler for TPM on SysBus
` [PATCH 09/11] tpm_tis_sysbus: fix crash when PPI is enabled

[PATCH for-8.1 0/3] target/arm: Fix ptw bugs introduced by FEAT_RME changes
 2023-07-13 18:31 UTC  (7+ messages)
` [PATCH for-8.1 1/3] target/arm/ptw.c: Add comments to S1Translate struct fields
` [PATCH for-8.1 2/3] target/arm: Fix S1_ptw_translate() debug path
` [PATCH for-8.1 3/3] target/arm/ptw.c: Account for FEAT_RME when applying {N}SW, SA bits
  ` [PATCH for-8.1 3/3] target/arm/ptw.c: Account for FEAT_RME when applying {N}SW,SA bits

[PATCH] target/hexagon/idef-parser: Remove self-assignment
 2023-07-13 16:21 UTC  (3+ messages)

[PATCH V9 00/46] Live Update
 2023-07-13 15:53 UTC  (13+ messages)
` [PATCH V9 32/46] vfio-pci: cpr part 2 (msi)

[PATCH] util/interval-tree: Avoid race conditions without optimization
 2023-07-13 15:42 UTC  (3+ messages)

[PATCH] hw/pci: Warn when ARI/SR-IOV device has non-zero Function number
 2023-07-13 13:32 UTC  (5+ messages)

QEMU Summit Minutes 2023
 2023-07-13 13:21 UTC 

[PATCH 0/2] migration: Only pass negative values to qemu_file_set_error()
 2023-07-13 13:18 UTC  (4+ messages)
` [PATCH 2/2] migration: Make it clear that qemu_file_set_error() needs a negative value

[PATCH] linux-user: Remove pointless NULL check in clock_adjtime handling
 2023-07-13 13:10 UTC  (3+ messages)

[PATCH QEMU v8 8/9] migration: Extend query-migrate to provide dirty page limit info
 2023-07-13 12:45 UTC  (2+ messages)

[PATCH QEMU v8 4/9] migration: Introduce dirty-limit capability
 2023-07-13 12:44 UTC  (2+ messages)

[PATCH] tcg: Fix info_in_idx increment in layout_arg_by_ref
 2023-07-13 12:37 UTC  (2+ messages)

[PATCH QEMU v8 2/9] qapi/migration: Introduce x-vcpu-dirty-limit-period parameter
 2023-07-13 12:32 UTC  (2+ messages)

[PATCH] accel/tcg: Zero-pad vaddr in tlb_debug output
 2023-07-13 12:07 UTC 

[PATCH v2] hw/mips: Improve the default USB settings in the loongson3-virt machine
 2023-07-13 11:51 UTC  (5+ messages)

[PATCH 0/3] scsi: fix issue with Linux guest and unit attention
 2023-07-13 11:43 UTC  (4+ messages)
` [PATCH 1/3] scsi: fetch unit attention when creating the request

[PATCH 0/1] hw/arm/sbsa-ref: set 'slots' property of xhci
 2023-07-13 11:39 UTC  (2+ messages)

[PATCH v2 0/3] Add VIRTIO sound card
 2023-07-13 11:00 UTC  (2+ messages)

[PATCH v8 0/9] migration: Modify 'migrate' and 'migrate-incoming' QAPI commands for migration
 2023-07-13 10:57 UTC  (10+ messages)
` [PATCH v8 1/9] migration: New QAPI type 'MigrateAddress'
` [PATCH v8 2/9] migration: convert migration 'uri' into 'MigrateAddress'
` [PATCH v8 3/9] migration: convert socket backend to accept MigrateAddress
` [PATCH v8 4/9] migration: convert rdma "
` [PATCH v8 5/9] migration: convert exec "
` [PATCH v8 6/9] migration: New migrate and migrate-incoming argument 'channels'
` [PATCH v8 7/9] migration: modify migration_channels_and_uri_compatible() for new QAPI syntax
` [PATCH v8 8/9] migration: Implement MigrateChannelList to migration flow
` [PATCH v8 9/9] migration: Add test case for modified QAPI syntax

[PATCH v5 0/5] Add RISC-V KVM AIA Support
 2023-07-13  9:58 UTC  (10+ messages)
` [PATCH v5 1/5] target/riscv: support the AIA device emulation with KVM enabled
` [PATCH v5 2/5] target/riscv: check the in-kernel irqchip support
` [PATCH v5 3/5] target/riscv: Create an KVM AIA irqchip
` [PATCH v5 4/5] target/riscv: update APLIC and IMSIC to support KVM AIA
` [PATCH v5 5/5] target/riscv: select KVM AIA in riscv virt machine

qemu-img convert gets 403 from s3 presigned urls
 2023-07-13  9:56 UTC 

[PATCH v7 0/9] migration: Modify 'migrate' and 'migrate-incoming' QAPI commands for migration
 2023-07-13  7:53 UTC  (4+ messages)
` [PATCH v7 1/9] migration: introduced 'MigrateAddress' in QAPI for migration wire protocol

[PATCH] target/i386: Check CR0.TS before enter_mmx
 2023-07-13  7:29 UTC 

[PATCH] memory: Remove unecessary variable in memory_region_escape_name()
 2023-07-13  6:45 UTC 

[PATCH v3 0/6] Misc fixes for throttle
 2023-07-13  6:41 UTC  (7+ messages)
` [PATCH v3 1/6] throttle: introduce enum ThrottleType
` [PATCH v3 2/6] test-throttle: use "
` [PATCH v3 3/6] throttle: support read-only and write-only
` [PATCH v3 4/6] test-throttle: test read only and write only
` [PATCH v3 5/6] cryptodev: use NULL throttle timer cb for read direction
` [PATCH v3 6/6] throttle: use enum ThrottleType instead of bool is_write

[PATCH 1/1] dump: kdump-zlib data pages not dumped with pvtime/aarch64
 2023-07-13  5:58 UTC 

[RFC PATCH 0/9] ui: guest displays multiple connectors suppport and hotplug in
 2023-07-13  4:53 UTC  (12+ messages)
` [RFC PATCH 6/9] ui/gtk: Add a new parameter to assign connectors/monitors to GFX VCs

[PATCH] virtio-gpu-udmabuf: replacing scanout_width/height with backing_width/height
 2023-07-13  4:04 UTC  (2+ messages)
` [PATCH] virtio-gpu-udmabuf: correct naming of QemuDmaBuf size properties


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