qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-13 08:04:05 to 2024-02-13 18:44:33 UTC [more...]

[PATCH v4 00/18] TCG Plugin inline operation enhancement
 2024-02-13 18:44 UTC  (26+ messages)
` [PATCH v4 01/18] plugins: remove previous n_vcpus functions from API
` [PATCH v4 02/18] plugins: add qemu_plugin_num_vcpus function
` [PATCH v4 03/18] plugins: fix order of init/idle/resume callback
` [PATCH v4 04/18] cpu: call plugin init hook asynchronously
` [PATCH v4 05/18] plugins: scoreboard API
` [PATCH v4 06/18] plugins: define qemu_plugin_u64
` [PATCH v4 07/18] docs/devel: plugins can trigger a tb flush
` [PATCH v4 08/18] plugins: implement inline operation relative to cpu_index
` [PATCH v4 09/18] plugins: add inline operation per vcpu
` [PATCH v4 10/18] tests/plugin: add test plugin for inline operations
` [PATCH v4 11/18] tests/plugin/mem: migrate to new per_vcpu API
` [PATCH v4 12/18] tests/plugin/insn: "
` [PATCH v4 13/18] tests/plugin/bb: "
` [PATCH v4 14/18] contrib/plugins/hotblocks: "
` [PATCH v4 15/18] contrib/plugins/howvec: "
` [PATCH v4 16/18] plugins: remove non per_vcpu inline operation from API
` [PATCH v4 17/18] plugins: cleanup codepath for previous inline operation
` [PATCH v4 18/18] MAINTAINERS: Add myself as reviewer for TCG Plugins

[PATCH v4 0/4] VIRTIO-IOMMU: Introduce an aw-bits option
 2024-02-13 18:28 UTC  (5+ messages)
` [PATCH v4 1/4] virtio-iommu: Add an option to define the input range width
` [PATCH v4 2/4] virtio-iommu: Trace domain range limits as unsigned int
` [PATCH v4 3/4] hw: Set virtio-iommu aw-bits default value on pc_q35 and arm virt
` [PATCH v4 4/4] qemu-options.hx: Add an entry for virtio-iommu-pci and document aw-bits

[PATCH v1 00/15] libvhost-user: support more memslots and cleanup memslot handling code
 2024-02-13 18:27 UTC  (6+ messages)
` [PATCH v1 01/15] libvhost-user: Fix msg_region->userspace_addr computation

[PATCH 0/4] char: Minor fixes, and a tighter QAPI schema
 2024-02-13 18:25 UTC  (4+ messages)
` [PATCH 1/4] chardev/parallel: Don't close stdin on inappropriate device

[PATCH v3 0/9] Enabling DCD emulation support in Qemu
 2024-02-13 18:21 UTC  (16+ messages)
