qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-04 14:32:40 to 2022-05-05 09:31:28 UTC [more...]

[PULL 00/23] target-arm queue
 2022-05-05  9:11 UTC  (4+ messages)
` [PULL 01/23] target/arm: Enable SCTLR_EL1.BT0 for aarch64-linux-user
` [PULL 07/23] target/arm: Avoid bare abort() or assert(0)
` [PULL 09/23] target/arm: Name CPState type

[PATCH v2 00/15] Misc cleanups
 2022-05-05  8:28 UTC  (20+ 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

[PULL 0/3] Block patches
 2022-05-05  8:42 UTC  (2+ messages)
` [PULL 1/3] Introduce event-loop-base abstract class

[PATCH] docs/about: Update the support statement for Windows
 2022-05-05  8:27 UTC  (3+ messages)

[PATCH 0/5] net: support for CFI with libslirp >= 4.7
 2022-05-05  8:37 UTC  (13+ 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] 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 

[RESEND][PATCH 0/2] acpi/nvdimm: support NVDIMM _LS{I,R,W} methods
 2022-05-05  8:50 UTC  (7+ messages)
` [PATCH 1/2] acpi/nvdimm: Create _LS{I,R,W} method for NVDIMM device

[PATCH] target/arm: fix s2mmu input size check
 2022-05-05  8:20 UTC  (2+ messages)

[PATCH] target/arm: read access to performance counters from EL0
 2022-05-05  8:36 UTC  (3+ messages)

[PATCH] mos6522: fix linking error when CONFIG_MOS6522 is not set
 2022-05-05  8:19 UTC  (12+ 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 v11 0/7] MSG_ZEROCOPY + multifd
 2022-05-05  8:05 UTC  (12+ messages)
` [PATCH v11 1/7] QIOChannel: Add flags on io_writev and introduce io_flush callback
` [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 v11 4/7] migration: Add migrate_use_tls() helper
` [PATCH v11 5/7] multifd: multifd_send_sync_main now returns negative on error
` [PATCH v11 6/7] multifd: Send header packet without flags if zero-copy-send is enabled
` [PATCH v11 7/7] multifd: Implement zero copy write in multifd migration (multifd-zero-copy)

iotests and python dependencies
 2022-05-05  8:09 UTC  (2+ messages)

[PATCH 0/8] qmp, hmp: statistics subsystem and KVM suport
 2022-05-05  8:00 UTC  (5+ messages)
` [PATCH 1/8] qmp: Support for querying stats

[PATCH v9 00/17] vfio-user server in QEMU
 2022-05-05  7:44 UTC  (12+ messages)
` [PATCH v9 07/17] vfio-user: define vfio-user-server object
` [PATCH v9 10/17] vfio-user: run vfio-user context

[PATCH RFC 00/10] hw/vfio, x86/iommu: IOMMUFD Dirty Tracking
 2022-05-05  7:41 UTC  (8+ messages)
` [PATCH RFC 04/10] intel_iommu: Second Stage Access Dirty bit support

