qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-12 05:51:01 to 2022-12-12 16:26:56 UTC [more...]

[RFC PATCH v2 00/22] Xen HVM support under KVM
 2022-12-12 16:26 UTC  (46+ messages)
` [RFC PATCH v2 01/22] include: import xen public headers
` [RFC PATCH v2 02/22] xen: add CONFIG_XENFV_MACHINE and CONFIG_XEN_EMU options for Xen emulation
` [RFC PATCH v2 03/22] i386/xen: Add xen-version machine property and init KVM Xen support
` [RFC PATCH v2 04/22] i386/kvm: handle Xen HVM cpuid leaves
` [RFC PATCH v2 05/22] xen-platform-pci: allow its creation with XEN_EMULATE mode
` [RFC PATCH v2 06/22] hw/xen_backend: refactor xen_be_init()
` [RFC PATCH v2 07/22] pc_piix: handle XEN_EMULATE backend init
` [RFC PATCH v2 08/22] xen_platform: exclude vfio-pci from the PCI platform unplug
` [RFC PATCH v2 09/22] pc_piix: allow xenfv machine with XEN_EMULATE
` [RFC PATCH v2 10/22] i386/xen: handle guest hypercalls
` [RFC PATCH v2 11/22] i386/xen: implement HYPERCALL_xen_version
` [RFC PATCH v2 12/22] hw/xen: Add xen_overlay device for emulating shared xenheap pages
` [RFC PATCH v2 13/22] i386/xen: implement HYPERVISOR_memory_op
` [RFC PATCH v2 14/22] i386/xen: implement HYPERVISOR_hvm_op
` [RFC PATCH v2 15/22] i386/xen: implement HYPERVISOR_vcpu_op
` [RFC PATCH v2 16/22] i386/xen: handle VCPUOP_register_vcpu_info
` [RFC PATCH v2 17/22] i386/xen: handle VCPUOP_register_vcpu_time_info
` [RFC PATCH v2 18/22] i386/xen: handle VCPUOP_register_runstate_memory_area
` [RFC PATCH v2 19/22] i386/xen: implement HVMOP_set_evtchn_upcall_vector
` [RFC PATCH v2 20/22] i386/xen: HVMOP_set_param / HVM_PARAM_CALLBACK_IRQ
` [RFC PATCH v2 21/22] i386/xen: implement HYPERVISOR_event_channel_op

[PATCH for-8.0 v2 0/2] compat machines for 8.0
 2022-12-12 16:24 UTC  (4+ messages)
` [PATCH for-8.0 v2 1/2] hw: Add "
` [PATCH for-8.0 v2 2/2] pc: clean up compat machines

[PATCH v1 00/24] vfio-user client
 2022-12-12 16:24 UTC  (16+ messages)
` [PATCH v1 03/24] vfio-user: add container IO ops vector
` [PATCH v1 04/24] vfio-user: add region cache
` [PATCH v1 05/24] vfio-user: add device IO ops vector
` [PATCH v1 06/24] vfio-user: Define type vfio_user_pci_dev_info
` [PATCH v1 07/24] vfio-user: connect vfio proxy to remote server

[PATCH-for-8.0] target/arm: Restrict arm_cpu_exec_interrupt() to TCG accelerator
 2022-12-12 16:23 UTC  (2+ messages)

[PATCH v2 0/3] Add gdbstub support to HVF
 2022-12-12 16:16 UTC  (3+ messages)
` [PATCH v2 2/3] hvf: implement guest debugging on Apple Silicon hosts

[PATCH v2 00/15] block: Simplify drain
 2022-12-12 15:57 UTC  (5+ messages)
` [PATCH v2 14/15] block: Don't poll in bdrv_replace_child_noperm()

[PATCH 0/5] Clean up dependencies of ACPI controllers
 2022-12-12 15:54 UTC  (8+ messages)
` [PATCH 3/5] hw/acpi/Kconfig: Add missing dependencies to ACPI_ICH9
` [PATCH 4/5] hw/isa/Kconfig: Add missing dependency to VT82C686
` [PATCH 5/5] hw/ppc/Kconfig: Remove unused dependencies from PEGASOS2

[PATCH] virtiofsd: support setting multiple request virtqueues
 2022-12-12 15:51 UTC  (3+ messages)
  `  "

[PATCH] tpm: add backend for mssim
 2022-12-12 15:47 UTC  (11+ messages)

