qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-02 12:38:57 to 2023-03-02 16:37:22 UTC [more...]

[PATCH 00/43] Migration: Create options.c for capabilities/params/properties
 2023-03-02 16:34 UTC  (9+ messages)
` [PATCH 01/43] migration: rename enabled_capabilities to capabilities
` [PATCH 03/43] migration: Create migration_cap_set()
` [PATCH 09/43] migration: Move migrate_use_zero_copy_send() to options.c
` [PATCH 10/43] migration: Move migrate_use_xbzrle() "
` [PATCH 17/43] migration: Move migrate_cap_set() "
` [PATCH 19/43] migration: Use migrate_max_postcopy_bandwidth()
` [PATCH 22/43] migration: Create migrate_checkpoint_delay()
` [PATCH 41/43] migration: Create migrate_tls_hostname() function

[PATCH v2 00/20] vfio: Add migration pre-copy support and device dirty tracking
 2023-03-02 16:30 UTC  (6+ messages)
` [PATCH v2 07/20] vfio/common: Add VFIOBitmap and (de)alloc functions

[PATCH v2 0/6] Deprecate support for 32-bit x86 and arm hosts
 2023-03-02 16:31 UTC  (7+ messages)
` [PATCH v2 1/6] docs/about/deprecated: Deprecate the qemu-system-i386 binary
` [PATCH v2 2/6] docs/about/deprecated: Deprecate 32-bit x86 hosts
` [PATCH v2 3/6] gitlab-ci.d/crossbuilds: Drop the i386 jobs
` [PATCH v2 4/6] docs/about/deprecated: Deprecate the qemu-system-arm binary
` [PATCH v2 5/6] docs/about/deprecated: Deprecate 32-bit arm hosts
` [PATCH v2 6/6] gitlab-ci.d/crossbuilds: Drop the 32-bit arm system emulation jobs

[PATCH 0/9] mirror: allow switching from background to active mode
 2023-03-02 16:31 UTC  (7+ messages)
` [PATCH 8/9] mirror: return the remaining dirty bytes upon query

[PATCH] tcg: Include "qemu/timer.h" for profile_getclock
 2023-03-02 16:29 UTC 

[PATCH] spice: move client_migrate_info command to ui/
 2023-03-02 16:27 UTC 

[PATCH] migration: move migration_global_dump() to migration-hmp-cmds.c
 2023-03-02 16:26 UTC 

[PATCH 0/6] block: switch to AIO_WAIT_WHILE_UNLOCKED() where possible
 2023-03-02 16:26 UTC  (15+ messages)
` [PATCH 2/6] block: convert blk_exp_close_all_type() to AIO_WAIT_WHILE_UNLOCKED()
` [PATCH 5/6] hmp: convert handle_hmp_command() "
` [PATCH 6/6] monitor: convert monitor_cleanup() "

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

[PATCH v2 00/34] pci(pc/q35): acpi-index support on non-hotpluggable slots
 2023-03-02 16:15 UTC  (35+ messages)
` [PATCH v2 01/34] Revert "tests/qtest: Check for devices in bios-tables-test"
` [PATCH v2 02/34] tests: acpi: whitelist new q35.noacpihp test and pc.hpbrroot
` [PATCH v2 03/34] tests: acpi: add test_acpi_q35_tcg_no_acpi_hotplug test and extend test_acpi_piix4_no_acpi_pci_hotplug
` [PATCH v2 04/34] tests: acpi: update expected blobs
` [PATCH v2 05/34] tests: acpi: whitelist q35/DSDT.multi-bridge before extending testcase
` [PATCH v2 06/34] tests: acpi: extend multi-bridge case with case 'root-port, id=HOHP, hotplug=off root-port, bus=NOHP'
` [PATCH v2 07/34] x86: pcihp: fix missing PCNT callchain when intermediate root-port has 'hotplug=off' set
` [PATCH v2 08/34] tests: acpi: whitelist pc/DSDT.hpbrroot and pc/DSDT.hpbridge tests
` [PATCH v2 09/34] x86: pcihp: fix missing bridge AML when intermediate root-port has 'hotplug=off' set
` [PATCH v2 10/34] tests: acpi: update expected blobs
` [PATCH v2 11/34] pcihp: piix4: do not redirect hotplug controller to piix4 when ACPI hotplug is disabled
` [PATCH v2 12/34] pci: fix 'hotplugglable' property behavior
` [PATCH v2 13/34] tests: acpi: whitelist DSDT blobs before isolating PCI _DSM func 0 prolog
` [PATCH v2 14/34] pcihp: move PCI _DSM function 0 prolog into separate function
` [PATCH v2 15/34] tests: acpi: update expected blobs
` [PATCH v2 16/34] tests: acpi: whitelist DSDT before adding EDSM method
` [PATCH v2 17/34] acpi: pci: add EDSM method to DSDT
` [PATCH v2 18/34] tests: acpi: update expected blobs
` [PATCH v2 19/34] tests: acpi: whitelist DSDT before adding device with acpi-index to testcases
` [PATCH v2 20/34] tests: acpi: add device with acpi-index on non-hotpluggble bus
` [PATCH v2 21/34] acpi: pci: support acpi-index for non-hotpluggable devices
` [PATCH v2 22/34] tests: acpi: update expected blobs
` [PATCH v2 23/34] tests: acpi: whitelist DSDT before exposing non zero functions
` [PATCH v2 24/34] acpi: pci: describe all functions on populated slots
` [PATCH v2 25/34] tests: acpi: update expected blobs
` [PATCH v2 26/34] tests: acpi: whitelist DSDT before adding non-0 function device with acpi-index to testcases
` [PATCH v2 27/34] tests: acpi: add non zero function device with acpi-index on non-hotpluggble bus
` [PATCH v2 28/34] tests: acpi: update expected blobs
` [PATCH v2 29/34] pci: move acpi-index uniqueness check to generic PCI device code
` [PATCH v2 30/34] acpi: pci: drop BSEL usage when deciding that device isn't hotpluggable
` [PATCH v2 31/34] acpi: pci: move BSEL into build_append_pcihp_slots()
` [PATCH v2 32/34] acpi: pci: move out ACPI PCI hotplug generator from generic slot generator build_append_pci_bus_devices()
` [PATCH v2 33/34] pcihp: move fields enabling hotplug into AcpiPciHpState
` [PATCH v2 34/34] pcihp: add ACPI PCI hotplug specific is_hotpluggable_bus() callback

[PULL 0/2] Migration 20230302 patches
 2023-03-02 16:19 UTC  (3+ messages)
` [PULL 1/2] test-vmstate: fix bad GTree usage, use-after-free
` [PULL 2/2] Fix exec migration on Windows (w32+w64)

[PATCH] hostmem: Add clear option to file backend
 2023-03-02 16:14 UTC  (12+ messages)
  ` [External] "

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