` [PATCH v3 5/9] hw/mem/cxl_type3: Add host backend and address space handling for DC regions
` [PATCH v3 8/9] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
` [PATCH v3 9/9] hw/mem/cxl_type3: Add dpa range validation for accesses to dc regions

[PATCH 0/3] hw/usb: Rename NB_PORTS -> UHCI_PORTS / EHCI_PORTS
 2024-02-13 18:12 UTC  (2+ messages)

[PULL 00/12] Hppa64 patches
 2024-02-13 18:09 UTC  (3+ messages)

[PATCH] hw/i386/q35: Simplify pc_q35_init() since PCI is always enabled
 2024-02-13 18:03 UTC  (2+ messages)

[PATCH v4 00/12] hw: Strengthen SysBus & QBus API
 2024-02-13 17:43 UTC  (18+ messages)
` [PATCH v4 01/12] hw/ide/ich9: Use AHCIPCIState typedef
` [PATCH v4 02/12] hw/rx/rx62n: Reduce inclusion of 'qemu/units.h'
` [PATCH v4 03/12] hw/rx/rx62n: Only call qdev_get_gpio_in() when necessary
` [PATCH v4 04/12] hw/i386/q35: Realize LPC PCI function before accessing it
` [PATCH v4 05/12] hw/ppc/prep: Realize ISA bridge "
` [PATCH v4 06/12] hw/misc/macio: Realize IDE controller "
` [PATCH v4 07/12] hw/sh4/r2d: "
` [PATCH v4 08/12] hw/sparc/sun4m: Realize DMA "
` [PATCH v4 09/12] hw/sparc/leon3: Realize GRLIB IRQ "
` [PATCH v4 10/12] hw/sparc/leon3: Pass DeviceState opaque argument to leon3_set_pil_in()
` [PATCH v4 11/12] hw/sparc/leon3: Initialize GPIO before realizing CPU devices
` [PATCH v4 12/12] hw/sparc64/cpu: "

[PULL 00/15] Trivial patches for 2024-02-13
 2024-02-13 17:01 UTC  (11+ messages)
` [PULL 01/15] hw/isa/vt82c686: Consolidate the use of device_class_set_parent_realize()
` [PULL 06/15] hw/smbios: Fix port connector option validation
` [PULL 07/15] MAINTAINERS: Cover qapi/cxl.json
` [PULL 10/15] iothread: Simplify expression in qemu_in_iothread()
` [PULL 11/15] qemu-options.hx: document that tftp=dir is readonly
` [PULL 12/15] qemu-options.hx: Add zoom-to-fit to option summary for gtk
` [PULL 13/15] system: Move memory_ldst.c.inc to system
` [PULL 14/15] cpu-target: Include missing 'exec/memory.h' header
` [PULL 15/15] monitor/target: "

[RFC PATCH SET] cxl: add poison event handler
 2024-02-13 16:51 UTC  (7+ messages)
` [RFC PATCH 1/2] hw/cxl/type3: add missing flag bit for GMER
` [RFC PATCH 2/2] hw/cxl/type3: send a GMER while injecting poison
` [RFC PATCH 5/5] cxl/core: add poison injection event handler

[PATCH 0/9] hw/ide/ahci: Housekeeping
 2024-02-13 16:50 UTC  (20+ messages)
` [PATCH 1/9] hw/i386/q35: Use DEVICE() cast macro with PCIDevice object
` [PATCH 2/9] hw/ide/ahci: Expose AHCIPCIState structure
` [PATCH 3/9] hw/ide/ahci: Rename AHCI PCI function as 'pdev'
` [PATCH 4/9] hw/ide/ahci: Inline ahci_get_num_ports()
` [PATCH 5/9] hw/ide/ahci: Pass AHCI context to ahci_ide_create_devs()
` [PATCH 6/9] hw/ide/ahci: Convert AHCIState::ports to unsigned
` [PATCH 7/9] hw/ide/ahci: Do not pass 'ports' argument to ahci_realize()
` [PATCH 8/9] hw/ide/ahci: Remove SysbusAHCIState::num_ports field
` [PATCH 9/9] hw/ide/ahci: Move SysBus definitions to 'ahci-sysbus.h'

[RFC PATCH 00/11] target/mips: Remove I6500 CPU definition
 2024-02-13 16:32 UTC  (2+ messages)

[PATCH v2 0/7] Move memory listener register to vhost_vdpa_init
 2024-02-13 16:26 UTC  (5+ messages)
` [PATCH v2 6/7] vdpa: move iova_tree allocation to net_vhost_vdpa_init

[PATCH 0/7] hw/i386: Cleanups around 'hw/i386/pc.h'
 2024-02-13 16:00 UTC  (11+ messages)
` [PATCH 1/7] target/i386/monitor: Remove unused 'hw/i386/pc.h' header
` [PATCH 2/7] hw/timer: Move HPET_INTCAP definition to "hpet.h"
` [PATCH 3/7] hw/isa/lpc_ich9: Remove unused 'hw/i386/pc.h'
` [PATCH 4/7] hw/i386/acpi: Declare pc_madt_cpu_entry() in 'acpi-common.h'
` [PATCH 5/7] hw/i386/port92: Add missing 'hw/isa/isa.h' header
` [PATCH 6/7] hw/acpi/cpu_hotplug: Include 'pci_device.h' instead of 'pci.h'
` [PATCH 7/7] hw/acpi/cpu_hotplug: Include 'x86.h' instead of 'pc.h'