[PATCH v3] hw/rtc/mc146818rtc: Make this rtc device target independent
 2022-12-12 15:44 UTC  (5+ messages)

[PATCH v3 0/8] accel/tcg: Rewrite user-only vma tracking
 2022-12-12 15:28 UTC  (4+ messages)
` [PATCH v3 7/8] accel/tcg: Move PageDesc tree into tb-maint.c for system

[PATCH v3 0/2] hw/nvme: Add shadow doorbell buffer support
 2022-12-12 15:18 UTC  (13+ messages)
` [PATCH v3 1/2] hw/nvme: Implement "

[PATCH v2] target/sh4: Fix TB_FLAG_UNALIGN
 2022-12-12 15:17 UTC  (5+ messages)

[PATCH] s390x/pci: reset ISM passthrough devices on shutdown and system reset
 2022-12-12 15:03 UTC  (4+ messages)

[PATCH] mailmap: Fix Stefan Weil author email
 2022-12-12 14:58 UTC  (2+ messages)

[PATCH-for-8.0 v2 00/11] hw/mips/malta: Generate nanoMIPS bootloader with bootloader generator API
 2022-12-12 14:58 UTC  (22+ messages)
` [PATCH-for-8.0 v2 01/11] hw/mips/bootloader: Handle buffers as opaque arrays
` [PATCH-for-8.0 v2 03/11] hw/mips/bootloader: Implement nanoMIPS SW opcode generator
` [PATCH-for-8.0 v2 04/11] hw/mips/bootloader: Implement nanoMIPS LI (LUI+ORI) "
` [PATCH-for-8.0 v2 05/11] hw/mips/bootloader: Implement nanoMIPS JALRc "
` [PATCH-for-8.0 v2 06/11] hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (1/5)
` [PATCH-for-8.0 v2 07/11] hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (2/5)
` [PATCH-for-8.0 v2 08/11] hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (3/5)
` [PATCH-for-8.0 v2 09/11] hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (4/5)
` [PATCH-for-8.0 v2 10/11] hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (5/5)
` [PATCH-for-8.0 v2 11/11] hw/mips/malta: Merge common BL code as bl_setup_gt64120_jump_kernel()

[PATCH] ui/gtk: use correct scale for cursors
 2022-12-12  8:44 UTC 

[PATCH] target/arm:Set lg_page_size to 0 if either S1 or S2 asks for it
 2022-12-12 14:27 UTC 

CVMSEG Emulation
 2022-12-12 14:17 UTC  (6+ messages)

[PATCH for-8.0 00/30] Meson changes for QEMU 8.0
 2022-12-12 14:02 UTC  (44+ messages)
` [PATCH 04/30] configure: preserve qemu-ga variables
` [PATCH 05/30] configure: remove backwards-compatibility and obsolete options
` [PATCH 06/30] meson: tweak hardening options for Windows
` [PATCH 07/30] meson: support meson 0.64 -Doptimization=plain
` [PATCH 09/30] meson: use prefer_static option
` [PATCH 10/30] meson: remove static_kwargs
` [PATCH 11/30] meson: cleanup dummy-cpus.c rules
` [PATCH 12/30] modinfo: lookup compile_commands.json by object
` [PATCH 13/30] configure: remove backwards-compatibility code
` [PATCH 15/30] meson: cleanup compiler detection
` [PATCH 17/30] configure: remove pkg-config functions
` [PATCH 18/30] configure, meson: move --enable-modules to Meson
` [PATCH 20/30] meson: prepare move of QEMU_CFLAGS to meson
` [PATCH 21/30] build: move sanitizer tests "
` [PATCH 23/30] build: move coroutine backend selection "
` [PATCH 24/30] build: move stack protector flag "
` [PATCH 25/30] build: move warning "
` [PATCH 26/30] build: move remaining compiler flag tests "
` [PATCH 28/30] docs: update build system docs
` [PATCH 29/30] configure: do not rerun the tests with -Werror
` [PATCH 30/30] meson: always log qemu-iotests verbosely

[Qemu-devel] [Bug 1523246] [NEW] Cannot TRIM with VirtIO
 2022-12-12 13:33 UTC  (5+ messages)
` [Bug 1523246] Re: Virtio-blk does not support TRIM

[PATCH 0/3] block: remove separate bdrv_file_open callback
 2022-12-12 13:17 UTC  (4+ messages)