[PATCH v6 0/2] arm: enable MTE for QEMU + kvm
 2023-03-02 16:00 UTC  (12+ messages)
` [PATCH v6 1/2] arm/kvm: add support for MTE

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

[RFC PATCH v1 00/25] Enable PV backends with Xen/KVM emulation
 2023-03-02 15:34 UTC  (26+ messages)
` [RFC PATCH v1 01/25] hw/xen: Add xenstore wire implementation and implementation stubs
` [RFC PATCH v1 02/25] hw/xen: Add basic XenStore tree walk and write/read/directory support
` [RFC PATCH v1 03/25] hw/xen: Implement XenStore watches
` [RFC PATCH v1 04/25] hw/xen: Implement XenStore transactions
` [RFC PATCH v1 05/25] hw/xen: Watches on "
` [RFC PATCH v1 06/25] hw/xen: Implement XenStore permissions
` [RFC PATCH v1 07/25] hw/xen: Implement core serialize/deserialize methods for xenstore_impl
` [RFC PATCH v1 08/25] hw/xen: Create initial XenStore nodes
` [RFC PATCH v1 09/25] hw/xen: Add evtchn operations to allow redirection to internal emulation
` [RFC PATCH v1 10/25] hw/xen: Add gnttab "
` [RFC PATCH v1 11/25] hw/xen: Pass grant ref to gnttab unmap operation
` [RFC PATCH v1 12/25] hw/xen: Add foreignmem operations to allow redirection to internal emulation
` [RFC PATCH v1 13/25] hw/xen: Add xenstore "
` [RFC PATCH v1 14/25] hw/xen: Move xenstore_store_pv_console_info to xen_console.c
` [RFC PATCH v1 15/25] hw/xen: Use XEN_PAGE_SIZE in PV backend drivers
` [RFC PATCH v1 16/25] hw/xen: Rename xen_common.h to xen_native.h
` [RFC PATCH v1 17/25] hw/xen: Build PV backend drivers for CONFIG_XEN_BUS
` [RFC PATCH v1 18/25] hw/xen: Avoid crash when backend watch fires too early
` [RFC PATCH v1 19/25] hw/xen: Only advertise ring-page-order for xen-block if gnttab supports it
` [RFC PATCH v1 20/25] hw/xen: Hook up emulated implementation for event channel operations
` [RFC PATCH v1 21/25] hw/xen: Add emulated implementation of grant table operations
` [RFC PATCH v1 22/25] hw/xen: Add emulated implementation of XenStore operations
` [RFC PATCH v1 23/25] hw/xen: Map guest XENSTORE_PFN grant in emulated Xenstore
` [RFC PATCH v1 24/25] hw/xen: Implement soft reset for emulated gnttab
` [RFC PATCH v1 25/25] i386/xen: Initialize Xen backends from pc_basic_device_init() for emulation