[PATCH] hw/dma: Pass parent object to i8257_dma_init()
 2024-02-13 15:58 UTC  (2+ messages)

[PATCH 0/4] Add ivshmem-flat device
 2024-02-13 15:56 UTC  (3+ messages)
` [PATCH 2/4] tests/qtest: Reorganize common code in ivshmem-test

[PATCH v3 0/9] mips: do not list individual devices from configs/
 2024-02-13 15:50 UTC  (10+ messages)
` [PATCH v3 1/9] usb: inline device creation functions
` [PATCH v3 2/9] isa: clean up Kconfig selections for ISA_SUPERIO
` [PATCH v3 3/9] hw/mips/Kconfig: Remove ISA dependencies from MIPSsim board
` [PATCH v3 4/9] isa: fix ISA_SUPERIO dependencies
` [PATCH v3 5/9] isa: specify instance_size in isa_superio_type_info
` [PATCH v3 6/9] isa: extract FDC37M81X to a separate file
` [PATCH v3 7/9] mips: allow compiling out CONFIG_MIPS_ITU
` [PATCH v3 8/9] mips/loongson3_virt: do not require CONFIG_USB
` [PATCH v3 9/9] mips: do not list individual devices from configs/

[PATCH] virtio-pci: correctly set virtio pci queue mem multiplier
 2024-02-13 15:53 UTC  (6+ messages)
  ` [EXT] "

[PATCH v2 0/4] hw/arm/stellaris: QOM/QDev cleanups
 2024-02-13 15:52 UTC  (5+ messages)
` [PATCH v2 1/4] hw/arm/stellaris: Convert ADC controller to Resettable interface
` [PATCH v2 2/4] hw/arm/stellaris: Convert I2C "
` [PATCH v2 3/4] hw/arm/stellaris: Add missing QOM 'machine' parent
` [PATCH v2 4/4] hw/arm/stellaris: Add missing QOM 'SoC' parent

[PATCH 0/4] hw/arm/stellaris: QOM/QDev cleanups
 2024-02-13 15:50 UTC  (10+ messages)
` [PATCH 2/4] hw/arm/stellaris: Convert I2C controller to Resettable interface
` [PATCH 3/4] hw/arm/stellaris: Add missing QOM 'machine' parent
` [PATCH 4/4] hw/arm/stellaris: Add missing QOM 'SoC' parent

[PATCH] ci: Fix again build-previous-qemu
 2024-02-13 15:49 UTC 

[PATCH v3 0/3] VIRTIO-IOMMU: Introduce an aw-bits option
 2024-02-13 15:41 UTC  (4+ messages)

possible deprecation and removal of some old QEMU Arm machine types (pxa2xx, omap, sa1110)
 2024-02-13 15:36 UTC  (6+ messages)

[PATCH RFC] target: riscv: Add Svvptc extension support
 2024-02-13 15:33 UTC  (2+ messages)

QEMU Community Call 13th Feb [Minutes]
 2024-02-13 15:24 UTC 

[PATCH v3 6/7] pcie_sriov: Reuse SR-IOV VF device instances
 2024-02-13 14:29 UTC  (13+ messages)
` [PATCH v3 0/7] hw/pci: SR-IOV related fixes and improvements
  ` [PATCH v3 2/7] hw/pci: Determine if rombar is explicitly enabled
  ` [PATCH v3 5/7] pcie_sriov: Validate NumVFs

[RFC PATCH] target/ppc: Move add and subf type fixed-point arithmetic instructions to decodetree
 2024-02-13  9:03 UTC  (3+ messages)

[PATCH 00/14] migration: Improve error reporting
 2024-02-13 13:57 UTC  (5+ messages)
` [PATCH 08/14] vfio: Use new Error** argument in vfio_save_setup()