[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  (24+ messages)
` [PATCH 01/16] include: move qemu_*_exec_dir() to cutils
` [PATCH 02/16] util/win32: simplify qemu_get_local_state_dir()
` [PATCH 03/16] tests: make libqmp buildable for win32
` [PATCH 04/16] compiler.h: add QEMU_{BEGIN, END}_IGNORE_INITIALIZER_OVERRIDES
` [PATCH 05/16] qobject/json-lexer: disable -Winitializer-overrides warnings
` [PATCH 06/16] include: adjust header guards after renaming
` [PATCH 07/16] qga: flatten safe_open_or_create()
` [PATCH 08/16] osdep: export qemu_open_cloexec()
` [PATCH 09/16] qga: use qemu_open_cloexec() for safe_open_or_create()
` [PATCH 10/16] qapi/error: add g_autoptr(Error) support
` [PATCH 11/16] qga: replace qemu_open_old() with qemu_open_cloexec()
` [PATCH 12/16] test/qga: use G_TEST_DIR to locate os-release test file
` [PATCH 13/16] qga/wixl: prefer variables over environment
` [PATCH 14/16] qga/wixl: require Mingw_bin
` [PATCH 15/16] qga/wixl: simplify some pre-processing
` [PATCH 16/16] qga/wixl: replace QEMU_GA_MSI_MINGW_BIN_PATH with glib bindir

[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 0/2] Upgrade mingw base packages
 2022-05-05  6:29 UTC  (2+ messages)

[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] linux-user: Expose risc-v V and H isa bit in get_elf_hwcap()
 2022-05-05  2:29 UTC  (4+ messages)

[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 

[PATCH 0/9] 9pfs: Add 9pfs support for Windows host
 2022-05-04 19:34 UTC  (11+ messages)
` [PATCH 4/9] fsdev: Add missing definitions for Windows in file-op-9p.h
` [PATCH 5/9] hw/9pfs: Add a 'local' file system backend driver for Windows
` [PATCH 9/9] hw/9p: win32: Translate Windows error number to Linux value

[PATCH v2 0/1] hw/arm/aspeed: Add fby35 machine type
 2022-05-04 19:07 UTC  (5+ messages)
` [PATCH v2 1/1] "

[PATCH for-7.1 v2 0/1] use dc->vmsd with spapr devices vmstate
 2022-05-04 18:51 UTC  (2+ messages)

[PATCH v2 0/1] Coverity fixes in hw/ppc/spapr_nvdimm.c
 2022-05-04 18:51 UTC  (2+ messages)

[PATCH v9 0/7] MSG_ZEROCOPY + multifd
 2022-05-04 17:19 UTC  (4+ messages)
` [PATCH v9 3/7] migration: Add zero-copy-send parameter for QMP/HMP for Linux

[PATCH v2 00/50] hppa: general improvements and tidy-ups
 2022-05-04 16:56 UTC  (23+ messages)
` [PATCH v2 02/50] dino: move registers from dino_init() to DINO_PCI_BRIDGE init function
` [PATCH v2 03/50] dino: move PCI bus initialisation to dino_pcihost_init()
` [PATCH v2 04/50] dino: move PCI windows "
` [PATCH v2 05/50] dino: add memory-as property containing a link to the memory address space
` [PATCH v2 06/50] dino: move pci_setup_iommu() to dino_pcihost_init()
` [PATCH v2 07/50] dino: move PCI bus master address space setup to dino_pcihost_realize()
` [PATCH v2 08/50] dino: move initial register configuration to new dino_pcihost_reset() function
` [PATCH v2 09/50] dino: use QOM cast instead of directly referencing parent_obj
` [PATCH v2 10/50] dino: return PCIBus from dino_init() using qdev_get_child_bus()
` [PATCH v2 12/50] hppa: use new CONFIG_HPPA_B160L option instead of CONFIG_DINO to build hppa machine
` [PATCH v2 23/50] lasi: checkpatch fixes

Help trying to add a new vhost-user test to qos-test
 2022-05-04 16:28 UTC 

[PATCH v2 0/9] Record/replay refactoring and stuff
 2022-05-04 15:39 UTC  (5+ messages)
` [PATCH v2 2/9] replay: notify vCPU when BH is scheduled
` [PATCH v2 4/9] replay: simplify async event processing

[PATCH] linux-user/host/s390: Treat EX and EXRL as writes
 2022-05-04 15:27 UTC  (2+ messages)

[PATCH 0/3] artist: minor fixes and performance improvement
 2022-05-04 15:43 UTC  (6+ messages)
` [PATCH 1/3] artist: checkpatch and newline style fixes
` [PATCH 2/3] artist: remove unused ROP8OFF() macro
` [PATCH 3/3] artist: only render dirty scanlines on the display surface

[PATCH v6 0/3] qtests/libqos: Allow PCI tests to be run with virt-machine
 2022-05-04 15:20 UTC  (4+ messages)
` [PATCH v6 1/3] tests/qtest/libqos/pci: Introduce pio_limit
` [PATCH v6 2/3] tests/qtest/libqos: Skip hotplug tests if pci root bus is not hotpluggable
` [PATCH v6 3/3] tests/qtest/libqos: Add generic pci host bridge in arm-virt machine

[PATCH] target/mips: Fix store adress of high 64bit in helper_msa_st_b()
 2022-05-04 14:02 UTC  (2+ messages)

[PULL 0/7] QGA patches
 2022-05-04 15:06 UTC  (2+ messages)

[PULL 00/13] Block layer patches
 2022-05-04 14:25 UTC  (10+ messages)
` [PULL 03/13] libvhost-user: Fix extra vu_add/rem_mem_reg reply
` [PULL 05/13] block: Classify bdrv_get_flags() as I/O function
` [PULL 06/13] qcow2: Do not reopen data_file in invalidate_cache
` [PULL 07/13] Revert "main-loop: Disable GLOBAL_STATE_CODE() assertions"
` [PULL 08/13] iotests: Add regression test for issue 945
` [PULL 09/13] block/vmdk: Fix reopening bs->file
` [PULL 11/13] coroutine-ucontext: use QEMU_DEFINE_STATIC_CO_TLS()
` [PULL 12/13] coroutine: "
` [PULL 13/13] coroutine-win32: "


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).