messages from 2022-05-04 20:32:42 to 2022-05-05 14:01:35 UTC [more...]
[PATCH 0/8] qmp, hmp: statistics subsystem and KVM suport
2022-05-05 13:59 UTC (11+ messages)
` [PATCH 1/8] qmp: Support for querying stats
` [PATCH 3/8] qmp: add filtering of statistics by target vCPU
[PATCH v9 00/17] vfio-user server in QEMU
2022-05-05 13:39 UTC (10+ messages)
` [PATCH v9 07/17] vfio-user: define vfio-user-server object
` [PATCH v9 10/17] vfio-user: run vfio-user context
[PATCH v2 00/15] Misc cleanups
2022-05-05 13:39 UTC (33+ messages)
` [PATCH v2 01/15] include: move qemu_*_exec_dir() to cutils
` [PATCH v2 02/15] util/win32: simplify qemu_get_local_state_dir()
` [PATCH v2 03/15] tests: make libqmp buildable for win32
` [PATCH v2 04/15] include: adjust header guards after renaming
` [PATCH v2 05/15] qga: flatten safe_open_or_create()
` [PATCH v2 06/15] osdep: export qemu_open_cloexec()
` [PATCH v2 07/15] qga: use qemu_open_cloexec() for safe_open_or_create()
` [PATCH v2 08/15] qga: throw an Error in ga_channel_open()
` [PATCH v2 09/15] qga: replace qemu_open_old() with qemu_open_cloexec()
` [PATCH v2 10/15] test/qga: use G_TEST_DIR to locate os-release test file
` [PATCH v2 11/15] qga/wixl: prefer variables over environment
` [PATCH v2 12/15] qga/wixl: require Mingw_bin
` [PATCH v2 13/15] qga/wixl: simplify some pre-processing
` [PATCH v2 14/15] qga/wixl: replace QEMU_GA_MSI_MINGW_BIN_PATH with glib bindir
` [PATCH v2 15/15] test/qga: use g_auto wherever sensible
Fio regression caused by f9fc8932b11f3bcf2a2626f567cb6fdd36a33a94
2022-05-05 13:27 UTC (5+ messages)
[RESEND][PATCH 0/2] acpi/nvdimm: support NVDIMM _LS{I,R,W} methods
2022-05-05 13:26 UTC (8+ messages)
` [PATCH 1/2] acpi/nvdimm: Create _LS{I,R,W} method for NVDIMM device
iotests and python dependencies
2022-05-05 13:15 UTC (12+ messages)
[PATCH] thread-pool: replace semaphore with condition variable
2022-05-05 13:13 UTC
[PULL 00/13] Block layer patches
2022-05-05 13:09 UTC (2+ messages)
[PATCH v11 0/7] MSG_ZEROCOPY + multifd
2022-05-05 12:41 UTC (8+ messages)
` [PATCH v11 2/7] QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUX
` [PATCH v11 3/7] migration: Add zero-copy-send parameter for QMP/HMP for Linux
[PATCH] target/arm: fix s2mmu input size check
2022-05-05 12:30 UTC (3+ messages)
[PATCH 0/3] artist: minor fixes and performance improvement
2022-05-05 12:26 UTC (2+ messages)
[PATCH 0/5] net: support for CFI with libslirp >= 4.7
2022-05-05 12:02 UTC (17+ messages)
` [PATCH 1/5] slirp: bump submodule to 4.7 release
` [PATCH 2/5] net: slirp: introduce a wrapper struct for QemuTimer
` [PATCH 3/5] net: slirp: switch to slirp_new
` [PATCH 4/5] net: slirp: add support for CFI-friendly timer API
` [PATCH 5/5] net: slirp: allow CFI with libslirp >= 4.7
[PATCH] docs/about: Update the support statement for Windows
2022-05-05 11:55 UTC (5+ messages)
[PATCH v2] hw/block/fdc-sysbus: Always mark sysbus floppy controllers as not having DMA
2022-05-05 11:52 UTC (2+ messages)
[PATCH 0/9] 9pfs: Add 9pfs support for Windows host
2022-05-05 11:43 UTC (4+ messages)
` [PATCH 5/9] hw/9pfs: Add a 'local' file system backend driver for Windows
[PATCH v2] hw/arm: add versioning to sbsa-ref machine DT
2022-05-05 11:39 UTC
[PATCH v2] MAINTAINERS/.mailmap: update email for Leif Lindholm
2022-05-05 11:37 UTC
[PATCH 0/4] QEMU RISC-V nested virtualization fixes
2022-05-05 10:36 UTC (4+ messages)
` [PATCH 2/4] target/riscv: Fix hstatus.GVA bit setting for traps taken from HS-mode
[RFC 0/3] Introduce a new Qemu machine for RISC-V
2022-05-05 10:04 UTC (6+ messages)
[PATCH v2] Fix 'writeable' typos
2022-05-05 9:50 UTC
[PATCH] hw/arm: virt: Add SBSA watchdog
2022-05-05 10:19 UTC (4+ messages)
[PULL 00/23] target-arm queue
2022-05-05 9:11 UTC (24+ messages)
` [PULL 01/23] target/arm: Enable SCTLR_EL1.BT0 for aarch64-linux-user
` [PULL 02/23] target/arm: Split out cpregs.h
` [PULL 03/23] target/arm: Reorg CPAccessResult and access_check_cp_reg
` [PULL 04/23] target/arm: Replace sentinels with ARRAY_SIZE in cpregs.h
` [PULL 05/23] target/arm: Make some more cpreg data static const
` [PULL 06/23] target/arm: Reorg ARMCPRegInfo type field bits
` [PULL 07/23] target/arm: Avoid bare abort() or assert(0)
` [PULL 08/23] target/arm: Change cpreg access permissions to enum
` [PULL 09/23] target/arm: Name CPState type
` [PULL 10/23] target/arm: Name CPSecureState type
` [PULL 11/23] target/arm: Drop always-true test in define_arm_vh_e2h_redirects_aliases
` [PULL 12/23] target/arm: Store cpregs key in the hash table directly
` [PULL 13/23] target/arm: Merge allocation of the cpreg and its name
` [PULL 14/23] target/arm: Hoist computation of key in add_cpreg_to_hashtable
` [PULL 15/23] target/arm: Consolidate cpreg updates "
` [PULL 16/23] target/arm: Use bool for is64 and ns "
` [PULL 17/23] target/arm: Hoist isbanked computation "
` [PULL 18/23] target/arm: Perform override check early "
` [PULL 19/23] target/arm: Reformat comments "
` [PULL 20/23] target/arm: Remove HOST_BIG_ENDIAN ifdef "
` [PULL 21/23] target/arm: Add isar predicates for FEAT_Debugv8p2
` [PULL 22/23] target/arm: Add isar_feature_{aa64,any}_ras
` [PULL 23/23] target/arm: read access to performance counters from EL0
[PATCH RFC 00/10] hw/vfio, x86/iommu: IOMMUFD Dirty Tracking
2022-05-05 9:57 UTC (10+ messages)
` [PATCH RFC 04/10] intel_iommu: Second Stage Access Dirty bit support
[PATCH] qemu-iotests: inline common.config into common.rc
2022-05-05 9:47 UTC
[PATCH] pseries: allow setting stdout-path even on machines with a VGA
2022-05-05 9:26 UTC
[PATCH v3] Warn user if the vga flag is passed but no vga device is created
2022-05-05 8:54 UTC (2+ messages)
[PULL 0/3] Block patches
2022-05-05 8:42 UTC (4+ messages)
` [PULL 1/3] Introduce event-loop-base abstract class
` [PULL 2/3] util/main-loop: Introduce the main loop into QOM
` [PULL 3/3] util/event-loop-base: Introduce options to set the thread pool size
[PATCH 0/7] vhost-vdpa multiqueue fixes
2022-05-05 8:40 UTC (8+ messages)
[PATCH] linux-user: Expose risc-v V and H isa bit in get_elf_hwcap()
2022-05-05 9:28 UTC (3+ messages)
[PATCH 0/2] Upgrade mingw base packages
2022-05-05 9:19 UTC (3+ messages)
[PATCH] block/gluster: correctly set max_pdiscard which is int64_t
2022-05-05 8:31 UTC
AMD SEV-SNP: Support for attestating initrd
2022-05-05 8:59 UTC
[PATCH] target/arm: read access to performance counters from EL0
2022-05-05 8:36 UTC (2+ messages)
[PATCH] mos6522: fix linking error when CONFIG_MOS6522 is not set
2022-05-05 8:19 UTC (8+ messages)
[PATCH v2 0/5] vhost-vdpa multiqueue fixes
2022-05-05 8:25 UTC (5+ messages)
` [PATCH v2 2/5] virtio-net: align ctrl_vq index for non-mq guest for vhost_vdpa
[PATCH v3 00/43] Add LoongArch softmmu support
2022-05-05 7:32 UTC (5+ messages)
` [PATCH v3 25/43] target/loongarch: Add LoongArch CSR instruction
[PATCH 00/16] Misc cleanups
2022-05-05 6:56 UTC (7+ messages)
` [PATCH 04/16] compiler.h: add QEMU_{BEGIN, END}_IGNORE_INITIALIZER_OVERRIDES
` [PATCH 10/16] qapi/error: add g_autoptr(Error) support
[PATCH v7 00/12] Improve PMU support
2022-05-05 6:58 UTC (9+ messages)
` [PATCH v7 08/12] target/riscv: Add sscofpmf extension support
[PATCH] linux-user: Add PowerPC ISA 3.1 and MMA to hwcap
2022-05-05 6:07 UTC (3+ messages)
[RFC PATCH 0/7] VSX MMA Implementation
2022-05-05 6:06 UTC (4+ messages)
[PATCH qemu] spapr: Use address from elf parser for kernel address
2022-05-05 5:07 UTC (5+ messages)
[PATCH] target/arm: fix s2mmu input size check
2022-05-05 3:12 UTC
[PATCH] hw/dma: Add Xilinx AXI CDMA
2022-05-05 1:22 UTC (8+ messages)
[PATCH] KVM: HWPoison: Fix memory address&size during remap
2022-05-05 0:32 UTC (2+ messages)
` PING: "
[PATCH] vhost-user: Use correct macro name TARGET_PPC64
2022-05-04 23:44 UTC (5+ messages)
` [PATCH] vhost-user: Use correct macro name TARGET_PPC64g
[PATCH v2 0/2] ppc/xive: Update for guest interrupt handling
2022-05-04 22:26 UTC (2+ messages)
[PATCH] hw/openrisc: use right OMPIC size variable
2022-05-04 22:23 UTC (5+ messages)
` [PATCH v2] "
[PATCH v4 00/22] target/ppc: Remove hidden usages of *env
2022-05-04 21:05 UTC (23+ messages)
` [PATCH v4 01/22] target/ppc: Remove fpscr_* macros from cpu.h
` [PATCH v4 02/22] target/ppc: Remove unused msr_* macros
` [PATCH v4 03/22] target/ppc: Remove msr_pr macro
` [PATCH v4 04/22] target/ppc: Remove msr_le macro
` [PATCH v4 05/22] target/ppc: Remove msr_ds macro
` [PATCH v4 06/22] target/ppc: Remove msr_ile macro
` [PATCH v4 07/22] target/ppc: Remove msr_ee macro
` [PATCH v4 08/22] target/ppc: Remove msr_ce macro
` [PATCH v4 09/22] target/ppc: Remove msr_pow macro
` [PATCH v4 10/22] target/ppc: Remove msr_me macro
` [PATCH v4 11/22] target/ppc: Remove msr_gs macro
` [PATCH v4 12/22] target/ppc: Remove msr_fp macro
` [PATCH v4 13/22] target/ppc: Remove msr_cm macro
` [PATCH v4 14/22] target/ppc: Remove msr_ir macro
` [PATCH v4 15/22] target/ppc: Remove msr_dr macro
` [PATCH v4 16/22] target/ppc: Remove msr_ep macro
` [PATCH v4 17/22] target/ppc: Remove msr_fe0 and msr_fe1 macros
` [PATCH v4 18/22] target/ppc: Remove msr_ts macro
` [PATCH v4 19/22] target/ppc: Remove msr_hv macro
` [PATCH v4 20/22] target/ppc: Remove msr_de macro
` [PATCH v4 21/22] target/ppc: Add unused msr bits FIELDs
` [PATCH v4 22/22] target/ppc: Change MSR_* to follow POWER ISA numbering convention
[PULL v4 00/25] Misc patches for 2022-04-29
2022-05-04 21:06 UTC (2+ messages)
` [PULL 19/25] build: move vhost-vsock configuration to Kconfig
[PULL 00/15] s390x patches
2022-05-04 20:43 UTC (2+ messages)
[PATCH v3 00/21] target/ppc: Remove hidden usages of *env
2022-05-04 20:33 UTC (2+ messages)
[PATCH] checkpatch: fix g_malloc check
2022-05-04 20:31 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).