qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-02 08:37:21 to 2023-03-02 13:08:46 UTC [more...]

[PATCH 0/6] block: switch to AIO_WAIT_WHILE_UNLOCKED() where possible
 2023-03-02 13:08 UTC  (6+ messages)
` [PATCH 2/6] block: convert blk_exp_close_all_type() to AIO_WAIT_WHILE_UNLOCKED()
` [PATCH 3/6] block: convert bdrv_graph_wrlock() "

[PATCH v4 00/27] target/s390x: pc-relative translation blocks
 2023-03-02 13:03 UTC  (5+ messages)
` [PATCH v4 27/27] target/s390x: Enable TARGET_TB_PCREL

[PULL 00/10] Bsd user 2023q1 patches
 2023-03-02 13:01 UTC  (2+ messages)

[PULL 0/5] Monitor patches for 2023-03-02
 2023-03-02 13:01 UTC  (2+ messages)

[PULL 00/62] i386, misc changes for QEMU 8.0 soft freeze
 2023-03-02 12:30 UTC  (63+ messages)
` [PULL 01/62] include: import Xen public headers to hw/xen/interface
` [PULL 02/62] xen: add CONFIG_XEN_BUS and CONFIG_XEN_EMU options for Xen emulation
` [PULL 03/62] xen: Add XEN_DISABLED mode and make it default
` [PULL 04/62] i386/kvm: Add xen-version KVM accelerator property and init KVM Xen support
` [PULL 05/62] i386/kvm: handle Xen HVM cpuid leaves
` [PULL 06/62] i386/kvm: Set Xen vCPU ID in KVM
` [PULL 07/62] xen-platform: exclude vfio-pci from the PCI platform unplug
` [PULL 08/62] xen-platform: allow its creation with XEN_EMULATE mode
` [PULL 09/62] i386/xen: handle guest hypercalls
` [PULL 10/62] i386/xen: implement HYPERVISOR_xen_version
` [PULL 11/62] i386/xen: implement HYPERVISOR_sched_op, SCHEDOP_shutdown
` [PULL 12/62] i386/xen: Implement SCHEDOP_poll and SCHEDOP_yield
` [PULL 13/62] hw/xen: Add xen_overlay device for emulating shared xenheap pages
` [PULL 14/62] xen: Permit --xen-domid argument when accel is KVM
` [PULL 15/62] i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE mode
` [PULL 16/62] i386/xen: manage and save/restore Xen guest long_mode setting
` [PULL 17/62] i386/xen: implement HYPERVISOR_memory_op
` [PULL 18/62] i386/xen: implement XENMEM_add_to_physmap_batch
` [PULL 19/62] i386/xen: implement HYPERVISOR_hvm_op
` [PULL 20/62] i386/xen: implement HYPERVISOR_vcpu_op
` [PULL 21/62] i386/xen: handle VCPUOP_register_vcpu_info
` [PULL 22/62] i386/xen: handle VCPUOP_register_vcpu_time_info
` [PULL 23/62] i386/xen: handle VCPUOP_register_runstate_memory_area
` [PULL 24/62] i386/xen: implement HYPERVISOR_event_channel_op
` [PULL 25/62] i386/xen: implement HVMOP_set_evtchn_upcall_vector
` [PULL 26/62] i386/xen: implement HVMOP_set_param
` [PULL 27/62] hw/xen: Add xen_evtchn device for event channel emulation
` [PULL 28/62] i386/xen: Add support for Xen event channel delivery to vCPU
` [PULL 29/62] hw/xen: Implement EVTCHNOP_status
` [PULL 30/62] hw/xen: Implement EVTCHNOP_close
` [PULL 31/62] hw/xen: Implement EVTCHNOP_unmask
` [PULL 32/62] hw/xen: Implement EVTCHNOP_bind_virq
` [PULL 33/62] hw/xen: Implement EVTCHNOP_bind_ipi
` [PULL 34/62] hw/xen: Implement EVTCHNOP_send
` [PULL 35/62] hw/xen: Implement EVTCHNOP_alloc_unbound
` [PULL 36/62] hw/xen: Implement EVTCHNOP_bind_interdomain
` [PULL 37/62] hw/xen: Implement EVTCHNOP_bind_vcpu
` [PULL 38/62] hw/xen: Implement EVTCHNOP_reset
` [PULL 39/62] i386/xen: add monitor commands to test event injection
` [PULL 40/62] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callback
` [PULL 41/62] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callback
` [PULL 42/62] kvm/i386: Add xen-gnttab-max-frames property
` [PULL 43/62] hw/xen: Add xen_gnttab device for grant table emulation
` [PULL 44/62] hw/xen: Support mapping grant frames
` [PULL 45/62] i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_verson
` [PULL 46/62] hw/xen: Implement GNTTABOP_query_size
` [PULL 47/62] i386/xen: handle PV timer hypercalls
` [PULL 48/62] i386/xen: Reserve Xen special pages for console, xenstore rings
` [PULL 49/62] i386/xen: handle HVMOP_get_param
` [PULL 50/62] hw/xen: Add backend implementation of interdomain event channel support
` [PULL 51/62] hw/xen: Add xen_xenstore device for xenstore emulation
` [PULL 52/62] hw/xen: Add basic ring handling to xenstore
` [PULL 53/62] hw/xen: Automatically add xen-platform PCI device for emulated Xen guests
` [PULL 54/62] i386/xen: Implement HYPERVISOR_physdev_op
` [PULL 55/62] hw/xen: Implement emulated PIRQ hypercall support
` [PULL 56/62] hw/xen: Support GSI mapping to PIRQ
` [PULL 57/62] hw/xen: Support MSI "
` [PULL 58/62] kvm/i386: Add xen-evtchn-max-pirq property
` [PULL 59/62] i386/xen: Document Xen HVM emulation
` [PULL 60/62] hw/xen: Subsume xen_be_register_common() into xen_be_init()
` [PULL 61/62] qapi: Add 'acpi' field to 'query-machines' output
` [PULL 62/62] Makefile: qemu-bundle is a directory

[PATCH 00/33] pci(pc/q35): acpi-index support on non-hotpluggable slots
 2023-03-02 12:55 UTC  (8+ messages)
` [PATCH 14/33] tests: acpi: update expected blobs

