messages from 2022-03-11 10:06:31 to 2022-03-14 13:04:13 UTC [more...]
[PATCH v1 0/1] hw: aspeed_scu: Add AST2600 hpll calculation function
 2022-03-14 12:21 UTC  (3+ messages)
` [PATCH v1 1/1] "
[PULL 00/12] dbus console fixes
 2022-03-14 12:59 UTC  (4+ messages)
` [PULL 02/12] ui/console: move dcl compatiblity check to a callback
` [PULL 05/12] ui/console: move console compatibility check to dcl_display_console()
` [PULL 09/12] ui/console: optionally update after gfx switch
[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 experiment 00/16] C++20 coroutine backend
 2022-03-14 11:16 UTC  (18+ 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 v2 0/3] rSTify a few more docs; move them to QEMU Git
 2022-03-14 10:49 UTC  (4+ 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] x86: q35: require split irqchip for large CPU count
 2022-03-14 10:35 UTC  (3+ messages)
[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  (11+ messages)
` [PATCH 1/3] s390x/tcg: Fix BRASL with a large negative offset
` [PATCH 2/3] s390x/tcg: Fix BRCL "
` [PATCH 3/3] tests/tcg/s390x: Test BRASL and BRCL with large negative offsets
[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  (6+ 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 v2] block-qdict: Fix -Werror=maybe-uninitialized build failure
 2022-03-14  9:58 UTC  (2+ messages)
[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 experiment 00/35] stackless coroutine backend
 2022-03-13 15:18 UTC  (7+ messages)
[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  (13+ messages)
` [PATCH v2 01/11] tests/acpi: allow virt memory hotplug changes
` [PATCH v2 04/11] edk2: .git can be a file
` [PATCH v2 07/11] tests/acpi: update expected data files
` [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)
[PULL v2 00/12] Hexagon (target/hexagon) queue
 2022-03-12 20:13 UTC  (13+ 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 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  (4+ 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  (21+ messages)
` [PATCH V7 10/29] machine: memfd-alloc option
` [PATCH V7 11/29] qapi: list utility functions
` [PATCH V7 12/29] vl: helper to request re-exec
` [PATCH V7 19/29] vfio-pci: cpr part 1 (fd and dma)
[PATCH v2 0/9] dump: Cleanup and consolidation
 2022-03-11 19:54 UTC  (19+ messages)
` [PATCH v2 1/9] dump: Use ERRP_GUARD()
` [PATCH v2 2/9] dump: Remove the sh_info variable
` [PATCH v2 3/9] dump: Introduce shdr_num to decrease complexity
` [PATCH v2 4/9] dump: Remove the section if when calculating the memory offset
` [PATCH v2 5/9] dump: Add more offset variables
` [PATCH v2 6/9] dump: Introduce dump_is_64bit() helper function
` [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
XIVE VFIO kernel resample failure in INTx mode under heavy load
 2022-03-11 18:53 UTC  (2+ messages)
'make check-acceptance' failing on s390 tests?
 2022-03-11 17:52 UTC  (2+ messages)
[PATCH] tcg/arm: Don't emit UNPREDICTABLE LDRD with Rm == Rt or Rt+1
 2022-03-11 17:52 UTC  (3+ messages)
[PATCH 0/6] 9pfs: fix 'Twalk' protocol violation
 2022-03-11 17:36 UTC  (25+ messages)
` [PATCH 1/6] tests/9pfs: walk to non-existent dir
` [PATCH 2/6] tests/9pfs: Twalk with nwname=0
` [PATCH 3/6] tests/9pfs: compare QIDs in fs_walk_none() test
` [PATCH 4/6] 9pfs: refactor 'name_idx' -> 'nvalid' in v9fs_walk()
` [PATCH 5/6] 9pfs: fix 'Twalk' to only send error if no component walked
` [PATCH 6/6] tests/9pfs: guard recent 'Twalk' behaviour fix
[PATCH 0/9] Avocado tests: filter out tests using TCG booting full blown distros
 2022-03-11 17:20 UTC  (3+ messages)
` [PATCH 6/9] tests/avocado/virtiofs_submounts.py: shared_dir may not exist
[PATCH] tests/avocado: starts PhoneServer upfront
 2022-03-11 16:48 UTC  (6+ messages)
[PATCH v2 0/7] s390x/tcg: Implement Vector-Enhancements Facility 2
 2022-03-11 15:37 UTC  (3+ messages)
` [PATCH v2 1/7] target/s390x: vxeh2: vector convert short/32b
[RFC PATCH] docs/devel: try and impose some organisation
 2022-03-11 15:29 UTC  (2+ messages)
[PATCH] block: Fix BB.root changing across bdrv_next()
 2022-03-11 15:20 UTC  (2+ messages)
[PATCH v4 0/3] Support fd-based KVM stats
 2022-03-11 13:12 UTC  (4+ messages)
` [PATCH v4 1/3] qmp: Support for querying stats
[PATCH 0/2] ui/cocoa: Add option to disable left command and hide cursor on click
 2022-03-11 12:46 UTC  (5+ messages)
` [PATCH 1/2] ui/cocoa: add option to disable left-command forwarding to guest
[PATCH v2 1/2] Replacing CONFIG_VNC_PNG with CONFIG_PNG
 2022-03-11 12:20 UTC  (3+ messages)
` [PATCH v2 2/2] Added parameter to take screenshot with screendump as PNG
[PATCH v5 00/15] hw/nvme: SR-IOV with Virtualization Enhancements
 2022-03-11 12:20 UTC  (5+ messages)
` [PATCH v5 13/15] hw/nvme: Add support for the Virtualization Management command
[PATCH v2 0/4] util/thread-pool: Expose minimun and maximum size
 2022-03-11 10:40 UTC  (7+ 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 v2 00/18] tests: introduce testing coverage for TLS with migration
 2022-03-11 10:07 UTC  (7+ messages)
` [PATCH v2 03/18] tests: support QTEST_TRACE env variable
` [PATCH v2 04/18] tests: print newline after QMP response in qtest logs
` [PATCH v2 06/18 for-7.0] migration: fix use of TLS PSK credentials with a UNIX socket
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).