messages from 2023-03-08 19:44:45 to 2023-03-09 19:56:55 UTC [more...]
[PATCH] hw/intc/ioapic: Update KVM routes before redelivering IRQ, on RTE update
2023-03-09 19:56 UTC (10+ messages)
[PATCH v2 0/6] block: switch to AIO_WAIT_WHILE_UNLOCKED() where possible
2023-03-09 19:08 UTC (7+ messages)
` [PATCH v2 1/6] block: don't acquire AioContext lock in bdrv_drain_all()
` [PATCH v2 2/6] block: convert blk_exp_close_all_type() to AIO_WAIT_WHILE_UNLOCKED()
` [PATCH v2 3/6] block: convert bdrv_graph_wrlock() "
` [PATCH v2 4/6] block: convert bdrv_drain_all_begin() "
` [PATCH v2 5/6] hmp: convert handle_hmp_command() "
` [PATCH v2 6/6] monitor: convert monitor_cleanup() "
[PATCH] qed: remove spurious BDRV_POLL_WHILE()
2023-03-09 17:52 UTC (2+ messages)
[PATCH for-8.0] ide: Fix manual in-flight count for TRIM BH
2023-03-09 17:46 UTC (6+ messages)
[PULL v2 00/13] Final tests, s390x and misc updates before the soft freeze
2023-03-09 16:52 UTC (3+ messages)
[PULL 00/17] VFIO updates for 8.0
2023-03-09 16:51 UTC (2+ messages)
[PATCH v4 0/3] qga: Support merging output streams in guest-exec
2023-03-09 16:50 UTC (6+ messages)
` [PATCH v4 1/3] qga: Refactor guest-exec capture-output to take enum
` [PATCH v4 2/3] qga: Add `all-merge` variant to GuestExecCaptureOutputMode
` [PATCH v4 3/3] qga: test: Add tests for `all-merge` flag
[PATCH] gitlab-ci.d/buildtest: Rework the target list of build-system-alpine
2023-03-09 16:48 UTC
[PATCH 0/8] Inter-plugin interactions with QPP
2023-03-09 16:37 UTC (15+ messages)
` [PATCH 1/8] docs/devel: describe QPP API
` [PATCH 2/8] plugins: version 2, require unique plugin names
` [PATCH 3/8] plugins: add id_to_plugin_name
` [PATCH 4/8] plugins: add core API functions for QPP callbacks
` [PATCH 5/8] plugins: implement "
` [PATCH 6/8] plugins: implement QPP import function
` [PATCH 8/8] tests: build and run QPP tests
[PATCH v2 00/18] ui: dbus & misc fixes
2023-03-09 16:39 UTC (10+ messages)
` [PATCH v2 01/18] ui/dbus: initialize cursor_fb
` [PATCH v2 04/18] ui/dbus: set mouse is-absolute during console creation
` [PATCH v2 13/18] ui/egl: print EGL error, helping debugging
` [PATCH v2 14/18] ui/sdl: add optional logging when _SDL_DEBUG is set
[PATCH for-8.1 00/17] centralize CPU extensions logic
2023-03-09 16:35 UTC (31+ messages)
` [PATCH for-8.1 01/17] target/riscv/cpu.c: add riscv_cpu_validate_v()
` [PATCH for-8.1 02/17] target/riscv/cpu.c: remove set_vext_version()
` [PATCH for-8.1 03/17] target/riscv/cpu.c: remove set_priv_version()
` [PATCH for-8.1 04/17] target/riscv: add PRIV_VERSION_LATEST macro
` [PATCH for-8.1 05/17] target/riscv/cpu.c: add riscv_cpu_validate_priv_spec()
` [PATCH for-8.1 06/17] target/riscv: move realize() validations to riscv_cpu_validate_set_extensions()
` [PATCH for-8.1 07/17] target/riscv/cpu.c: remove cfg setup from riscv_cpu_init()
` [PATCH for-8.1 08/17] target/riscv/cpu.c: avoid set_misa() in validate_set_extensions()
` [PATCH for-8.1 09/17] target/riscv/cpu.c: set cpu config in set_misa()
` [PATCH for-8.1 10/17] target/riscv/cpu.c: redesign register_cpu_props()
` [PATCH for-8.1 11/17] target/riscv/cpu.c: move riscv_cpu_validate_v() up
` [PATCH for-8.1 12/17] target/riscv: put env->misa_ext <-> cpu->cfg code into helpers
` [PATCH for-8.1 13/17] target/riscv/cpu.c: split riscv_cpu_validate_priv_spec()
` [PATCH for-8.1 14/17] target/riscv/cpu.c: do not allow RVE to be set
` [PATCH for-8.1 15/17] target/riscv: add RVG
` [PATCH for-8.1 16/17] target/riscv: do not allow RVG in write_misa()
` [PATCH for-8.1 17/17] target/riscv: rework write_misa()
[PATCH v2 00/25] tcg: Remove tcg_const_*
2023-03-09 16:27 UTC (24+ messages)
` [PATCH v2 05/25] target/arm: Create gen_set_rmode, gen_restore_rmode
` [PATCH v2 08/25] target/arm: Avoid tcg_const_* in translate-mve.c
` [PATCH v2 12/25] target/m68k: Reject immediate as destination in gen_ea_mode
` [PATCH v2 14/25] target/ppc: Avoid tcg_const_i64 in do_vcntmb
` [PATCH v2 15/25] target/ppc: Avoid tcg_const_* in vmx-impl.c.inc
` [PATCH v2 16/25] target/ppc: Avoid tcg_const_* in xxeval
` [PATCH v2 17/25] target/ppc: Avoid tcg_const_* in vsx-impl.c.inc
` [PATCH v2 18/25] target/ppc: Avoid tcg_const_* in fp-impl.c.inc
` [PATCH v2 19/25] target/ppc: Avoid tcg_const_* in power8-pmu-regs.c.inc
` [PATCH v2 22/25] target/ppc: Avoid tcg_const_* in translate.c
` [PATCH v2 23/25] target/tricore: Use min/max for saturate
[PATCH 0/9] (mostly) block: add more coroutine_fn annotations, use bdrv/blk_co_*
2023-03-09 15:40 UTC (12+ messages)
` [PATCH 1/9] vvfat: mark various functions as coroutine_fn
` [PATCH 2/9] blkdebug: add missing coroutine_fn annotation
` [PATCH 3/9] mirror: make mirror_flush a coroutine_fn, do not use co_wrappers
` [PATCH 4/9] nbd: mark more coroutine_fns, "
` [PATCH 5/9] 9pfs: mark more coroutine_fns
` [PATCH 6/9] qemu-pr-helper: "
` [PATCH 7/9] tests: "
` [PATCH 8/9] qcow2: mark various functions as coroutine_fn and GRAPH_RDLOCK
` [PATCH 9/9] vmdk: make vmdk_is_cid_valid a coroutine_fn
[PATCH] target/riscv/csr.c: fix H extension TVM trap
2023-03-09 15:27 UTC (6+ messages)
` "
[PATCH v7 00/10] make write_misa a no-op and FEATURE_* cleanups
2023-03-09 15:26 UTC (4+ messages)
` [PATCH v7 03/10] target/riscv: allow MISA writes as experimental
[PULL 00/27] Enable PV backends with Xen/KVM emulation
2023-03-09 15:18 UTC (2+ messages)
[PATCH v2 0/2] target/s390x: Fix emulation of C(G)HRL
2023-03-09 14:55 UTC (7+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] tests/tcg/s390x: Add C(G)HRL test
[PATCH] intel-iommu: Set status bit after operation completed
2023-03-09 14:56 UTC (2+ messages)
[PATCH RESEND v6 0/5] migration: reduce time of loading non-iterable vmstate
2023-03-09 14:52 UTC (11+ messages)
[PULL 00/73] virtio,pc,pci: features, fixes
2023-03-09 14:48 UTC (4+ messages)
` [PULL 73/73] virtio: refresh vring region cache after updating a virtqueue size
[PATCH v2] target/riscv: Add RVV registers to log
2023-03-09 13:54 UTC
[PATCH 0/3] MIPS Virt machine
2023-03-09 13:38 UTC (2+ messages)
[PATCH v2 0/3] block: protect BlockBackend->queued_requests with a lock
2023-03-09 13:37 UTC (7+ messages)
` [PATCH v2 2/3] block: make BlockBackend->disable_request_queuing atomic
[PATCH v2 0/4] target/mips: misc microMIPS fixes
2023-03-09 13:36 UTC (2+ messages)
[PATCH] ui/cocoa: Override windowDidResignKey
2023-03-09 13:34 UTC (2+ messages)
[PATCH] memory: dump HPA and access type of ramblocks
2023-03-09 13:33 UTC (4+ messages)
[PATCH 2/2] log: remove unneeded new line
2023-03-09 13:32 UTC (3+ messages)
[PATCH v7] audio/pwaudio.c: Add Pipewire audio backend for QEMU
2023-03-09 13:24 UTC (4+ messages)
[PULL 00/67] tcg patch queue
2023-03-09 13:14 UTC (4+ messages)
` [PULL 25/67] target/m68k: Remove `NB_MMU_MODES` define
[PULL 0/5] aspeed queue
2023-03-09 13:13 UTC (2+ messages)
[PULL 00/20] MIPS patches for 2023-03-07
2023-03-09 13:13 UTC (2+ messages)
[PATCH 0/6] block: switch to AIO_WAIT_WHILE_UNLOCKED() where possible
2023-03-09 12:38 UTC (8+ messages)
` [PATCH 1/6] block: don't acquire AioContext lock in bdrv_drain_all()
[PATCH v3] qapi: give available enum values as error hint
2023-03-09 12:37 UTC (4+ messages)
[PATCH] linux-user/mips: Low down switchable NaN2008 requirement
2023-03-09 12:32 UTC (2+ messages)
[PATCH v17 00/12] s390x: CPU Topology
2023-03-09 12:15 UTC (13+ messages)
` [PATCH v17 01/12] s390x/cpu topology: add s390 specifics to CPU topology
` [PATCH v17 02/12] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v17 03/12] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v17 04/12] s390x/sclp: reporting the maximum nested topology entries
` [PATCH v17 05/12] s390x/cpu topology: resetting the Topology-Change-Report
` [PATCH v17 06/12] s390x/cpu topology: interception of PTF instruction
` [PATCH v17 07/12] target/s390x/cpu topology: activate CPU topology
` [PATCH v17 08/12] qapi/s390x/cpu topology: set-cpu-topology qmp command
` [PATCH v17 09/12] machine: adding s390 topology to query-cpu-fast
` [PATCH v17 10/12] machine: adding s390 topology to info hotpluggable-cpus
` [PATCH v17 11/12] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE qapi event
` [PATCH v17 12/12] docs/s390x/cpu topology: document s390x cpu topology
[PULL 0/3] Edk2 stable202302 20230309 patches
2023-03-09 11:57 UTC (4+ messages)
` [PULL 1/3] edk2: update submodule to edk2-stable202302
` [PULL 2/3] edk2: replace build scripts
` [PULL 3/3] edk2: update firmware binaries
[PATCH v2 0/3] Enable avocado testing for Xen guests
2023-03-09 11:44 UTC (7+ messages)
` [PATCH v2 1/3] hw/intc/ioapic: Update KVM routes before redelivering IRQ, on RTE update
` [PATCH v2 2/3] tests/avocado: Add Fedora 34 distro, including kernel/initrd checksums
[PATCH nbd 0/4] Enable multi-conn NBD [for discussion only]
2023-03-09 11:39 UTC (5+ messages)
` [PATCH nbd 1/4] nbd: Add multi-conn option
` [PATCH nbd 2/4] nbd: Split out block device state from underlying NBD connections
` [PATCH nbd 3/4] nbd: Open multiple NBD connections if multi-conn is set
` [PATCH nbd 4/4] nbd: Enable multi-conn using round-robin
[SeaBIOS PATCH] xen: require Xen info structure at 0x1000 to detect Xen
2023-03-09 11:27 UTC (6+ messages)
` [SeaBIOS] "
` [SeaBIOS] "
[PATCH] virtio: refresh vring region cache after updating a virtqueue size
2023-03-09 10:43 UTC (2+ messages)
[PATCH v1] migration/multifd: correct multifd_send_thread to trace the flags
2023-03-09 10:29 UTC
[PULL 0/9] Fix missing memory barriers on ARM
2023-03-09 10:20 UTC (2+ messages)
[PATCH 0/3] block: remove separate bdrv_file_open callback
2023-03-09 9:37 UTC (5+ messages)
` [PATCH 1/3] block: make assertion more generic
` [PATCH 2/3] block: do not check bdrv_file_open
` [PATCH 3/3] block: remove separate bdrv_file_open callback
Reply: [PATCH v2] virtio-balloon: optimize the virtio-balloon on the ARM platform
2023-03-09 9:14 UTC (2+ messages)
[PATCH v3] virtio-balloon: optimize the virtio-balloon on the ARM platform
2023-03-09 9:10 UTC (2+ messages)
[PATCH V3 0/2] qemu: vhost-user: Support Xen memory mapping quirks
2023-03-09 8:51 UTC (3+ messages)
` [PATCH V3 1/2] docs: vhost-user: Define memory region separately
` [PATCH V3 2/2] docs: vhost-user: Add Xen specific memory mapping support
[PATCH V2] docs: vhost-user: Add Xen specific memory mapping support
2023-03-09 8:51 UTC (5+ messages)
[PATCH] Fix build without CONFIG_XEN_EMU
2023-03-09 8:28 UTC (2+ messages)
[PATCH] use qatzip to acclerate the live migration
2023-03-09 7:38 UTC (2+ messages)
[PATCH 0/4] target/riscv: Some CPURISCVState related cleanup and simplification
2023-03-09 7:13 UTC (5+ messages)
` [PATCH 1/4] target/riscv: Avoid env_archcpu() when reading RISCVCPUConfig
` [PATCH 2/4] target/riscv: Simplify getting RISCVCPU pointer from env
` [PATCH 3/4] target/riscv: Simplify type conversion for CPURISCVState
` [PATCH 4/4] target/riscv: Simplify arguments for riscv_csrrw_check
[PATCH] block: add missing coroutine_fn to bdrv_sum_allocated_file_size()
2023-03-09 7:09 UTC (2+ messages)
[qemu-web PATCH] Add a blog post about the upcoming KVM Forum 2023
2023-03-09 7:02 UTC (3+ messages)
[PATCH 1/2] target/riscv: Expose "virt" register for GDB for reads
2023-03-09 3:21 UTC (5+ messages)
` [PATCH 2/2] target/riscv: Make the "virt" register writable by GDB
[PULL 00/51] Net patches
2023-03-09 1:13 UTC (9+ messages)
[PATCH v2] block: add missing coroutine_fn to bdrv_sum_allocated_file_size()
2023-03-08 22:18 UTC (2+ messages)
Emulating a SH2 board?
2023-03-08 20:02 UTC
[RFC PATCH v1 00/12] *** Add allwinner R40 device support ***
2023-03-08 20:47 UTC (2+ messages)
[PULL 0/5] QGA Misc patches
2023-03-08 20:04 UTC (6+ messages)
` [PULL 1/5] qga/win32: Remove change action from MSI installer
` [PULL 2/5] qga/win32: Use rundll for VSS installation
` [PULL 3/5] qga/win/installer: add VssOption to installer
` [PULL 4/5] qga/win/vss: query VSS backup type
` [PULL 5/5] qga/win/vss: requester_freeze changes
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).