messages from 2023-08-15 09:09:00 to 2023-08-16 09:48:07 UTC [more...]
[PATCH 0/2] nvme: avoid dynamic stack allocations
2023-08-16 9:47 UTC (2+ messages)
[PATCH for-8.2] target/m68k: Use tcg_gen_deposit_i32 in gen_partset_reg
2023-08-16 9:45 UTC (2+ messages)
[PATCH v2 0/3] qemu-img: map: implement support for compressed clusters
2023-08-16 9:22 UTC (4+ messages)
[PATCH 0/6] qemu-img: rebase: add compression support
2023-08-16 9:22 UTC (5+ messages)
[PATCH v2 0/3] block: align CoR requests to subclusters
2023-08-16 9:22 UTC (4+ messages)
[PATCH] target/riscv: Update CSR bits name for svadu extension
2023-08-16 9:15 UTC (2+ messages)
[PATCH] subprojects/berkeley-testfloat-3: Update to fix a problem with compiler warnings
2023-08-16 9:15 UTC
qemu-system-m68k: ../hw/scsi/scsi-disk.c:557: scsi_write_data: Assertion `r->req.aiocb == NULL' failed
2023-08-16 9:15 UTC (4+ messages)
[PATCH] target/i386: Fix reporting of CPU dies when nr_cores=nr_threads=1
2023-08-16 8:37 UTC (5+ messages)
[PATCH v3 0/3] hw/i2c/aspeed: Fix Tx and Rx error
2023-08-16 8:33 UTC (7+ messages)
` [PATCH v3 1/3] hw/i2c/aspeed: Fix Tx count and Rx size error in buffer pool mode
` [PATCH v3 2/3] hw/i2c/aspeed: Fix TXBUF transmission start position error
` [PATCH v3 3/3] hw/i2c/aspeed: Add support for buffer organization
[PATCH v2 0/4] Add full zoned storage emulation to qcow2 driver
2023-08-16 8:14 UTC (3+ messages)
[PATCH v3 0/2] Fix overflow of the max number of IDs for logic processor and core
2023-08-16 8:06 UTC (3+ messages)
` [PATCH v3 1/2] target/i386: Avoid cpu number overflow in legacy topology
` [PATCH v3 2/2] target/i386: Avoid overflow of the cache parameter enumerated by leaf 4
[PATCH] include/hw/virtio/virtio-gpu: Fix virtio-gpu with blob on big endian hosts
2023-08-16 7:42 UTC (2+ messages)
[RFC 4/5] hw/nvme: refactor zone append writes using block layer APIs
2023-08-16 7:08 UTC (2+ messages)
` [RFC 5/5] hw/nvme: make ZDED persistent
hda codec issue
2023-08-16 7:04 UTC
[RFC 0/5] Add persistence to NVMe ZNS emulation
2023-08-16 6:46 UTC (4+ messages)
` [RFC 1/5] hw/nvme: use blk_get_*() to access zone info in the block layer
` [RFC 2/5] qcow2: add zone device metadata with zd_extension
` [RFC 3/5] hw/nvme: make the metadata of ZNS emulation persistent
[PULL 00/14] linux-user image mapping fixes
2023-08-16 6:17 UTC (5+ messages)
[PATCH] target/riscv: Align the AIA model to v1.0 ratified spec
2023-08-16 6:16 UTC
[RFC PATCH] tcg/ppc: Enable direct branching tcg_out_goto_tb with TCG_REG_TB
2023-08-16 2:59 UTC (3+ messages)
[PATCH] migrate/ram: let ram_save_target_page_legacy() return if qemu file got error
2023-08-16 2:09 UTC (6+ messages)
[PATCH v6 0/9] gfxstream + rutabaga_gfx
2023-08-16 1:18 UTC (10+ messages)
` [PATCH v6 1/9] virtio: Add shared memory capability
` [PATCH v6 2/9] virtio-gpu: CONTEXT_INIT feature
` [PATCH v6 3/9] virtio-gpu: hostmem
` [PATCH v6 4/9] virtio-gpu: blob prep
` [PATCH v6 5/9] gfxstream + rutabaga prep: added need defintions, fields, and options
` [PATCH v6 6/9] gfxstream + rutabaga: add initial support for gfxstream
` [PATCH v6 7/9] gfxstream + rutabaga: meson support
` [PATCH v6 8/9] gfxstream + rutabaga: enable rutabaga
` [PATCH v6 9/9] docs/system: add basic virtio-gpu documentation
[PATCH v5 0/5] eBPF RSS through QMP support
2023-08-16 1:16 UTC (7+ messages)
` [PATCH v5 1/5] ebpf: Added eBPF map update through mmap
[PATCH 0/5] migration/ram: Merge zero page handling
2023-08-15 23:30 UTC (13+ messages)
` [PATCH 1/5] migration/ram: Remove RAMState from xbzrle_cache_zero_page
` [PATCH 2/5] migration/ram: Stop passing QEMUFile around in save_zero_page
` [PATCH 3/5] migration/ram: Move xbzrle zero page handling into save_zero_page
` [PATCH 4/5] migration/ram: Return early from save_zero_page
` [PATCH 5/5] migration/ram: Merge save_zero_page functions
[PATCH v3 0/8] riscv: detecting user choice in TCG extensions
2023-08-15 22:47 UTC (9+ messages)
` [PATCH v3 1/8] target/riscv/cpu.c: use offset in isa_ext_is_enabled/update_enabled
` [PATCH v3 2/8] target/riscv: make CPUCFG() macro public
` [PATCH v3 3/8] target/riscv/cpu.c: introduce cpu_cfg_ext_auto_update()
` [PATCH v3 4/8] target/riscv/cpu.c: use cpu_cfg_ext_auto_update() during realize()
` [PATCH v3 5/8] target/riscv/cpu.c: introduce RISCVCPUMultiExtConfig
` [PATCH v3 6/8] target/riscv: use isa_ext_update_enabled() in init_max_cpu_extensions()
` [PATCH v3 7/8] target/riscv/cpu.c: honor user choice in cpu_cfg_ext_auto_update()
` [PATCH v3 8/8] target/riscv/cpu.c: consider user option with RVG
[PATCH v8 00/12] riscv: add 'max' CPU, deprecate 'any'
2023-08-15 22:37 UTC (13+ messages)
` [PATCH v8 01/12] target/riscv/cpu.c: split CPU options from riscv_cpu_extensions[]
` [PATCH v8 02/12] target/riscv/cpu.c: skip 'bool' check when filtering KVM props
` [PATCH v8 03/12] target/riscv/cpu.c: split kvm prop handling to its own helper
` [PATCH v8 04/12] target/riscv: add DEFINE_PROP_END_OF_LIST() to riscv_cpu_options[]
` [PATCH v8 05/12] target/riscv/cpu.c: split vendor exts from riscv_cpu_extensions[]
` [PATCH v8 06/12] target/riscv/cpu.c: split non-ratified "
` [PATCH v8 07/12] target/riscv/cpu.c: add riscv_cpu_add_qdev_prop_array()
` [PATCH v8 08/12] target/riscv/cpu.c: add riscv_cpu_add_kvm_unavail_prop_array()
` [PATCH v8 09/12] target/riscv/cpu.c: limit cfg->vext_spec log message
` [PATCH v8 10/12] target/riscv: add 'max' CPU type
` [PATCH v8 11/12] avocado, risc-v: add opensbi tests for 'max' CPU
` [PATCH v8 12/12] target/riscv: deprecate the 'any' CPU type
[PATCH v3 00/10] Fix segfault on migration return path
2023-08-15 22:34 UTC (22+ messages)
` [PATCH v3 01/10] migration: Fix possible race when setting rp_state.error
` [PATCH v3 03/10] migration: Fix possible race when checking to_dst_file for errors
` [PATCH v3 04/10] migration: Fix possible race when shutting down to_dst_file
` [PATCH v3 05/10] migration: Remove redundant cleanup of postcopy_qemufile_src
` [PATCH v3 06/10] migration: Consolidate return path closing code
` [PATCH v3 07/10] migration: Replace the return path retry logic
` [PATCH v3 08/10] migration: Move return path cleanup to main migration thread
` [PATCH v3 09/10] migration: Be consistent about shutdown of source shared files
` [PATCH v3 10/10] migration: Add a wrapper to cleanup migration files
[PATCH v7 00/12] riscv: add 'max' CPU, deprecate 'any'
2023-08-15 22:02 UTC (16+ messages)
` [PATCH v7 01/12] target/riscv/cpu.c: split CPU options from riscv_cpu_extensions[]
` [PATCH v7 02/12] target/riscv/cpu.c: skip 'bool' check when filtering KVM props
` [PATCH v7 03/12] target/riscv/cpu.c: split kvm prop handling to its own helper
` [PATCH v7 04/12] target/riscv: add DEFINE_PROP_END_OF_LIST() to riscv_cpu_options[]
` [PATCH v7 05/12] target/riscv/cpu.c: split vendor exts from riscv_cpu_extensions[]
` [PATCH v7 06/12] target/riscv/cpu.c: split non-ratified "
` [PATCH v7 07/12] target/riscv/cpu.c: add ADD_CPU_QDEV_PROPERTIES_ARRAY() macro
` [PATCH v7 08/12] target/riscv/cpu.c: add ADD_UNAVAIL_KVM_PROP_ARRAY() macro
` [PATCH v7 09/12] target/riscv/cpu.c: limit cfg->vext_spec log message
` [PATCH v7 10/12] target/riscv: add 'max' CPU type
` [PATCH v7 11/12] avocado, risc-v: add opensbi tests for 'max' CPU
` [PATCH v7 12/12] target/riscv: deprecate the 'any' CPU type
[PATCH v2 0/8] riscv: detecting user choice in TCG extensions
2023-08-15 20:36 UTC (9+ messages)
` [PATCH v2 1/8] target/riscv/cpu.c: use offset in isa_ext_is_enabled/update_enabled
` [PATCH v2 2/8] target/riscv: make CPUCFG() macro public
` [PATCH v2 3/8] target/riscv/cpu.c: introduce cpu_cfg_ext_auto_update()
` [PATCH v2 4/8] target/riscv/cpu.c: use cpu_cfg_ext_auto_update() during realize()
` [PATCH v2 5/8] target/riscv/cpu.c: introduce RISCVCPUMultiExtConfig
` [PATCH v2 6/8] target/riscv: use isa_ext_update_enabled() in init_max_cpu_extensions()
` [PATCH v2 7/8] target/riscv/cpu.c: honor user choice in cpu_cfg_ext_auto_update()
` [PATCH v2 8/8] target/riscv/cpu.c: consider user option with RVG
[PATCH v3 00/14] tcg/ppc: direct branching, power9, power10
2023-08-15 19:57 UTC (15+ messages)
` [PATCH v3 01/14] tcg/ppc: Untabify tcg-target.c.inc
` [PATCH v3 02/14] tcg: Add tcg_out_tb_start backend hook
` [PATCH v3 03/14] tcg/ppc: Enable direct branching tcg_out_goto_tb with TCG_REG_TB
` [PATCH v3 04/14] tcg/ppc: Reinterpret tb-relative to TB+4
` [PATCH v3 05/14] tcg/ppc: Use ADDPCIS in tcg_out_tb_start
` [PATCH v3 06/14] tcg/ppc: Use ADDPCIS in tcg_out_movi_int
` [PATCH v3 07/14] tcg/ppc: Use ADDPCIS for the constant pool
` [PATCH v3 08/14] tcg/ppc: Use ADDPCIS in tcg_out_goto_tb
` [PATCH v3 09/14] tcg/ppc: Use PADDI in tcg_out_movi
` [PATCH v3 10/14] tcg/ppc: Use prefixed instructions in tcg_out_mem_long
` [PATCH v3 11/14] tcg/ppc: Use PLD in tcg_out_movi for constant pool
` [PATCH v3 12/14] tcg/ppc: Use prefixed instructions in tcg_out_dupi_vec
` [PATCH v3 13/14] tcg/ppc: Use PLD in tcg_out_goto_tb
` [PATCH v3 14/14] RFC tcg/ppc: Disable TCG_REG_TB for Power9/Power10
[PATCH RFC 0/7] move softmmu options processing from os-posix.c to vl.c
2023-08-15 18:25 UTC (15+ messages)
` [PATCH RFC 1/7] include/sysemu/os-posix.h: move *daemonize* declaration together
` [PATCH RFC 2/7] os-posix: create and export os_set_runas()
` [PATCH RFC 3/7] os-posix.c: create and export os_set_chroot()
` [PATCH RFC 4/7] os-posix.c, softmmu/vl.c: move os_parse_cmd_args() into qemu_init()
` [PATCH RFC 5/7] softmmu/vl.c: inline include/qemu/qemu-options.h into vl.c
` [PATCH RFC 6/7] os-posix.c: move code around
` [PATCH RFC 7/7] util/async-teardown.c: move to softmmu/, only build it when system build is requested
[PATCH v6 00/12] riscv: add 'max' CPU, deprecate 'any'
2023-08-15 17:25 UTC (6+ messages)
` [PATCH v6 04/12] target/riscv/cpu.c: del DEFINE_PROP_END_OF_LIST() from riscv_cpu_extensions
[PATCH v2 0/5] qemu-nbd: fix regression with qemu-nbd --fork run over ssh
2023-08-15 16:08 UTC (8+ messages)
` [PATCH 2/5] "
[PATCH 0/2] block-backend: process I/O in the current AioContext
2023-08-15 16:05 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] block-backend: process zoned requests "
[PATCH v5 0/9] gfxstream + rutabaga_gfx
2023-08-15 15:50 UTC (17+ messages)
` [PATCH v5 3/9] virtio-gpu: hostmem
` [PATCH v5 4/9] virtio-gpu: blob prep
` [PATCH v5 5/9] gfxstream + rutabaga prep: added need defintions, fields, and options
` [PATCH v5 6/9] gfxstream + rutabaga: add initial support for gfxstream
` [PATCH v5 7/9] gfxstream + rutabaga: meson support
` [PATCH v5 8/9] gfxstream + rutabaga: enable rutabaga
` [PATCH v5 9/9] docs/system: add basic virtio-gpu documentation
LTP test related to virtio releasing and reassigning resource leads to guest hung
2023-08-15 15:18 UTC (7+ messages)
[PATCH v6 00/12] Add VIRTIO sound card
2023-08-15 15:04 UTC (14+ messages)
` [PATCH v6 01/12] Add virtio-sound device stub
` [PATCH v6 02/12] Add virtio-sound-pci device
` [PATCH v6 03/12] virtio-sound: handle control messages and streams
` [PATCH v6 04/12] virtio-sound: set PCM stream parameters
` [PATCH v6 05/12] virtio-sound: handle VIRTIO_SND_R_PCM_INFO request
` [PATCH v6 06/12] virtio-sound: handle VIRTIO_SND_R_PCM_{START,STOP}
` [PATCH v6 07/12] virtio-sound: handle VIRTIO_SND_PCM_SET_PARAMS
` [PATCH v6 08/12] virtio-sound: handle VIRTIO_SND_R_PCM_PREPARE
` [PATCH v6 09/12] virtio-sound: handle VIRTIO_SND_PCM_RELEASE
` [PATCH v6 10/12] virtio-sound: implement audio output (TX)
` [PATCH v6 11/12] virtio-sound: implement audio capture (RX)
` [PATCH v6 12/12] docs/system: add basic virtio-snd documentation
[PATCH 0/9] gdbstub and testing fixes for 8.2
2023-08-15 14:51 UTC (10+ messages)
` [PATCH 1/9] gitlab: enable ccache for many build jobs
` [PATCH 2/9] tests/docker: cleanup non-verbose output
` [PATCH 3/9] tests/tcg: remove quoting for info output
` [PATCH 4/9] tests: remove test-gdbstub.py
` [PATCH 5/9] tests/tcg: clean-up gdb confirm/pagination settings
` [PATCH 6/9] gdbstub: fixes cases where wrong threads were reported to GDB on SIGINT
` [PATCH 7/9] gdbstub: remove unused user_ctx field
` [PATCH 8/9] gdbstub: refactor get_feature_xml
` [PATCH 9/9] gdbstub: replace global gdb_has_xml with a function
[PATCH for-8.2 00/24] tcg: Introduce negsetcond opcodes
2023-08-15 13:16 UTC (5+ messages)
` [PATCH 07/24] target/ppc: Use tcg_gen_negsetcond_*
` [PATCH 11/24] tcg/ppc: Use the Set Boolean Extension
[PATCH for-8.2 0/4] qapi/migration: Dedup migration parameter objects and fix tls-authz crash
2023-08-15 12:47 UTC (5+ messages)
` [PATCH for-8.2 1/4] migration/qmp: Fix crash on setting tls-authz with null
` [PATCH for-8.2 2/4] tests/migration-test: Add a test for null parameter setups
[PATCH 0/2] virtio-blk: use blk_io_plug_call() instead of notification BH
2023-08-15 12:08 UTC (3+ messages)
` [PATCH 1/2] virtio: use blk_io_plug_call() in virtio_irqfd_notify()
` [PATCH 2/2] virtio-blk: remove batch notification BH
qemu-system-riscv64 -cpu host uses wrong privilege spec version
2023-08-15 9:32 UTC (3+ messages)
[PATCH v2] arm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
2023-08-15 9:27 UTC
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).