qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-31 07:42:47 to 2023-08-31 13:58:19 UTC [more...]

[Bug 1863025] [NEW] Use-after-free after flush in TCG accelerator
 2023-08-31 13:57 UTC  (4+ messages)
` [Bug 1863025] "

[PATCH RESEND v8 00/20] riscv: 'max' CPU, detect user choice in TCG
 2023-08-31 13:56 UTC  (35+ 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 07/20] target/riscv/cpu.c: add riscv_cpu_add_qdev_prop_array()
` [PATCH RESEND v8 08/20] target/riscv/cpu.c: add riscv_cpu_add_kvm_unavail_prop_array()
` [PATCH RESEND v8 10/20] target/riscv: add 'max' CPU type
` [PATCH RESEND v8 11/20] avocado, risc-v: add opensbi tests for 'max' CPU
` [PATCH RESEND v8 12/20] target/riscv: deprecate the 'any' CPU type
` [PATCH RESEND v8 13/20] target/riscv/cpu.c: use offset in isa_ext_is_enabled/update_enabled
` [PATCH RESEND v8 14/20] target/riscv: make CPUCFG() macro public
` [PATCH RESEND v8 15/20] target/riscv/cpu.c: introduce cpu_cfg_ext_auto_update()
` [PATCH RESEND v8 16/20] target/riscv/cpu.c: use cpu_cfg_ext_auto_update() during realize()
` [PATCH RESEND v8 17/20] target/riscv/cpu.c: introduce RISCVCPUMultiExtConfig
` [PATCH RESEND v8 18/20] target/riscv: use isa_ext_update_enabled() in init_max_cpu_extensions()

[PULL 00/41] Misc patches for 2023-08-31
 2023-08-31 13:47 UTC  (44+ messages)
` [PULL 01/41] accel: Remove HAX accelerator
` [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 07/41] exec/address-spaces.h: Remove unuseful 'exec/memory.h' include
` [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 10/41] target/translate: Include missing 'exec/cpu_ldst.h' header
` [PULL 11/41] target/translate: Remove unnecessary "
` [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 14/41] target/helpers: Remove unnecessary 'qemu/main-loop.h' header
` [PULL 15/41] target/mips: Remove unused headers in lcsr_helper.c
` [PULL 16/41] target/xtensa: Include missing 'qemu/atomic.h' header
` [PULL 17/41] qemu/processor: Remove unused "
` [PULL 18/41] exec/translation-block: Clean up includes
` [PULL 19/41] chardev/char-fe: Document FEWatchFunc typedef
` [PULL 20/41] hw/char: Have FEWatchFunc handlers return G_SOURCE_CONTINUE/REMOVE
` [PULL 21/41] hw/char/pl011: Restrict MemoryRegionOps implementation access sizes
` [PULL 22/41] hw/char/pl011: Display register name in trace events
` [PULL 23/41] hw/char/pl011: Remove duplicated PL011_INT_[RT]X definitions
` [PULL 24/41] hw/char/pl011: Replace magic values by register field definitions
` [PULL 25/41] hw/i2c/pmbus_device: Fix modifying QOM class internals from instance
` [PULL 26/41] hw/i2c: spelling fixes
` [PULL 27/41] hw/ide: "
` [PULL 28/41] hw/display: "
` [PULL 29/41] hw/mips: "
` [PULL 30/41] hw/sd: "
` [PULL 31/41] hw/usb: "
` [PULL 32/41] hw/usb/hcd-xhci: Avoid variable-length array in xhci_get_port_bandwidth()
` [PULL 33/41] hw/i386: Remove unuseful kvmclock_create() stub
` [PULL 34/41] hw/i386: Rename 'hw/kvm/clock.h' -> 'hw/i386/kvm/clock.h'
` [PULL 35/41] util/fifo8: Fix typo in fifo8_push_all() description
` [PULL 36/41] util: spelling fixes
` [PULL 37/41] ui: "
` [PULL 38/41] docs/style: permit inline loop variables
` [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] hw/intc/arm_gicv3_its: Avoid maybe-uninitialized error in get_vte()
 2023-08-31 13:43 UTC  (2+ messages)

[PATCH v3 0/7] aspeed: Add blockdev support for flash device definition
 2023-08-31 13:42 UTC  (11+ 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

[PATCH 0/7] Steps towards enabling -Wshadow=local
 2023-08-31 13:38 UTC  (9+ messages)
` [PATCH 1/7] migration/rdma: Fix save_page method to fail on polling error
` [PATCH 2/7] migration: Clean up local variable shadowing
` [PATCH 3/7] ui: "
` [PATCH 4/7] block/dirty-bitmap: "
` [PATCH 5/7] block/vdi: "
` [PATCH 6/7] block: "
` [PATCH 7/7] qobject atomics osdep: Make a few macros more hygienic

[PATCH] util/iov: Avoid dynamic stack allocation
 2023-08-31 13:34 UTC  (3+ messages)

[PATCH v3 0/4] io: follow coroutine AioContext in qio_channel_yield()
 2023-08-31 13:31 UTC  (2+ messages)

[PATCH v2 0/4] io: follow coroutine AioContext in qio_channel_yield()
 2023-08-31 13:30 UTC  (5+ messages)
` [PATCH v2 4/4] "

[RFC PATCH] docs/style: permit inline loop variables
 2023-08-31 13:29 UTC  (5+ messages)

[PATCH] target/xtensa/mmu: Avoid maybe-uninitialized error in get_phys_page()
 2023-08-31 13:17 UTC 

[PATCH] fix bdrv_open_child return value check
 2023-08-31 12:59 UTC 

[PATCH v2 0/5] vfio/migration: Block VFIO migration with postcopy and background snapshot
 2023-08-31 12:57 UTC  (6+ messages)
` [PATCH v2 1/5] migration: Add migration prefix to functions in target.c
` [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 v2 4/5] vfio/migration: Block VFIO migration with postcopy migration
` [PATCH v2 5/5] vfio/migration: Block VFIO migration with background snapshot

[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 "

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


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