qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-16 22:00:07 to 2023-01-17 13:12:38 UTC [more...]

[PATCH v7 00/51] Xen support under KVM
 2023-01-17 13:11 UTC  (78+ messages)
` [PATCH v7 01/51] include: import Xen public headers to include/standard-headers/
` [PATCH v7 02/51] xen: add CONFIG_XENFV_MACHINE and CONFIG_XEN_EMU options for Xen emulation
` [PATCH v7 03/51] xen: Add XEN_DISABLED mode and make it default
` [PATCH v7 04/51] i386/kvm: Add xen-version KVM accelerator property and init KVM Xen support
` [PATCH v7 06/51] i386/hvm: Set Xen vCPU ID in KVM
` [PATCH v7 07/51] xen-platform: exclude vfio-pci from the PCI platform unplug
` [PATCH v7 08/51] xen-platform: allow its creation with XEN_EMULATE mode
` [PATCH v7 10/51] i386/xen: implement HYPERVISOR_xen_version
` [PATCH v7 11/51] i386/xen: implement HYPERVISOR_sched_op, SCHEDOP_shutdown
` [PATCH v7 12/51] i386/xen: Implement SCHEDOP_poll and SCHEDOP_yield
` [PATCH v7 13/51] hw/xen: Add xen_overlay device for emulating shared xenheap pages
` [PATCH v7 14/51] i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE mode
` [PATCH v7 15/51] i386/xen: manage and save/restore Xen guest long_mode setting
` [PATCH v7 17/51] i386/xen: implement XENMEM_add_to_physmap_batch
` [PATCH v7 19/51] i386/xen: implement HYPERVISOR_vcpu_op
` [PATCH v7 20/51] i386/xen: handle VCPUOP_register_vcpu_info
` [PATCH v7 22/51] i386/xen: handle VCPUOP_register_runstate_memory_area
` [PATCH v7 23/51] i386/xen: implement HYPERVISOR_event_channel_op
` [PATCH v7 25/51] i386/xen: implement HVMOP_set_param
` [PATCH v7 26/51] hw/xen: Add xen_evtchn device for event channel emulation
                ` [PATCH v7.1 "
` [PATCH v7 27/51] i386/xen: Add support for Xen event channel delivery to vCPU
` [PATCH v7 28/51] hw/xen: Implement EVTCHNOP_status
` [PATCH v7 30/51] hw/xen: Implement EVTCHNOP_unmask
` [PATCH v7 31/51] hw/xen: Implement EVTCHNOP_bind_virq
` [PATCH v7 32/51] hw/xen: Implement EVTCHNOP_bind_ipi
` [PATCH v7 33/51] hw/xen: Implement EVTCHNOP_send
` [PATCH v7 35/51] hw/xen: Implement EVTCHNOP_bind_interdomain
` [PATCH v7 36/51] hw/xen: Implement EVTCHNOP_bind_vcpu
` [PATCH v7 37/51] hw/xen: Implement EVTCHNOP_reset
` [PATCH v7 38/51] i386/xen: add monitor commands to test event injection
` [PATCH v7 41/51] kvm/i386: Add xen-gnttab-max-frames property
` [PATCH v7 42/51] hw/xen: Add xen_gnttab device for grant table emulation
` [PATCH v7 46/51] i386/xen: handle PV timer hypercalls
` [PATCH v7 47/51] i386/xen: Reserve Xen special pages for console, xenstore rings
` [PATCH v7 49/51] hw/xen: Add backend implementation of interdomain event channel support
` [PATCH v7 50/51] hw/xen: Add xen_xenstore device for xenstore emulation
` [PATCH v7 51/51] hw/xen: Add basic ring handling to xenstore
` [RFC PATCH v7bis 00/19] Emulated Xen PV backend and PIRQ support
  ` [RFC PATCH v7bis 01/19] hw/xen: Add evtchn operations to allow redirection to internal emulation
  ` [RFC PATCH v7bis 02/19] hw/xen: Add emulated evtchn ops
  ` [RFC PATCH v7bis 03/19] hw/xen: Add gnttab operations to allow redirection to internal emulation
  ` [RFC PATCH v7bis 04/19] hw/xen: Pass grant ref to gnttab unmap
  ` [RFC PATCH v7bis 05/19] hw/xen: Add foreignmem operations to allow redirection to internal emulation
  ` [RFC PATCH v7bis 06/19] hw/xen: Add xenstore "
  ` [RFC PATCH v7bis 07/19] hw/xen: Move xenstore_store_pv_console_info to xen_console.c
  ` [RFC PATCH v7bis 08/19] hw/xen: Use XEN_PAGE_SIZE in PV backend drivers
  ` [RFC PATCH v7bis 09/19] hw/xen: Rename xen_common.h to xen_native.h
  ` [RFC PATCH v7bis 10/19] hw/xen: Build PV backend drivers for XENFV_MACHINE
  ` [RFC PATCH v7bis 11/19] hw/xen: Map guest XENSTORE_PFN grant in emulated Xenstore
  ` [RFC PATCH v7bis 12/19] hw/xen: Add backend implementation of grant table operations
  ` [RFC PATCH v7bis 13/19] hw/xen: Implement soft reset for emulated gnttab
  ` [RFC PATCH v7bis 14/19] hw/xen: Remove old version of Xen headers
  ` [RFC PATCH v7bis 15/19] i386/xen: Initialize XenBus and legacy backends from pc_init1()
  ` [RFC PATCH v7bis 16/19] i386/xen: Implement HYPERVISOR_physdev_op
  ` [RFC PATCH v7bis 17/19] hw/xen: Implement emulated PIRQ hypercall support
  ` [RFC PATCH v7bis 18/19] hw/xen: Support GSI mapping to PIRQ
  ` [RFC PATCH v7bis 19/19] hw/xen: Support MSI "

