messages from 2023-08-30 22:47:25 to 2023-08-31 13:10:36 UTC [more...]
[PULL 00/41] Misc patches for 2023-08-31
2023-08-31 12:56 UTC (18+ messages)
` [PULL 02/41] accel/tcg: spelling fixes
` [PULL 03/41] qemu/uri: Use QueryParams type definition
` [PULL 04/41] bulk: Do not declare function prototypes using 'extern' keyword
` [PULL 05/41] hw/net/i82596: Include missing 'exec/address-spaces.h' header
` [PULL 06/41] hw/dma/etraxfs: Include missing 'exec/memory.h' header
` [PULL 08/41] target/ppc/pmu: Include missing 'qemu/timer.h' header
` [PULL 09/41] target/riscv/pmu: Restrict 'qemu/log.h' include to source
` [PULL 11/41] target/translate: Remove unnecessary 'exec/cpu_ldst.h' header
` [PULL 12/41] target/translate: Restrict 'exec/cpu_ldst.h' to user emulation
` [PULL 13/41] target/helpers: Remove unnecessary 'exec/cpu_ldst.h' header
` [PULL 15/41] target/mips: Remove unused headers in lcsr_helper.c
` [PULL 25/41] hw/i2c/pmbus_device: Fix modifying QOM class internals from instance
` [PULL 26/41] hw/i2c: spelling fixes
` [PULL 29/41] hw/mips: "
` [PULL 39/41] meson: Fix MESONINTROSPECT parsing
` [PULL 40/41] build: Only define OS_OBJECT_USE_OBJC with gcc
` [PULL 41/41] tests/tcg/aarch64: Rename bti-crt.inc.c -> bti-crt.c.inc
[PATCH RESEND v8 00/20] riscv: 'max' CPU, detect user choice in TCG
2023-08-31 13:03 UTC (15+ messages)
` [PATCH RESEND v8 01/20] target/riscv/cpu.c: split CPU options from riscv_cpu_extensions[]
` [PATCH RESEND v8 02/20] target/riscv/cpu.c: skip 'bool' check when filtering KVM props
` [PATCH RESEND v8 03/20] target/riscv/cpu.c: split kvm prop handling to its own helper
` [PATCH RESEND v8 04/20] target/riscv: add DEFINE_PROP_END_OF_LIST() to riscv_cpu_options[]
` [PATCH RESEND v8 05/20] target/riscv/cpu.c: split non-ratified exts from riscv_cpu_extensions[]
` [PATCH RESEND v8 06/20] target/riscv/cpu.c: split vendor "
` [PATCH RESEND v8 08/20] target/riscv/cpu.c: add riscv_cpu_add_kvm_unavail_prop_array()
[PATCH v2 0/5] vfio/migration: Block VFIO migration with postcopy and background snapshot
2023-08-31 12:57 UTC (3+ messages)
` [PATCH v2 2/5] vfio/migration: Fail adding device with enable-migration=on and existing blocker
` [PATCH v2 3/5] migration: Add .save_prepare() handler to struct SaveVMHandlers
[PATCH for-8.2 0/3] pnv/lpc: Hook up xscoms for LPC
2023-08-31 12:57 UTC (5+ messages)
` [PATCH for-8.2 2/3] pnv/lpc: Hook up xscom region for P9/P10
[PATCH 00/20] riscv: split TCG/KVM accelerators from cpu.c
2023-08-31 12:47 UTC (37+ messages)
` [PATCH 01/20] target/riscv: introduce TCG AccelCPUClass
` [PATCH 02/20] target/riscv: move riscv_cpu_realize_tcg() to TCG::cpu_realizefn()
` [PATCH 03/20] target/riscv: move riscv_cpu_validate_set_extensions() to tcg-cpu.c
` [PATCH 04/20] target/riscv: move riscv_tcg_ops "
` [PATCH 07/20] target/riscv/cpu.c: add .instance_post_init()
` [PATCH 08/20] target/riscv: move 'host' CPU declaration to kvm.c
` [PATCH 09/20] target/riscv/cpu.c: mark extensions arrays as 'const'
` [PATCH 10/20] target/riscv: move riscv_cpu_add_kvm_properties() to kvm.c
` [PATCH 11/20] target/riscv: introduce KVM AccelCPUClass
` [PATCH 12/20] target/riscv: move KVM only files to kvm subdir
` [PATCH 13/20] target/riscv/kvm: refactor kvm_riscv_init_user_properties()
` [PATCH 14/20] target/riscv/kvm: do not use riscv_cpu_add_misa_properties()
` [PATCH 15/20] target/riscv/tcg: introduce tcg_cpu_instance_init()
` [PATCH 16/20] target/riscv/tcg: move riscv_cpu_add_misa_properties() to tcg-cpu.c
` [PATCH 17/20] target/riscv/cpu.c: export isa_edata_arr[]
` [PATCH 18/20] target/riscv/cpu: move priv spec functions to tcg-cpu.c
` [PATCH 19/20] target/riscv: add 'tcg_supported' class property
` [PATCH 20/20] target/riscv: add 'kvm_supported' "
[PATCH v2 0/2] riscv: fix --enable-debug in riscv-to-apply.next
2023-08-31 12:47 UTC (7+ messages)
` [PATCH v2 1/2] hw/riscv/virt.c: fix non-KVM --enable-debug build
` [PATCH v2 2/2] hw/intc/riscv_aplic.c "
[PATCH v3 0/7] aspeed: Add blockdev support for flash device definition
2023-08-31 12:39 UTC (8+ messages)
` [PATCH v3 1/7] hw/ssi: Add a "cs" property to SSIPeripheral
` [PATCH v3 2/7] hw/ssi: Introduce a ssi_get_cs() helper
` [PATCH v3 3/7] aspeed/smc: Wire CS lines at reset
` [PATCH v3 4/7] hw/ssi: Check for duplicate CS indexes
` [PATCH v3 5/7] aspeed: Create flash devices only when defaults are enabled
` [PATCH v3 6/7] m25p80: Introduce an helper to retrieve the BlockBackend of a device
` [PATCH v3 7/7] aspeed: Get the BlockBackend of FMC0 from the flash device
QEMU features useful for Xen development?
2023-08-31 11:42 UTC (8+ messages)
[PULL 00/24] target-arm queue
2023-08-31 10:45 UTC (25+ messages)
` [PULL 01/24] target/arm: Reduce dcz_blocksize to uint8_t
` [PULL 02/24] target/arm: Allow cpu to configure GM blocksize
` [PULL 03/24] target/arm: Support more GM blocksizes
` [PULL 04/24] target/arm: When tag memory is not present, set MTE=1
` [PULL 05/24] target/arm: Introduce make_ccsidr64
` [PULL 06/24] target/arm: Apply access checks to neoverse-n1 special registers
` [PULL 07/24] target/arm: Apply access checks to neoverse-v1 "
` [PULL 08/24] target/arm: Suppress FEAT_TRBE (Trace Buffer Extension)
` [PULL 09/24] target/arm: Implement FEAT_HPDS2 as a no-op
` [PULL 10/24] target/arm: properly document FEAT_CRC32
` [PULL 11/24] Remove i.MX7 IOMUX GPR device from i.MX6UL
` [PULL 12/24] Refactor i.MX6UL processor code
` [PULL 13/24] Add i.MX6UL missing devices
` [PULL 14/24] Refactor i.MX7 processor code
` [PULL 15/24] Add i.MX7 missing TZ devices and memory regions
` [PULL 16/24] Add i.MX7 SRC device implementation
` [PULL 17/24] target/arm: Catch illegal-exception-return from EL3 with bad NSE/NS
` [PULL 18/24] hw/rtc/m48t59: Use 64-bit arithmetic in set_alarm()
` [PULL 19/24] hw/rtc/twl92230: Use int64_t for sec_offset and alm_sec
` [PULL 20/24] hw/rtc/aspeed_rtc: Use 64-bit offset for holding time_t difference
` [PULL 21/24] rtc: Use time_t for passing and returning time offsets
` [PULL 22/24] target/arm: Do all "ARM_FEATURE_X implies Y" checks in post_init
` [PULL 23/24] hw/arm/armv7m: Add mpu-ns-regions and mpu-s-regions properties
` [PULL 24/24] hw/arm: Set number of MPU regions correctly for an505, an521, an524
[PATCH v2 00/12] Introduce new vmapple machine type
2023-08-31 10:45 UTC (8+ messages)
` [PATCH v2 01/12] build: Only define OS_OBJECT_USE_OBJC with gcc
` [PATCH v2 04/12] hvf: arm: Ignore writes to CNTP_CTL_EL0
[QEMU PATCH v4 00/13] Support blob memory and venus on qemu
2023-08-31 10:43 UTC (21+ messages)
` [QEMU PATCH v4 01/13] virtio: Add shared memory capability
` [QEMU PATCH v4 02/13] virtio-gpu: CONTEXT_INIT feature
` [QEMU PATCH v4 03/13] virtio-gpu: hostmem
` [QEMU PATCH v4 04/13] virtio-gpu: blob prep
` [QEMU PATCH v4 05/13] virtio-gpu: Support context init feature with virglrenderer
` [QEMU PATCH v4 06/13] virtio-gpu: Configure context init for virglrenderer
` [QEMU PATCH v4 07/13] softmmu/memory: enable automatic deallocation of memory regions
` [QEMU PATCH v4 08/13] virtio-gpu: Don't require udmabuf when blobs and virgl are enabled
` [QEMU PATCH v4 09/13] virtio-gpu: Handle resource blob commands
` [QEMU PATCH v4 10/13] virtio-gpu: Resource UUID
` [QEMU PATCH v4 11/13] virtio-gpu: Support Venus capset
` [QEMU PATCH v4 12/13] virtio-gpu: Initialize Venus
` [QEMU PATCH v4 13/13] virtio-gpu: Enable virglrenderer render server flag for venus
[PATCH] pci: SLT must be RO
2023-08-31 10:05 UTC (5+ messages)
[PATCH v2 0/8] machine: Unified CPU type check
2023-08-31 9:02 UTC (11+ messages)
` [PATCH v2 3/8] machine: Print supported CPU models instead of typenames
[PATCH 0/4] ppc/xive: Rework Inter chip communication
2023-08-31 9:02 UTC (12+ messages)
` [PATCH 1/4] ppc/xive: Use address_space routines to access the machine RAM
` [PATCH 2/4] ppc/xive: Introduce a new XiveRouter end_notify() handler
` [PATCH 3/4] ppc/xive: Handle END triggers between chips with MMIOs
` [PATCH 4/4] ppc/xive: Add support for the PC MMIOs
[PATCH 00/10] configure cleanups for QEMU 8.2
2023-08-31 8:51 UTC (10+ messages)
` [PATCH 02/10] meson: update unsupported host/CPU messages
` [PATCH 04/10] configure: create native file with contents of $host_cc
` [PATCH 10/10] configure: move --enable-debug-tcg to meson
[PATCH v2] accel: Remove HAX accelerator
2023-08-31 8:39 UTC (2+ messages)
[PATCH v3 0/8] misc AHCI cleanups
2023-08-31 8:32 UTC (7+ messages)
[PATCH] util/iov: Avoid dynamic stack allocation
2023-08-31 8:26 UTC (2+ messages)
[PATCH for-8.1] hw/usb/hcd-xhci-pci: Fail if user requested MSIX but it can't be used
2023-08-31 8:24 UTC (4+ messages)
` [PATCH] "
[PATCH v5 00/20] linux-user: Implement VDSOs
2023-08-31 7:57 UTC (4+ messages)
About "PC_MACHINE_CLASS" definition
2023-08-31 7:41 UTC (3+ messages)
qemu-system-ppc failures with glibc 2.38
2023-08-31 7:27 UTC
[PATCH v2 0/7] vhost-user: call VHOST_USER_SET_VRING_ENABLE synchronously
2023-08-31 7:20 UTC (7+ messages)
` [PATCH v2 1/7] vhost-user: strip superfluous whitespace
` [PATCH v2 2/7] vhost-user: tighten "reply_supported" scope in "set_vring_addr"
` [PATCH v2 5/7] vhost-user: hoist "write_sync", "get_features", "get_u64"
[PATCH v4 00/48] Add LoongArch LASX instructions
2023-08-31 7:17 UTC (46+ messages)
` [PATCH v4 06/48] target/loongarch: Implement xvreplgr2vr
` [PATCH v4 10/48] target/loongarch: rename lsx_helper.c to vec_helper.c
` [PATCH v4 11/48] target/loongarch: Implement xvhaddw/xvhsubw
` [PATCH v4 26/48] target/loongarch: Implement LASX logic instructions
` [PATCH v4 28/48] target/loongarch: Implement xvsllwil xvextl
` [PATCH v4 29/48] target/loongarch: Implement xvsrlr xvsrar
` [PATCH v4 30/48] target/loongarch: Implement xvsrln xvsran
` [PATCH v4 31/48] target/loongarch: Implement xvsrlrn xvsrarn
` [PATCH v4 32/48] target/loongarch: Implement xvssrln xvssran
` [PATCH v4 33/48] target/loongarch: Implement xvssrlrn xvssrarn
` [PATCH v4 34/48] target/loongarch: Implement xvclo xvclz
` [PATCH v4 35/48] target/loongarch: Implement xvpcnt
` [PATCH v4 36/48] target/loongarch: Implement xvbitclr xvbitset xvbitrev
` [PATCH v4 37/48] target/loongarch: Implement xvfrstp
` [PATCH v4 38/48] target/loongarch: Implement LASX fpu arith instructions
` [PATCH v4 39/48] target/loongarch: Implement LASX fpu fcvt instructions
` [PATCH v4 40/48] target/loongarch: Implement xvseq xvsle xvslt
` [PATCH v4 41/48] target/loongarch: Implement xvfcmp
` [PATCH v4 42/48] target/loongarch: Implement xvbitsel xvset
` [PATCH v4 45/48] target/loongarch: Implement xvpack xvpick xvilv{l/h}
` [PATCH v4 48/48] target/loongarch: CPUCFG support LASX
[PATCH v7 0/5] eBPF RSS through QMP support
2023-08-31 6:51 UTC (6+ messages)
` [PATCH v7 1/5] ebpf: Added eBPF map update through mmap
` [PATCH v7 2/5] ebpf: Added eBPF initialization by fds
` [PATCH v7 3/5] virtio-net: Added property to load eBPF RSS with fds
` [PATCH v7 4/5] qmp: Added new command to retrieve eBPF blob
` [PATCH v7 5/5] ebpf: Updated eBPF program and skeleton
[PATCH v2 00/58] TDX QEMU support
2023-08-31 6:49 UTC (10+ messages)
` [PATCH v2 41/58] i386/tdx: handle TDG.VP.VMCALL<GetQuote>
[PATCH 0/2] tcg: Add gvec compare with immediate and scalar operand
2023-08-31 3:09 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] target/arm: Use tcg_gen_gvec_cmpi for compare vs 0
[PATCH 0/2] tcg: Streamline vector load/store
2023-08-31 3:07 UTC (3+ messages)
` [PATCH 1/2] tcg: Add tcg_gen_{ld,st}_i128
` [PATCH 2/2] target/i386: Use i128 for 128 and 256-bit loads and stores
[PATCH 0/4] tcg: Optimize loads and stores to env
2023-08-31 2:57 UTC (5+ messages)
` [PATCH 1/4] tcg: Don't free vector results
` [PATCH 2/4] tcg/optimize: Pipe OptContext into reset_ts
` [PATCH 3/4] tcg: Optimize env memory operations
` [PATCH 4/4] tcg: Eliminate duplicate env store operations
[PATCH v13 0/9] rutabaga_gfx + gfxstream
2023-08-31 2:25 UTC (2+ messages)
[PATCH v3] arm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
2023-08-31 1:43 UTC (2+ messages)
[PULL v2 0/2] xen-virtio-2-tag
2023-08-31 1:27 UTC (3+ messages)
` [PULL v2 1/2] xen_arm: Create virtio-mmio devices during initialization
` [PULL v2 2/2] xen_arm: Initialize RAM and add hi/low memory regions
[QEMU][PATCH v4 0/2] Add Virtio support to Xenpvh machine for arm
2023-08-31 1:21 UTC (5+ messages)
` [QEMU][PATCH v4 1/2] xen_arm: Create virtio-mmio devices during initialization
` [QEMU][PATCH v4 2/2] xen_arm: Initialize RAM and add hi/low memory regions
[PULL 0/3] Dirty page rate and dirty page limit 20230829 patches
2023-08-31 1:01 UTC (4+ messages)
` [PULL 1/3] softmmu: Fix dirtylimit memory leak
Announcing Subprovisioner, a qsd-powered k8s storage provider
2023-08-30 23:22 UTC
[PATCH v3 0/4] io: follow coroutine AioContext in qio_channel_yield()
2023-08-30 22:48 UTC (5+ messages)
` [PATCH v3 1/4] nbd: drop unused nbd_receive_negotiate() aio_context argument
` [PATCH v3 2/4] nbd: drop unused nbd_start_negotiate() "
` [PATCH v3 3/4] io: check there are no qio_channel_yield() coroutines during ->finalize()
` [PATCH v3 4/4] io: follow coroutine AioContext in qio_channel_yield()
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).