` [PATCH 1/3] block: apply assertion more widely
` [PATCH 2/3] block: do not check bdrv_file_open
` [PATCH 3/3] block: remove separate bdrv_file_open callback

[PATCH v3] tests/qtest: netdev: test stream and dgram backends
 2022-12-12 13:20 UTC  (2+ messages)

[PATCH 00/12] More cleanups and fixes for drain
 2022-12-12 12:59 UTC  (16+ messages)
` [PATCH 01/15] Revert "block: Remove poll parameter from bdrv_parent_drained_begin_single()"
` [PATCH 02/15] Revert "block: Don't poll in bdrv_replace_child_noperm()"
` [PATCH 03/15] block: Pull polling out of bdrv_parent_drained_begin_single()
` [PATCH 04/15] test-bdrv-drain.c: remove test_detach_by_parent_cb()
` [PATCH 05/15] tests/unit/test-bdrv-drain.c: graph setup functions can't run in coroutines
` [PATCH 06/15] tests/qemu-iotests/030: test_stream_parallel should use auto_finalize=False
` [PATCH 07/15] block-backend: enter aio coroutine only after drain
` [PATCH 08/15] nbd: a BlockExport always has a BlockBackend
` [PATCH 09/15] block-backend: make global properties write-once
` [PATCH 10/15] block-backend: always wait for drain before starting operation
` [PATCH 11/15] block-backend: make queued_requests thread-safe
` [PATCH 12/15] block: limit bdrv_co_yield_to_drain to drain_begin
` [PATCH 13/15] block: second argument of bdrv_do_drained_end is always NULL
` [PATCH 14/15] block: second argument of bdrv_do_drained_begin and bdrv_drain_poll "
` [PATCH 15/15] block: only get out of coroutine context for polling

[PATCH] qga-win: replace libpcre with libpcre2 in MSI package
 2022-12-12 13:07 UTC 

[PATCH v4 0/4] hw/nvme: fix broken shadow doorbells on some platforms
 2022-12-12 12:53 UTC  (6+ messages)
` [PATCH v4 1/4] hw/nvme: use QOM accessors
` [PATCH v4 2/4] hw/nvme: rename shadow doorbell related trace events
` [PATCH v4 3/4] hw/nvme: fix missing endian conversions for doorbell buffers
` [PATCH v4 4/4] hw/nvme: fix missing cq eventidx update

[PATCH] tests/qtest/vhost-user-blk-test: don't abort all qtests on missing envar
 2022-12-12 12:43 UTC  (2+ messages)

[PATCH v2 0/2] qga: improve "syslog" domain logging
 2022-12-12 12:29 UTC  (3+ messages)

[PATCH] FreeBSD: Upgrade to 12.4 release
 2022-12-12 12:26 UTC  (2+ messages)

[PATCH v2 1/4] .gitlab-ci.d/windows.yml: Unify the prerequisite packages
 2022-12-12 12:06 UTC  (3+ messages)
` [PATCH v2 4/4] tests/qtest: Enable qtest build on Windows

[PATCH] tests/qtest/libqos/e1000e: Correctly group register accesses
 2022-12-12 11:59 UTC  (2+ messages)

[PATCH] tests/qtest/e1000e-test: De-duplicate constants
 2022-12-12 11:54 UTC  (2+ messages)

[PATCH v3 0/4] hw/nvme: fix broken shadow doorbells on some platforms
 2022-12-12 11:39 UTC  (8+ messages)
` [PATCH v3 1/4] hw/nvme: use QOM accessors
` [PATCH v3 2/4] hw/nvme: rename shadow doorbell related trace events
` [PATCH v3 3/4] hw/nvme: fix missing endian conversions for doorbell buffers
` [PATCH v3 4/4] hw/nvme: fix missing cq eventidx update

[PATCH] tests/qtest/libqos/e1000e: Remove "other" interrupts
 2022-12-12 11:43 UTC  (2+ messages)

[PATCH 0/2] Clean up includes
 2022-12-12 11:33 UTC  (5+ messages)
` [PATCH 1/2] include/hw/virtio: Break inclusion loop
` [PATCH 2/2] include: Include headers where needed

[PATCH v2 0/5] Nested virtualization fixes for QEMU
 2022-12-12 11:12 UTC  (6+ messages)
` [PATCH v2 2/5] target/riscv: Update VS timer whenever htimedelta changes