[PATCH 0/9] mirror: allow switching from background to active mode
 2023-03-02 12:34 UTC  (9+ messages)
` [PATCH 3/9] mirror: implement mirror_change method
` [PATCH 8/9] mirror: return the remaining dirty bytes upon query

[PATCH v5 0/7] Pegasos2 fixes and audio output support
 2023-03-02 12:46 UTC  (20+ messages)
` [PATCH v5 2/7] Revert "hw/isa/vt82c686: Remove intermediate IRQ forwarder"
` [PATCH v5 5/7] hw/isa/vt82c686: Work around missing level sensitive irq in i8259 model
                    ` [PATCH] hw/intc/i8259: Implement legacy LTIM Edge/Level Bank Select

[PATCH] hw/virtio/vhost-user: avoid using unitialized errp
 2023-03-02 12:31 UTC  (2+ messages)

[PULL v2 00/24] testing updates (gitlab, cirrus, docker, avocado, windows)
 2023-03-02 12:37 UTC  (16+ messages)

[PATCH] vfio: Fix vfio_get_dev_region() trace event
 2023-03-02 12:29 UTC  (2+ messages)

[PULL 00/53] virtio,pc,pci: features, cleanups, fixes
 2023-03-02 12:16 UTC  (11+ messages)
` [PULL 07/53] Revert "x86: return modified setup_data only if read as memory, not as file"
` [PULL 13/53] vhost-user-rng: Back up vqs before cleaning up vhost_dev
` [PULL 16/53] docs: vhost-user: replace _SLAVE_ with _BACKEND_
` [PULL 31/53] pcie: set power indicator to off on reset by default
` [PULL 35/53] chardev/char-socket: set s->listener = NULL in char_socket_finalize
` [PULL 48/53] hw/i386/acpi: Drop duplicate _UID entry for CXL root bridge

[virtio-dev] [RFC QEMU] docs: vhost-user: Add custom memory mapping support
 2023-03-02 12:08 UTC  (5+ messages)

[PATCH] hostmem: Add clear option to file backend
 2023-03-02 11:57 UTC  (8+ messages)
  ` [External] "