[PATCH] ui/vnc.c: Allow websocket connections over AF_UNIX sockets
 2023-01-17 13:04 UTC  (8+ messages)

[RFC v2 00/13] Dinamycally switch to vhost shadow virtqueues at vdpa net migration
 2023-01-17 12:54 UTC  (33+ messages)
` [RFC v2 02/13] vdpa net: move iova tree creation from init to start
` [RFC v2 04/13] vdpa: rewind at get_base, not set_base
` [RFC v2 05/13] vdpa net: add migration blocker if cannot migrate cvq
` [RFC v2 06/13] vhost: delay set_vring_ready after DRIVER_OK
` [RFC v2 11/13] vdpa: add vdpa net migration state notifier

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-17 12:42 UTC  (11+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory

[PULL v4 00/83] pci,pc,virtio: features, tests, fixes, cleanups
 2023-01-17 12:36 UTC  (10+ messages)
` [PULL v4 76/83] vhost-user: Support vhost_dev_start

mips, nvme/pci boot regression (commit 145e2198d749)
 2023-01-17 12:30 UTC 

[PATCH v2] tests/qtest/qom-test: Do not print tested properties by default
 2023-01-17 12:26 UTC  (9+ messages)

[PULL v1 0/2] Merge tpm 2023/01/17 v1
 2023-01-17 12:09 UTC  (3+ messages)
` [PULL v1 1/2] tests/qtest: Poll on waitpid() for a while before sending SIGKILL
` [PULL v1 2/2] tests/qtest/tpm-emu: Avoid hangs using abort handlers closing channels

[RFC v5 0/3] migration: reduce time of loading non-iterable vmstate
 2023-01-17 11:55 UTC  (4+ messages)