[PATCH 0/5] include/hw/pci include/hw/cxl: Clean up includes
 2022-12-12 10:54 UTC  (8+ messages)
` [PATCH 1/5] include/hw/pci: Clean up superfluous inclusion of pci*/*.h cxl/*.h
` [PATCH 2/5] include/hw/cxl: Include hw/cxl/*.h where needed
` [PATCH 6/5] include/hw/cxl: Break inclusion loop

[PATCH v4 0/4] compare machine type compat_props
 2022-12-12 10:53 UTC  (3+ messages)
` [PATCH v4 4/4] scripts: add script to compare compatible properties

[PATCH-for-8.0] hw/acpi: Rename tco.c -> ich9_tco.c
 2022-12-12 10:51 UTC 

[PATCH v2 0/5] Add qemu-img checksum command using blkhash
 2022-12-12 10:43 UTC  (11+ messages)
` [PATCH v2 1/5] qemu-img.c: Move IO_BUF_SIZE to the top of the file
` [PATCH v2 2/5] Support format or cache specific out file
` [PATCH v2 3/5] qemu-img: Add checksum command
` [PATCH v2 4/5] iotests: Test qemu-img checksum
` [PATCH v2 5/5] qemu-img: Speed up checksum

[PATCH] include: Don't include qemu/osdep.h
 2022-12-12 10:25 UTC  (3+ messages)

[PATCH v4] riscv: Allow user to set the satp mode
 2022-12-12 10:22 UTC 

[PATCH v13 0/7] s390x: CPU Topology
 2022-12-12 10:17 UTC  (17+ messages)
` [PATCH v13 1/7] s390x/cpu topology: Creating CPU topology device
` [PATCH v13 2/7] s390x/cpu topology: reporting the CPU topology to the guest
` [PATCH v13 4/7] s390x/cpu_topology: CPU topology migration

[PATCH 1/1] qemu-iotests/stream-under-throttle: do not shutdown QEMU
 2022-12-12 10:13 UTC  (2+ messages)

[PATCH v2 00/14] ui: Move and clean up monitor command code
 2022-12-12 10:08 UTC  (3+ messages)
` [PATCH v2 11/14] ui: Move HMP commands from monitor to new ui/ui-hmp-cmds.c

[PATCH 00/11] Add support for the T-Head vendor extensions
 2022-12-12  9:21 UTC  (5+ messages)
` [PATCH 03/11] RISC-V: Adding T-Head SYNC instructions

[PATCH 0/3] s390x/pci: rpcit fixes and enhancements
 2022-12-12  8:37 UTC  (2+ messages)

[PATCH-for-8.0 0/7] hw/mips: Make gt64xxx_pci.c endian-agnostic
 2022-12-12  8:02 UTC  (6+ messages)
` [PATCH-for-8.0 1/7] hw/mips/Kconfig: Introduce CONFIG_GT64120 to select gt64xxx_pci.c

[PATCH v2 for-8.0] hw/rtc/mc146818rtc: Make this rtc device target independent
 2022-12-12  7:51 UTC  (3+ messages)

[PATCH] linux-user: Enhance strace output for various syscalls
 2022-12-12  7:47 UTC  (2+ messages)

[PATCH 0/4] hw/ppc: Clean up includes
 2022-12-12  7:28 UTC  (4+ messages)
` [PATCH 3/4] include/hw/ppc: Don't include hw/pci-host/pnv_phb.h from pnv.h

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-12  7:23 UTC  (9+ messages)
` [PATCH v10 6/9] KVM: Unmap existing mappings when change the memory attributes
` [PATCH v10 8/9] KVM: Handle page fault for private memory

[PATCH] linux-user: Add emulation for MADV_WIPEONFORK and MADV_KEEPONFORK in madvise()
 2022-12-12  7:00 UTC 

[PATCH v3 01/16] hw/riscv: Select MSI_NONBROKEN in SIFIVE_PLIC
 2022-12-12  6:11 UTC  (3+ messages)
` [PATCH v3 16/16] hw/intc: sifive_plic: Fix the pending register range check

[PATCH v3 0/3] target/riscv: Apply KVM policy to ISA extensions
 2022-12-12  6:01 UTC  (2+ messages)

[RFC PATCH] RISC-V: Save mmu_idx using FIELD_DP32 not OR
 2022-12-12  5:51 UTC  (2+ messages)


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