[PATCH 0/3] Migration: Make more ram_counters atomic
 2023-03-02 11:52 UTC  (7+ messages)
` [PATCH 1/3] migration: Merge ram_counters and ram_atomic_counters
` [PATCH 2/3] migration: Update atomic stats out of the mutex
` [PATCH 3/3] migration: Make multifd_bytes atomic

[PATCH v8 0/4] riscv: Add support for Zicbo[m,z,p] instructions
 2023-03-02 11:48 UTC  (2+ messages)

[RFC PATCH v1 11/12] hw: arm: allwinner-r40: Fix the mmc controller's type
 2023-03-02 11:43 UTC  (2+ messages)
` [RFC PATCH v1 12/12] hw: arm: allwinner-r40: Add emac and gmac support

[RFC PATCH v1 00/12] *** Add allwinner R40 device support ***
 2023-03-02 11:40 UTC  (11+ messages)
` [RFC PATCH v1 01/12] hw: allwinner-i2c: Make the trace message more readable
` [RFC PATCH v1 02/12] hw: allwinner-i2c: Fix TWI_CNTR_INT_FLAG on SUN6i SoCs
` [RFC PATCH v1 03/12] hw: arm: allwinner-h3: Fix and complete H3 i2c devices
` [RFC PATCH v1 04/12] hw: arm: Add bananapi M2-Ultra and allwinner-r40 support
` [RFC PATCH v1 05/12] hw/arm/allwinner-r40: add Clock Control Unit
` [RFC PATCH v1 06/12] hw: allwinner-r40: Complete uart devices
` [RFC PATCH v1 07/12] hw: arm: allwinner-r40: Add 5 TWI controllers
` [RFC PATCH v1 08/12] hw/misc: AXP221 PMU Emulation
` [RFC PATCH v1 09/12] hw/arm/allwinner-r40: add SDRAM controller device
` [RFC PATCH v1 10/12] hw: sd: allwinner-sdhost: Add sun50i-a64 SoC support

[PATCH] vhost: accept VIRTIO_F_ORDER_PLATFORM as a valid SVQ feature
 2023-03-02 11:43 UTC  (8+ messages)

[PATCH v3 07/10] qapi: implement conditional command arguments
 2023-03-02 11:09 UTC  (12+ messages)

[PATCH v2 0/2] QGA installer fixes
 2023-03-02 11:06 UTC  (5+ messages)

[PATCH v6 0/8] hw/cxl: RAS error emulation and injection
 2023-03-02 10:55 UTC  (5+ messages)