` [RFC v5 1/3] rcu: introduce rcu_read_is_locked()
` [RFC v5 2/3] memory: add depth assert in address_space_to_flatview
` [RFC v5 3/3] migration: reduce time of loading non-iterable vmstate

[PATCH v5] tests/qtest: netdev: test stream and dgram backends
 2023-01-17 11:44 UTC  (9+ messages)

[PATCH qemu 1/3] target/arm: Unify checking for M Main Extension in MRS/MSR
 2023-01-17 11:35 UTC  (2+ messages)

[PATCH v5 0/8] virtio-mem: Handle preallocation with migration
 2023-01-17 11:22 UTC  (9+ messages)
` [PATCH v5 1/8] migration/savevm: Move more savevm handling into vmstate_save()
` [PATCH v5 2/8] migration/savevm: Prepare vmdesc json writer in qemu_savevm_state_setup()
` [PATCH v5 3/8] migration/savevm: Allow immutable device state to be migrated early (i.e., before RAM)
` [PATCH v5 4/8] migration/vmstate: Introduce VMSTATE_WITH_TMP_TEST() and VMSTATE_BITMAP_TEST()
` [PATCH v5 5/8] migration/ram: Factor out check for advised postcopy
` [PATCH v5 6/8] virtio-mem: Fail if a memory backend with "prealloc=on" is specified
` [PATCH v5 7/8] virtio-mem: Migrate immutable properties early
` [PATCH v5 8/8] virtio-mem: Proper support for preallocation with migration

[PATCH 0/4] qemu-img: Fix exit code for errors closing the image
 2023-01-17 11:24 UTC  (2+ messages)

[PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
 2023-01-17 11:04 UTC  (14+ messages)

[PATCH] vdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag check
 2023-01-17 10:53 UTC 

[PATCH 0/5] migration: Modified 'migrate' QAPI command for migration
 2023-01-17 10:52 UTC  (6+ messages)
` [PATCH 1/5] migration: Updated QAPI format for 'migrate' qemu monitor command

[PATCH 0/2] target/arm: Look up ARMCPRegInfo at runtime
 2023-01-17 10:28 UTC  (3+ messages)

[PULL 0/4] M68k next patches
 2023-01-17 10:23 UTC  (2+ messages)

[PATCH v2 0/2] s390x/pv: Add support for asynchronous teardown for reboot
 2023-01-17 10:23 UTC  (4+ messages)
` [PATCH v2 2/2] "

[PATCH v2 00/13] Introduce igb
 2023-01-17 10:06 UTC 

[PATCH v14 00/11] s390x: CPU Topology
 2023-01-17  9:49 UTC  (13+ messages)
` [PATCH v14 01/11] s390x/cpu topology: adding s390 specificities to CPU topology
` [PATCH v14 08/11] qapi/s390/cpu topology: change-topology monitor command

[PATCH 0/3] tests: Fix some deadlocks
 2023-01-17  9:36 UTC  (5+ messages)
` [PATCH 1/3] tests/tcg: Use SIGKILL for timeout
` [PATCH 2/3] plugins: Avoid deadlock in qemu_plugin_user_exit
` [PATCH 3/3] plugins: Iterate on cb_lists "

[PATCH v3 0/3]s390x/pv: Improve error reporting of protected VMs
 2023-01-17  9:28 UTC  (7+ messages)
` [PATCH v3 2/3] s390x/pv: Introduce a s390_pv_check() helper for runtime

[PATCH v2 0/5] hw/nvram/eeprom_at24c: Cleanup + FRUID EEPROM init example
 2023-01-17  9:20 UTC  (13+ messages)
` [PATCH v2 1/5] hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boards
` [PATCH v2 2/5] hw/arm/aspeed: Replace aspeed_eeprom_init with at24c_eeprom_init
` [PATCH v2 3/5] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
` [PATCH v2 4/5] hw/arm/aspeed: Add aspeed_eeprom.c
` [PATCH v2 5/5] hw/nvram/eeprom_at24c: Make reset behavior more like hardware

[RFC PATCH 0/4] Update CentOS and OpenSUSE CI to Python >=3.7
 2023-01-17  9:16 UTC  (5+ messages)
