messages from 2022-03-11 19:53:14 to 2022-03-14 15:12:59 UTC [more...]
[PATCH v13 0/8] hmp,qmp: Add commands to introspect virtio devices
2022-03-14 15:08 UTC (3+ messages)
[PATCH 1/4] target/i386: Fix sanity check on max APIC ID / X2APIC enablement
2022-03-14 14:25 UTC (3+ messages)
` [PATCH 2/4] intel_iommu: Support IR-only mode without DMA translation
` [PATCH 4/4] intel_iommu: Fix irqchip / X2APIC configuration checks
[PULL 00/12] dbus console fixes
2022-03-14 14:39 UTC (14+ messages)
` [PULL 01/12] ui/console: move check for compatible GL context
` [PULL 02/12] ui/console: move dcl compatiblity check to a callback
` [PULL 03/12] ui/console: egl-headless is compatible with non-gl listeners
` [PULL 04/12] ui/dbus: associate the DBusDisplayConsole listener with the given console
` [PULL 05/12] ui/console: move console compatibility check to dcl_display_console()
` [PULL 06/12] ui/shader: fix potential leak of shader on error
` [PULL 07/12] ui/shader: free associated programs
` [PULL 08/12] ui/console: add a dpy_gfx_switch callback helper
` [PULL 09/12] ui/console: optionally update after gfx switch
` [PULL 10/12] ui/dbus: fix texture sharing
` [PULL 11/12] ui/dbus: do not send 2d scanout until gfx_update
` [PULL 12/12] ui/console: call gfx_switch() even if the current scanout is GL
[PATCH] ppc/pnv: Remove user-created PHB{3,4,5} devices
2022-03-14 14:51 UTC (5+ messages)
[PATCH-for-7.0 v2] softmmu: List CPU types again
2022-03-14 13:59 UTC (3+ messages)
[PULL 0/1] I2C patches for 2022-03-14
2022-03-14 13:50 UTC (2+ messages)
` [PULL 1/1] hw/nvram: at24 return 0xff if 1 byte address
[PATCH v6 00/18] job: replace AioContext lock with job_mutex
2022-03-14 13:37 UTC (19+ messages)
` [PATCH v6 01/18] job.c: make job_mutex and job_lock/unlock() public
` [PATCH v6 02/18] job.h: categorize fields in struct Job
` [PATCH v6 03/18] job.c: API functions not used outside should be static
` [PATCH v6 04/18] aio-wait.h: introduce AIO_WAIT_WHILE_UNLOCKED
` [PATCH v6 05/18] job.h: add _locked duplicates for job API functions called with and without job_mutex
` [PATCH v6 06/18] jobs: protect jobs with job_lock/unlock
` [PATCH v6 07/18] jobs: add job lock in find_* functions
` [PATCH v6 08/18] jobs: use job locks also in the unit tests
` [PATCH v6 09/18] block/mirror.c: use of job helpers in drivers to avoid TOC/TOU
` [PATCH v6 10/18] jobs: rename static functions called with job_mutex held
` [PATCH v6 11/18] job.h: rename job API "
` [PATCH v6 12/18] block_job: rename block_job "
` [PATCH v6 13/18] job.h: define unlocked functions
` [PATCH v6 14/18] commit and mirror: create new nodes using bdrv_get_aio_context, and not the job aiocontext
` [PATCH v6 15/18] job: detect change of aiocontext within job coroutine
` [PATCH v6 16/18] jobs: protect job.aio_context with BQL and job_mutex
` [PATCH v6 17/18] job.c: enable job lock/unlock and remove Aiocontext locks
` [PATCH v6 18/18] block_job_query: remove atomic read
[PATCH] x86: q35: require split irqchip for large CPU count
2022-03-14 14:21 UTC (6+ messages)
[PATCH experiment 00/16] C++20 coroutine backend
2022-03-14 14:07 UTC (23+ messages)
` [PATCH experiment 01/16] coroutine: add missing coroutine_fn annotations for CoRwlock functions
` [PATCH experiment 02/16] coroutine: qemu_coroutine_get_aio_context is not a coroutine_fn
` [PATCH experiment 03/16] coroutine: small code cleanup in qemu_co_rwlock_wrlock
` [PATCH experiment 04/16] coroutine: introduce QemuCoLockable
` [PATCH experiment 05/16] port atomic.h to C++
` [PATCH experiment 06/16] use g_new0 instead of g_malloc0
` [PATCH experiment 07/16] start porting compiler.h to C++
` [PATCH experiment 08/16] tracetool: add extern "C" around generated headers
` [PATCH experiment 09/16] start adding extern "C" markers
` [PATCH experiment 10/16] add space between liter and string macro
` [PATCH experiment 11/16] bump to C++20
` [PATCH experiment 12/16] remove "new" keyword from trace-events
` [PATCH experiment 13/16] disable some code
` [PATCH experiment 14/16] util: introduce C++ stackless coroutine backend
` [PATCH experiment 15/16] port QemuCoLockable to C++ coroutines
` [PATCH experiment 16/16] port test-coroutine "
[PATCH] MAINTAINERS: change Vladimir's email address
2022-03-14 11:04 UTC
[PATCH v2 0/4] util/thread-pool: Expose minimun and maximum size
2022-03-14 13:35 UTC (10+ messages)
` [PATCH v2 2/4] Introduce event-loop-base abstract class
` [PATCH v2 4/4] util/event-loop-base: Introduce options to set the thread pool size
[PATCH v1 0/1] hw: aspeed_scu: Add AST2600 hpll calculation function
2022-03-14 12:21 UTC (3+ messages)
` [PATCH v1 1/1] "
[PATCH v2] block-qdict: Fix -Werror=maybe-uninitialized build failure
2022-03-14 13:47 UTC (3+ messages)
[PATCH-for-7.0 v3] softmmu: List CPU types again
2022-03-14 14:01 UTC
[PULL v2 00/12] Hexagon (target/hexagon) queue
2022-03-14 13:22 UTC (14+ messages)
` [PULL v2 01/12] Hexagon (target/hexagon) fix bug in circular addressing
` [PULL v2 02/12] Hexagon HVX (target/hexagon) fix bug in HVX saturate instructions
` [PULL v2 03/12] Hexagon (target/hexagon) properly set FPINVF bit in sfcmp.uo and dfcmp.uo
` [PULL v2 04/12] Hexagon (target/hexagon) properly handle denorm in arch_sf_recip_common
` [PULL v2 05/12] Hexagon (target/hexagon) properly handle NaN in dfmin/dfmax/sfmin/sfmax
` [PULL v2 06/12] Hexagon (tests/tcg/hexagon) test instructions that might set bits in USR
` [PULL v2 07/12] Hexagon (tests/tcg/hexagon) add floating point instructions to usr.c
` [PULL v2 08/12] Hexagon (tests/tcg/hexagon) update overflow test
` [PULL v2 09/12] Hexagon (tests/tcg/hexagon) fix inline asm in preg_alias.c
` [PULL v2 10/12] Hexagon (target/hexagon) fix bug in conv_df2uw_chop
` [PULL v2 11/12] Hexagon (target/hexagon) assignment to c4 should wait until packet commit
` [PULL v2 12/12] target/hexagon: remove unused variable
[PATCH v2 0/3] rSTify a few more docs; move them to QEMU Git
2022-03-14 13:45 UTC (5+ messages)
` [PATCH v2 1/3] docs: rSTify "security-process" page; move it "
` [PATCH v2 2/3] docs: rSTify MailingLists wiki; "
` [PATCH v2 3/3] docs: rSTify GettingStartedDevelopers "
[PATCH experiment 00/35] stackless coroutine backend
2022-03-14 13:43 UTC (8+ messages)
[PATCH v2 00/10] block: bug fixes in preparation of AioContext removal
2022-03-14 13:18 UTC (11+ messages)
` [PATCH v2 01/10] drains: create bh only when polling
` [PATCH v2 02/10] bdrv_parent_drained_begin_single: handle calls from coroutine context
` [PATCH v2 03/10] block/io.c: fix bdrv_child_cb_drained_begin invocations from a coroutine
` [PATCH v2 04/10] block.c: bdrv_replace_child_noperm: first remove the child, and then call ->detach()
` [PATCH v2 05/10] block.c: bdrv_replace_child_noperm: first call ->attach(), and then add child
` [PATCH v2 06/10] test-bdrv-drain.c: adapt test to support additional subtree drains
` [PATCH v2 07/10] test-bdrv-drain.c: remove test_detach_by_parent_cb()
` [PATCH v2 08/10] tests/unit/test-bdrv-drain.c: graph setup functions can't run in coroutines
` [PATCH v2 09/10] child_job_drained_poll: override polling condition only when in home thread
` [PATCH v2 10/10] tests/qemu-iotests/030: test_stream_parallel should use auto_finalize=False
[PATCH 0/3] tcg/s390x vector fixes
2022-03-14 12:41 UTC (2+ messages)
[PATCH v3 0/3] Fix BRASL and BRCL with large negative offsets
2022-03-14 12:35 UTC (5+ messages)
` [PATCH v3 1/3] s390x/tcg: Fix BRASL with a large negative offset
` [PATCH v3 2/3] s390x/tcg: Fix BRCL "
` [PATCH v3 3/3] tests/tcg/s390x: Test BRASL and BRCL with large negative offsets
[PATCH v2 0/3] Fix BRASL and BRCL with large negative offsets
2022-03-14 10:26 UTC (6+ messages)
` [PATCH v2 1/3] s390x/tcg: Fix BRASL with a large negative offset
` [PATCH v2 2/3] s390x/tcg: Fix BRCL "
` [PATCH v2 3/3] tests/tcg/s390x: Test BRASL and BRCL with large negative offsets
[PATCH 0/3] Fix BRASL and BRCL with large negative offsets
2022-03-14 10:17 UTC (5+ messages)
` [PATCH 3/3] tests/tcg/s390x: Test "
[PATCH 0/5] s390x: dump: Add PV dump support
2022-03-14 10:15 UTC (4+ messages)
` [PATCH 5/5] s390x: pv: Add "
[PATCH v5 0/5] user creatable pnv-phb4 devices
2022-03-14 10:11 UTC (3+ messages)
[PATCH v2] tests/avocado: starts PhoneServer upfront
2022-03-14 9:55 UTC (2+ messages)
[RESEND PATCH v3 0/7] target/riscv: Initial support for native debug feature via M-mode CSRs
2022-03-14 9:44 UTC (7+ messages)
` [RESEND PATCH v3 1/7] target/riscv: Add initial support for native debug
` [RESEND PATCH v3 5/7] target/riscv: csr: Hook debug CSR read/write
[PATCH 00/11] edk2: update to stable202202
2022-03-14 9:31 UTC (5+ messages)
` MAINTAINERS: macOS host support (was: MAINTAINERS: take edk2)
[PATCH] i386/cpu: Remove the deprecated cpu model 'Icelake-Client'
2022-03-14 8:50 UTC
[PATCH] Resolves: https://gitlab.com/qemu-project/qemu/-/issues/542
2022-03-14 7:57 UTC (2+ messages)
[PATCH v2 0/3] hw/arm/virt: Fix CPU's default NUMA node ID
2022-03-14 6:24 UTC (2+ messages)
[RFC v4 00/21] vfio-user client
2022-03-14 6:04 UTC (4+ messages)
` [RFC v4 01/21] vfio-user: introduce vfio-user protocol specification
Question about atomics
2022-03-14 5:42 UTC (16+ messages)
[PATCH 0/3] linux-user/arm: Improvements for commpage atomics
2022-03-14 4:43 UTC (4+ messages)
` [PATCH 1/3] linux-user/arm: Implement __kernel_memory_barrier
` [PATCH 2/3] linux-user/arm: Implement __kernel_cmpxchg with host atomics
` [PATCH 3/3] linux-user/arm: Implement __kernel_cmpxchg64 "
[PATCH v5 00/48] target/nios2: Shadow register set, EIC and VIC
2022-03-13 16:53 UTC (8+ messages)
` [PATCH v5 41/48] target/nios2: Introduce shadow register sets
` [PATCH v5 46/48] hw/nios2: Introduce Nios2MachineState
` [PATCH v5 48/48] hw/nios2: Machine with a Vectored Interrupt Controller
[PATCH] ppc/xive2: Make type Xive2EndSource not user creatable
2022-03-13 14:00 UTC (2+ messages)
[RFC PATCH] mailmap/gitdm: more fixes for bad tags and authors
2022-03-13 13:59 UTC (2+ messages)
[PATCH v2 00/11] edk2: update to stable202202
2022-03-13 13:52 UTC (7+ messages)
` [PATCH v2 04/11] edk2: .git can be a file
` [PATCH v2 09/11] edk2/docker: install python3
` [PATCH v2 10/11] edk2/docker: use ubuntu 18.04
[PATCH v3 0/7] 9pfs: fix 'Twalk' protocol violation
2022-03-13 12:05 UTC (10+ messages)
` [PATCH v3 1/7] tests/9pfs: walk to non-existent dir
` [PATCH v3 2/7] tests/9pfs: Twalk with nwname=0
` [PATCH v3 3/7] tests/9pfs: compare QIDs in fs_walk_none() test
` [PATCH v3 4/7] 9pfs: refactor 'name_idx' -> 'nwalked' in v9fs_walk()
` [PATCH v3 5/7] 9pfs: fix 'Twalk' to only send error if no component walked
` [PATCH v3 6/7] tests/9pfs: guard recent 'Twalk' behaviour fix
` [PATCH v3 7/7] tests/9pfs: check fid being unaffected in fs_walk_2nd_nonexistent
[PATCH v2 0/7] 9pfs: fix 'Twalk' protocol violation
2022-03-13 8:47 UTC (9+ messages)
` [PATCH v2 1/7] tests/9pfs: walk to non-existent dir
` [PATCH v2 2/7] tests/9pfs: Twalk with nwname=0
` [PATCH v2 3/7] tests/9pfs: compare QIDs in fs_walk_none() test
` [PATCH v2 4/7] 9pfs: refactor 'name_idx' -> 'nwalked' in v9fs_walk()
` [PATCH v2 5/7] 9pfs: fix 'Twalk' to only send error if no component walked
` [PATCH v2 6/7] tests/9pfs: guard recent 'Twalk' behaviour fix
` [PATCH v2 7/7] tests/9pfs: check fid being unaffected in fs_walk_2nd_nonexistent
QEMU+KVM on RISC-V + Hypervisor Extension
2022-03-13 2:12 UTC
[PATCH v3 0/7] isa: Resolve unneeded IRQ attributes from ISADevice
2022-03-12 21:54 UTC (3+ messages)
[PATCH 0/5] dump: Add custom arch section support
2022-03-12 14:18 UTC (9+ messages)
` [PATCH 1/5] dump: Allocate header
` [PATCH 2/5] dump: Split write of section headers and data and add a prepare step
` [PATCH 3/5] dump: Reorder struct DumpState
` [PATCH 4/5] dump/dump: Add section string table support
[PATCH v3 0/4] Fix PVR matching, add AIL cap compatibility
2022-03-12 8:50 UTC (5+ messages)
` [PATCH v3 1/4] target/ppc: Fix masked PVR matching
` [PATCH v3 2/4] target/ppc: Remove chip type field from POWER9 DD2.0 PVR
[RFC PATCH 1/2] spapr: Report correct GTSE support via ov5
2022-03-12 9:17 UTC (2+ messages)
[PATCH] block-qdict: Fix -Werror=maybe-uninitialized build failure
2022-03-11 22:29 UTC (3+ messages)
[PATCH V7 00/29] Live Update
2022-03-11 21:59 UTC (5+ messages)
` [PATCH V7 11/29] qapi: list utility functions
[PATCH v2 0/9] dump: Cleanup and consolidation
2022-03-11 19:54 UTC (7+ messages)
` [PATCH v2 7/9] dump: Consolidate phdr note writes
` [PATCH v2 8/9] dump: Cleanup dump_begin write functions
` [PATCH v2 9/9] dump: Consolidate elf note function
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).