[PATCH v7] ui/cocoa: Use NSWindow's ability to resize
 2024-02-13 13:56 UTC  (5+ messages)

[PULL 00/18] QAPI patches patches for 2024-02-12
 2024-02-13 13:55 UTC  (2+ messages)

[PATCH 00/88] esp: rework ESP emulation to use a SCSI phase-based state machine
 2024-02-13 13:49 UTC  (5+ messages)
` [PATCH 37/88] esp.c: introduce esp_get_phase() function
` [PATCH 87/88] esp.c: switch TypeInfo registration to use DEFINE_TYPES() macro

[PATCH v3 0/3] Adjust the output of x-query-virtio-status
 2024-02-13 13:30 UTC  (5+ messages)
` [PATCH v3 1/3] qmp: Switch x-query-virtio-status back to numeric encoding

[PULL 0/4] Character device backend patches for 2024-02-12
 2024-02-13 13:28 UTC  (3+ messages)

[PATCH v3 00/11] hw: Strengthen SysBus & QBus API
 2024-02-13 13:00 UTC  (5+ messages)
` [PATCH v3 11/11] hw/sparc64/cpu: Initialize GPIO before realizing CPU devices

[PATCH RFCv2 0/8] vfio/iommufd: IOMMUFD Dirty Tracking
 2024-02-13 12:01 UTC  (4+ messages)
` [PATCH RFCv2 2/8] vfio/iommufd: Introduce auto domain creation

[PATCH v9 0/6] ui/cocoa: Use NSWindow's ability to resize
 2024-02-13 12:01 UTC  (7+ messages)
` [PATCH v9 1/6] ui/cocoa: Release specific mouse buttons
` [PATCH v9 2/6] ui/cocoa: Scale with NSView instead of Core Graphics
` [PATCH v9 3/6] ui/cocoa: Let the platform toggle fullscreen
` [PATCH v9 4/6] ui/cocoa: Make window resizable
` [PATCH v9 5/6] ui/cocoa: Call console_select() with the BQL
` [PATCH v9 6/6] ui/cocoa: Remove stretch_video flag

[PATCH v2] virtio-iommu: Use qemu_real_host_page_mask as default page_size_mask
 2024-02-13 12:00 UTC  (10+ messages)

[PATCH] mips: remove unnecessary "select PTIMER"
 2024-02-13 11:39 UTC  (2+ messages)

[PULL 00/12] Hppa64 patches
 2024-02-13 11:00 UTC  (5+ messages)

[PATCH rfcv2 00/18] Check and sync host IOMMU cap/ecap with vIOMMU
 2024-02-13 10:55 UTC  (3+ messages)
` [PATCH rfcv2 18/18] intel_iommu: Block migration if cap is updated

[PATCH v6 0/6] hw/misc/pvpanic: add support for normal shutdowns
 2024-02-13 10:39 UTC  (3+ messages)
` [PATCH v6 1/6] linux-headers: drop pvpanic.h

[PATCH v2] hw/arm/smmuv3: add support for stage 1 access fault
 2024-02-13 10:12 UTC  (2+ messages)

[PATCH] vhost-user: fix the issue of vhost deadlock in nested virtualization
 2024-02-13 10:05 UTC  (2+ messages)

FW: [PATCH] vhost-user: add VIRTIO_F_IN_ORDER and VIRTIO_F_NOTIFICATION_DATA feature
 2024-02-13  9:52 UTC  (11+ messages)
      ` 回复: "

[PATCH] MAINTAINERS: Drop myself as VT-d maintainers
 2024-02-13  9:45 UTC  (2+ messages)

[PATCH] target/ppc: Fix lxv/stxv MSR facility check
 2024-02-13  9:18 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).