` [RFC PATCH 1/4] lcitool: update submodule
` [RFC PATCH 2/4] lcitool: use libvirt-ci as library
` [RFC PATCH 3/4] lcitool: allow overriding package mappings and target facts
` [RFC PATCH 4/4] ci, docker: update CentOS and OpenSUSE Python to non-EOL versions

[PATCH v3 0/6] qemu/bswap: Use compiler __builtin_bswap()
 2023-01-17  8:24 UTC  (4+ messages)

[PATCH 0/4] vl: avoid SIGSEGV on invalid [accel] configuration
 2023-01-17  8:14 UTC  (7+ messages)
` [PATCH 1/4] vl: catch [accel] entry without accelerator
` [PATCH 2/4] libqtest: split qtest_spawn_qemu function
` [PATCH 3/4] libqtest: ensure waitpid() is only called once
` [PATCH 4/4] readconfig-test: add test for accelerator configuration

[PATCH v2 00/21] hw: Remove implicit sysbus_mmio_map() from pflash APIs
 2023-01-17  8:11 UTC  (8+ messages)
` [PATCH v2 01/21] hw/block: Rename TYPE_PFLASH_CFI02 'width' property as 'device-width'

[PATCH] target/i386: Fix C flag for BLSI, BLSMSK, BLSR
 2023-01-17  8:11 UTC  (2+ messages)

[PATCH 0/2] target/i386: Fix BEXTR instruction [#1372]
 2023-01-17  8:09 UTC  (2+ messages)

[PATCH v3 0/2] hw/arm/virt: Handle HVF in finalize_gic_version()
 2023-01-17  7:34 UTC  (4+ messages)
` [PATCH v3 2/2] hw/arm/virt: Make accels in GIC finalize logic explicit

[PATCH v4 0/2] arm: enable MTE for QEMU + kvm
 2023-01-17  7:21 UTC  (3+ messages)
` [PATCH v4 2/2] qtests/arm: add some mte tests

[PATCH 00/11] audio: more improvements
 2023-01-17  7:05 UTC  (9+ messages)
` [PATCH 07/11] audio/audio_template: use g_malloc0() to replace audio_calloc()
` [PATCH 08/11] audio/audio_template: use g_new0() "

[PATCH] usb-ccid: make ids and descriptor configurable
 2023-01-17  7:04 UTC  (2+ messages)

[RFC PATCH for 8.0 00/13] vDPA-net inflight descriptors migration with SVQ
 2023-01-17  6:54 UTC  (12+ messages)
` [RFC PATCH for 8.0 10/13] virtio-net: Migrate vhost inflight descriptors

[PATCH 0/6] hw/nvram/eeprom_at24c: Cleanup + FRUID EEPROM init example
 2023-01-17  6:47 UTC  (5+ messages)
` [PATCH 6/6] hw/arm/aspeed: Init fby35 BMC FRUID EEPROM

completion timeouts with pin-based interrupts in QEMU hw/nvme
 2023-01-17  4:58 UTC  (3+ messages)

[for-8.0 v2 00/11] Refactor cryptodev
 2023-01-17  1:52 UTC  (5+ messages)
  `  "
      `  "

[PATCH v3 0/7] AML Housekeeping
 2023-01-17  0:30 UTC  (4+ messages)
` [PATCH v3 2/7] hw/acpi/acpi_dev_interface: Resolve AcpiDeviceIfClass::madt_cpu

[PULL 0/5] tcg patch queue
 2023-01-16 22:36 UTC  (6+ messages)
` [PULL 1/5] linux-user: Clean up when exiting due to a signal
` [PULL 2/5] accel/tcg: Add debuginfo support
` [PULL 3/5] tcg: add perfmap and jitdump
` [PULL 4/5] util/bufferiszero: Use __attribute__((target)) for avx2/avx512
` [PULL 5/5] accel/tcg: Split out cpu_exec_{setjmp,loop}

[PULL 0/5] tcg patch queue
 2023-01-16 22:36 UTC 


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