[PATCH v4 00/15] Dynamically switch to vhost shadow virtqueues at vdpa net migration
 2023-03-02 15:13 UTC  (7+ messages)
` [PATCH v4 10/15] vdpa: disable RAM block discard only for the first device
` [PATCH v4 11/15] vdpa net: block migration if the device has CVQ

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

[PATCH v3 0/6] Support for new CPU model SapphireRapids
 2023-03-02 14:49 UTC  (3+ messages)

[PATCH v16 00/11] s390x: CPU Topology
 2023-03-02 15:00 UTC  (4+ messages)
` [PATCH v16 08/11] qapi/s390x/cpu topology: set-cpu-topology monitor command

[PATCH] vhost: accept VIRTIO_F_ORDER_PLATFORM as a valid SVQ feature
 2023-03-02 14:47 UTC  (9+ messages)

[PATCH v2 00/20] PC and ICH9 cleanups
 2023-03-02 14:43 UTC  (3+ messages)
` [PATCH v2 19/20] hw/i386/ich9: Clean up includes

[PATCH 0/3] VIA PM Improvements
 2023-03-02 14:42 UTC  (5+ messages)
` [PATCH 2/3] hw/isa/vt82c686: Allow PM controller to switch to ACPI mode

Is the fix for "DMA MMIO reentrancy" in qemu stable now?
 2023-03-02  8:27 UTC 

[PATCH 0/7] ACPI controller cleanup
 2023-03-02 14:31 UTC  (5+ messages)
` [PATCH 5/7] hw/acpi/piix4: Fix offset of GPE0 registers

[PATCH v3 00/16] win32: do not mix SOCKET and fd space
 2023-03-02 14:09 UTC  (2+ messages)

got an older qemu checkout? please run 'git submodule sync'
 2023-03-02 14:02 UTC 

[PATCH v2] gdbstub: move update guest debug to accel ops
 2023-03-02 13:53 UTC  (2+ messages)

[GSoC 2023] Introducing Myself
 2023-03-02 13:53 UTC  (2+ messages)

[PATCH] hw/acpi: Set memory regions to native endian as a work around
 2023-03-02 13:42 UTC  (14+ messages)

[RESEND PATCH v6 0/8] hw/cxl: RAS error emulation and injection
 2023-03-02 13:37 UTC  (9+ messages)
` [RESEND PATCH v6 1/8] hw/pci/aer: Implement PCI_ERR_UNCOR_MASK register
` [RESEND PATCH v6 2/8] hw/pci/aer: Add missing routing for AER errors
` [RESEND PATCH v6 3/8] hw/pci-bridge/cxl_root_port: Wire up AER
` [RESEND PATCH v6 4/8] hw/pci-bridge/cxl_root_port: Wire up MSI
` [RESEND PATCH v6 5/8] hw/mem/cxl-type3: Add AER extended capability
` [RESEND PATCH v6 6/8] hw/cxl: Fix endian issues in CXL RAS capability defaults / masks
` [RESEND PATCH v6 7/8] hw/pci/aer: Make PCIE AER error injection facility available for other emulation to use
` [RESEND PATCH v6 8/8] hw/mem/cxl_type3: Add CXL RAS Error Injection Support

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

[PATCH 0/4] Add meson wrap fallback for slirp & dtc
 2023-03-02 13:18 UTC  (5+ messages)
` [PATCH 1/4] mtest2make.py: teach suite name that are just "PROJECT"
` [PATCH 2/4] build-sys: prevent meson from downloading wrapped subprojects
` [PATCH 3/4] build-sys: add slirp.wrap
` [PATCH 4/4] build-sys: replace dtc submodule with dtc.wrap

[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  (46+ messages)
` [PULL 02/62] xen: add CONFIG_XEN_BUS and CONFIG_XEN_EMU options for Xen emulation
` [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 11/62] i386/xen: implement HYPERVISOR_sched_op, SCHEDOP_shutdown
` [PULL 12/62] i386/xen: Implement SCHEDOP_poll and SCHEDOP_yield
` [PULL 14/62] xen: Permit --xen-domid argument when accel is KVM
` [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 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 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 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 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 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 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 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 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 v5 0/7] Pegasos2 fixes and audio output support
 2023-03-02 12:46 UTC  (6+ messages)
` [PATCH v5 2/7] Revert "hw/isa/vt82c686: Remove intermediate IRQ forwarder"

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

[PATCH v5 5/7] hw/isa/vt82c686: Work around missing level sensitive irq in i8259 model
 2023-03-02 12:35 UTC  (3+ messages)
` [PATCH] hw/intc/i8259: Implement legacy LTIM Edge/Level Bank Select


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