` [PATCH v6 8/8] hw/mem/cxl_type3: Add CXL RAS Error Injection Support

[PULL v2 00/62] tcg patch queue
 2023-03-02 10:53 UTC  (2+ messages)

[PATCH] acpi: cpuhp: fix guest-visible maximum access size to the legacy reg block
 2023-03-02 10:38 UTC  (7+ messages)

Bug in master branch: IbmPrep40pMachine.test_factory_firmware_and_netbsd broken
 2023-03-02 10:36 UTC  (5+ messages)

[PATCH v3 0/6] hw/cxl: Poison get, inject, clear
 2023-03-02 10:17 UTC  (7+ messages)
` [PATCH v3 1/6] hw/cxl: rename mailbox return code type from ret_code to CXLRetCode
` [PATCH v3 2/6] hw/cxl: Introduce cxl_device_get_timestamp() utility function
` [PATCH v3 3/6] bswap: Add the ability to store to an unaligned 24 bit field
` [PATCH v3 4/6] hw/cxl: QMP based poison injection support
` [PATCH v3 5/6] hw/cxl: Add poison injection via the mailbox
` [PATCH v3 6/6] hw/cxl: Add clear poison mailbox command support

[PATCH] tests/data/acpi/virt: drop (most) duplicate files
 2023-03-02 10:15 UTC  (2+ messages)

[PATCH] virtio: refresh vring region cache after updating a virtqueue size
 2023-03-02 10:14 UTC 

[PATCH v5 00/18] pci hotplug tracking
 2023-03-02 10:05 UTC  (22+ messages)
` [PATCH v5 13/18] pci: introduce pci_find_the_only_child()
` [PATCH v5 18/18] qapi: introduce DEVICE_ON event

[PATCH v2] virtio: fix reachable assertion due to stale value of cached region size
 2023-03-02 10:03 UTC 

[PATCH v2 0/1] hw/riscv/virt.c: add cbo[mz]-block-size fdt properties
 2023-03-02  9:57 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH] virtio: fix reachable assertion due to stale value of cached region size
 2023-03-02  9:57 UTC  (3+ messages)

[PATCH v2 0/6] hw/cxl: Poison get, inject, clear
 2023-03-02  9:49 UTC  (3+ messages)

[PATCH RFC 0/4] memory: Fix (/ Discuss) a few rcu issues
 2023-03-02  9:46 UTC  (2+ messages)

[PATCH v3 00/10] Teach 'getfd' QMP command to import win32 sockets
 2023-03-02  9:34 UTC  (3+ messages)
` [PATCH v3 06/10] monitor: release the lock before calling close()

[PATCH][RESEND v3 0/3] Hyper-V Dynamic Memory Protocol driver (hv-balloon)
 2023-03-02  9:28 UTC  (11+ messages)
` [PATCH][RESEND v3 1/3] hapvdimm: add a virtual DIMM device for memory hot-add protocols

[PATCH v6 0/4] memory: prevent dma-reentracy issues
 2023-03-02  9:25 UTC  (4+ messages)
` [PATCH v6 4/4] hw: replace most qemu_bh_new calls with qemu_bh_new_guarded

[RFC PATCH v3 0/4] i386/sev: Support measured direct kernel boot on SNP
 2023-03-02  9:23 UTC  (5+ messages)
` [RFC PATCH v3 1/4] qapi, i386: Move kernel-hashes to SevCommonProperties
` [RFC PATCH v3 2/4] i386/sev: Extract build_kernel_loader_hashes
` [RFC PATCH v3 3/4] i386/sev: Reorder struct declarations
` [RFC PATCH v3 4/4] i386/sev: Allow measured direct kernel boot on SNP

[PATCH V5 0/8] Add basic ACPI support for risc-v virt
 2023-03-02  9:12 UTC  (9+ messages)
` [PATCH V5 1/8] hw/riscv/virt: Add OEM_ID and OEM_TABLE_ID fields
` [PATCH V5 2/8] hw/riscv/virt: Add a switch to disable ACPI
` [PATCH V5 3/8] hw/riscv/virt: Add memmap pointer to RiscVVirtState
` [PATCH V5 4/8] hw/riscv/virt: Enable basic ACPI infrastructure
` [PATCH V5 5/8] hw/riscv/virt: virt-acpi-build.c: Add RINTC in MADT
` [PATCH V5 6/8] hw/riscv/virt: virt-acpi-build.c: Add RHCT Table
` [PATCH V5 7/8] hw/riscv/virt.c: Initialize the ACPI tables
` [PATCH V5 8/8] MAINTAINERS: Add entry for RISC-V ACPI

[PATCH 0/1] hw/riscv/virt.c: add cbom-block-size fdt property
 2023-03-02  8:37 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v2 00/11] aspeed queue
 2023-03-02  9:02 UTC  (4+ messages)
` [PATCH v2 09/11] aspeed: Introduce a spi_boot region under the SoC

[PATCH v16 00/11] s390x: CPU Topology
 2023-03-02  8:58 UTC  (4+ messages)
` [PATCH v16 11/11] docs/s390x/cpu topology: document s390x cpu topology

Emulating device configuration / max_virtqueue_pairs in vhost-vdpa and vhost-user
 2023-03-02  8:48 UTC  (4+ 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).