messages from 2022-12-20 14:14:14 to 2022-12-21 01:42:01 UTC [more...]
[RFC PATCH v2 00/22] Xen HVM support under KVM
2022-12-21 1:41 UTC (11+ messages)
` [RFC PATCH v2 20/22] i386/xen: HVMOP_set_param / HVM_PARAM_CALLBACK_IRQ
[RFC PATCH-for-8.0 0/3] hw/ppc: Remove tswap() calls
2022-12-21 1:16 UTC (8+ messages)
` [RFC PATCH-for-8.0 2/3] hw/ppc/spapr: Replace tswap64(HPTE) by cpu_to_be64(HPTE)
[RFC PATCH v4 01/47] Xen HVM support under KVM
2022-12-21 1:06 UTC (48+ messages)
` [RFC PATCH v4 01/47] include: import Xen public headers to include/standard-headers/
` [RFC PATCH v4 02/47] xen: add CONFIG_XENFV_MACHINE and CONFIG_XEN_EMU options for Xen emulation
` [RFC PATCH v4 03/47] xen: Add XEN_DISABLED mode and make it default
` [RFC PATCH v4 04/47] i386/kvm: Add xen-version KVM accelerator property and init KVM Xen support
` [RFC PATCH v4 05/47] i386/kvm: handle Xen HVM cpuid leaves
` [RFC PATCH v4 06/47] i386/hvm: Set Xen vCPU ID in KVM
` [RFC PATCH v4 07/47] xen-platform: exclude vfio-pci from the PCI platform unplug
` [RFC PATCH v4 08/47] xen-platform: allow its creation with XEN_EMULATE mode
` [RFC PATCH v4 09/47] hw/xen_backend: refactor xen_be_init()
` [RFC PATCH v4 10/47] i386/xen: handle guest hypercalls
` [RFC PATCH v4 11/47] i386/xen: implement HYPERVISOR_xen_version
` [RFC PATCH v4 12/47] i386/xen: implement HYPERVISOR_sched_op, SCHEDOP_shutdown
` [RFC PATCH v4 13/47] i386/xen: Implement SCHEDOP_poll and SCHEDOP_yield
` [RFC PATCH v4 14/47] hw/xen: Add xen_overlay device for emulating shared xenheap pages
` [RFC PATCH v4 15/47] i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE mode
` [RFC PATCH v4 16/47] i386/xen: manage and save/restore Xen guest long_mode setting
` [RFC PATCH v4 17/47] i386/xen: implement HYPERVISOR_memory_op
` [RFC PATCH v4 18/47] i386/xen: implement XENMEM_add_to_physmap_batch
` [RFC PATCH v4 19/47] i386/xen: implement HYPERVISOR_hvm_op
` [RFC PATCH v4 20/47] i386/xen: implement HYPERVISOR_vcpu_op
` [RFC PATCH v4 21/47] i386/xen: handle VCPUOP_register_vcpu_info
` [RFC PATCH v4 22/47] i386/xen: handle VCPUOP_register_vcpu_time_info
` [RFC PATCH v4 23/47] i386/xen: handle VCPUOP_register_runstate_memory_area
` [RFC PATCH v4 24/47] i386/xen: implement HYPERVISOR_event_channel_op
` [RFC PATCH v4 25/47] i386/xen: implement HVMOP_set_evtchn_upcall_vector
` [RFC PATCH v4 26/47] i386/xen: implement HVMOP_set_param
` [RFC PATCH v4 27/47] hw/xen: Add xen_evtchn device for event channel emulation
` [RFC PATCH v4 28/47] i386/xen: Add support for Xen event channel delivery to vCPU
` [RFC PATCH v4 29/47] hw/xen: Implement EVTCHNOP_status
` [RFC PATCH v4 30/47] hw/xen: Implement EVTCHNOP_close
` [RFC PATCH v4 31/47] hw/xen: Implement EVTCHNOP_unmask
` [RFC PATCH v4 32/47] hw/xen: Implement EVTCHNOP_bind_virq
` [RFC PATCH v4 33/47] hw/xen: Implement EVTCHNOP_bind_ipi
` [RFC PATCH v4 34/47] hw/xen: Implement EVTCHNOP_send
` [RFC PATCH v4 35/47] hw/xen: Implement EVTCHNOP_alloc_unbound
` [RFC PATCH v4 36/47] hw/xen: Implement EVTCHNOP_bind_interdomain
` [RFC PATCH v4 37/47] hw/xen: Implement EVTCHNOP_bind_vcpu
` [RFC PATCH v4 38/47] hw/xen: Implement EVTCHNOP_reset
` [RFC PATCH v4 39/47] i386/xen: add monitor commands to test event injection
` [RFC PATCH v4 40/47] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callback
` [RFC PATCH v4 41/47] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callback
` [RFC PATCH v4 42/47] kvm/i386: Add xen-gnttab-max-frames property
` [RFC PATCH v4 43/47] hw/xen: Add xen_gnttab device for grant table emulation
` [RFC PATCH v4 44/47] hw/xen: Support mapping grant frames
` [RFC PATCH v4 45/47] i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_verson
` [RFC PATCH v4 46/47] hw/xen: Implement GNTTABOP_query_size
` [RFC PATCH v4 47/47] i386/xen: handle PV timer hypercalls
[PATCH v2 0/5] target/arm: Some CONFIG_TCG code movement
2022-12-21 1:23 UTC (8+ messages)
` [PATCH v2 1/5] target/arm: rename handle_semihosting to tcg_handle_semihosting
` [PATCH v2 2/5] target/arm: wrap psci call with tcg_enabled
` [PATCH v2 3/5] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()
` [PATCH v2 4/5] target/arm: Move PC alignment check
` [PATCH v2 5/5] target/arm: only perform TCG cpu and machine inits if TCG enabled
[PATCH 0/5] cpus: Remove system reset() API from user emulation
2022-12-21 1:18 UTC (8+ messages)
` [PATCH 1/5] target/i386: Restrict qapi/qapi-events-run-state.h to system emulation
` [PATCH 2/5] target/i386: Restrict sysemu/reset.h "
` [PATCH 3/5] target/loongarch: "
` [PATCH 4/5] target/s390x: "
` [PATCH 5/5] hw/core: Only build CPU reset handlers with "
[PATCH] accel/tcg: Drop PAGE_RESERVED for CONFIG_BSD
2022-12-21 1:04 UTC (7+ messages)
[PATCH] trace: Do not try to include QMP commands in user emulation binaries
2022-12-21 1:04 UTC (3+ messages)
[PATCH 0/3] hw/arm/nseries: Minor housekeeping
2022-12-21 1:01 UTC (7+ messages)
` [PATCH 1/3] hw/input/tsc2xxx: Constify set_transform()'s MouseTransformInfo arg
` [PATCH 2/3] hw/arm/nseries: Constify various read-only arrays
` [PATCH 3/3] hw/arm/nseries: Silent -Wmissing-field-initializers warning
[PATCH] qom/object_interfaces: Fix QAPI headers included
2022-12-21 0:57 UTC (2+ messages)
[PATCH v2 0/7] hw/mips: Make gt64xxx_pci.c endian-agnostic
2022-12-21 0:56 UTC (5+ messages)
` [PATCH v2 3/7] hw/mips/gt64xxx_pci: Manage endian bits with the RegisterFields API
` [PATCH v2 4/7] hw/mips/gt64xxx_pci: Add a 'cpu-little-endian' qdev property
[Qemu-devel] [PATCH] Remove restriction that prevents bootimg elf64 images
2022-12-20 23:45 UTC (7+ messages)
[PATCH v2 0/3] Decouple INTx-to-LNKx routing from south bridges
2022-12-20 23:26 UTC (5+ messages)
[PATCH RESEND v3 0/2] virtio: remove unnecessary host_features in ->get_features()
2022-12-20 23:08 UTC (3+ messages)
` [PATCH RESEND v3 2/2] "
[PATCH 0/2] hw/arm/virt: Handle HVF in finalize_gic_version()
2022-12-20 23:04 UTC (3+ messages)
` [PATCH 1/2] hw/arm/virt: Consolidate GIC finalize logic
` [PATCH 2/2] hw/arm/virt: Make accels in GIC finalize logic explicit
[PATCH 00/32] Consolidate PIIX south bridges
2022-12-20 23:04 UTC (7+ messages)
[RFC PATCH v3 00/38] Xen HVM support under KVM
2022-12-20 22:59 UTC (19+ messages)
` [RFC PATCH v3 01/38] include: import xen public headers
` [RFC PATCH v3 02/38] xen: add CONFIG_XENFV_MACHINE and CONFIG_XEN_EMU options for Xen emulation
` [RFC PATCH v3 03/38] xen: Add XEN_DISABLED mode and make it default
` [RFC PATCH v3 04/38] i386/kvm: Add xen-version machine property and init KVM Xen support
` [RFC PATCH v3 05/38] i386/kvm: handle Xen HVM cpuid leaves
` [RFC PATCH v3 06/38] xen-platform: exclude vfio-pci from the PCI platform unplug
` [RFC PATCH v3 07/38] xen-platform: allow its creation with XEN_EMULATE mode
` [RFC PATCH v3 08/38] hw/xen_backend: refactor xen_be_init()
[PATCH 0/6] Trivial PPC cleanups
2022-12-20 22:53 UTC (4+ messages)
[PATCH] hw/net: Fix read of uninitialized memory in ftgmac100
2022-12-20 22:14 UTC
[PULL 00/15] ppc queue
2022-12-20 22:13 UTC (3+ messages)
[PATCH v2 0/5] coroutine: Clean up includes
2022-12-20 21:53 UTC (7+ messages)
` [PATCH v2 1/5] coroutine: Clean up superfluous inclusion of qemu/coroutine.h
` [PATCH v2 2/5] coroutine: Move coroutine_fn to qemu/osdep.h, trim includes
` [PATCH v2 3/5] coroutine: Clean up superfluous inclusion of qemu/lockable.h
` [PATCH v2 4/5] coroutine: Split qemu/coroutine-core.h off qemu/coroutine.h
` [PATCH v2 5/5] coroutine: Use Coroutine typedef name instead of structure tag
[PATCH v2 00/10] Compiler warning fixes for libvhost-user,libvduse
2022-12-20 21:50 UTC (14+ messages)
` [PATCH v2 01/10] libvhost-user: Provide _GNU_SOURCE when compiling outside of QEMU
` [PATCH v2 02/10] libvhost-user: Replace typeof with __typeof__
` [PATCH v2 03/10] libvhost-user: Cast rc variable to avoid compiler warning
` [PATCH v2 04/10] libvhost-user: Use unsigned int i for some for-loop iterations
` [PATCH v2 05/10] libvhost-user: Declare uffdio_register early to make it C90 compliant
` [PATCH v2 06/10] libvhost-user: Change dev->postcopy_ufd assignment "
` [PATCH v2 07/10] libvhost-user: Switch to unsigned int for inuse field in struct VuVirtq
` [PATCH v2 08/10] libvduse: Provide _GNU_SOURCE when compiling outside of QEMU
` [PATCH v2 09/10] libvduse: Switch to unsigned int for inuse field in struct VduseVirtq
` [RFC v2 10/10] libvduse: Fix assignment in vring_set_avail_event
[RFC v5 0/3] Add zoned storage emulation to virtio-blk driver
2022-12-20 21:37 UTC (4+ messages)
` [RFC v5 2/3] virtio-blk: add zoned storage emulation for zoned devices
[PATCH v14 0/8] Add support for zoned device
2022-12-20 21:00 UTC (4+ messages)
` [PATCH v14 3/8] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls
[PATCH] meson: Clean up some dependencies regarding qemu-system
2022-12-20 20:56 UTC (7+ messages)
[PATCH] hw/riscv: Add support to change default RISCV hart memory region
2022-12-20 15:27 UTC (3+ messages)
[PATCH 1/5] target/arm: only build psci for TCG
2022-12-20 19:52 UTC (10+ messages)
[RFC v4 0/3] CXL Type-3 Volatile Memory Support
2022-12-20 19:27 UTC (8+ messages)
` [RFC v4 3/3] hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)
[PATCH 7/7] libvhost-user: Switch to unsigned int for inuse field in struct VuVirtq
2022-12-20 19:04 UTC (3+ messages)
[PULL 0/2] Hppa fixes patches
2022-12-20 18:44 UTC (2+ messages)
[PATCH] block/io: Check for replay-enabled in bdrv_drain_all_begin()
2022-12-20 18:45 UTC (2+ messages)
[PATCH v6 0/2] check magic value for deciding the mapping of channels
2022-12-20 18:44 UTC (3+ messages)
` [PATCH v6 1/2] io: Add support for MSG_PEEK for socket channel
` [PATCH v6 2/2] migration: check magic value for deciding the mapping of channels
[PATCH] Fix i.MX GPT timers for i.MX6UL and i.MX7 processors
2022-12-20 17:27 UTC (4+ messages)
` [PATCH] i.MX7D: Connect GPT timers to IRQ
` [PATCH] i.MX7D: Compute clock frequency for the fixed frequency clocks
` [PATCH] i.MX6UL: Add a specific GPT timer instance for the i.MX6UL
[PATCH v6 0/2] check magic value for deciding the mapping of channels
2022-12-20 18:36 UTC
[PULL 00/21] Hexagon update: bug fixes, performance, idef-parser
2022-12-20 18:13 UTC (6+ messages)
[PATCH] migration: Show downtime during postcopy phase
2022-12-20 16:42 UTC (2+ messages)
[PULL v3 00/50] Block layer patches
2022-12-20 17:39 UTC (3+ messages)
[PATCH v3 00/18] ui: Move and clean up monitor command code
2022-12-20 16:35 UTC (7+ messages)
` [PATCH v3 12/18] ui: Move more HMP commands from monitor to ui/
[PATCH] ebpf: fix compatibility with libbpf 1.0+
2022-12-20 16:30 UTC (8+ messages)
[RFC PATCH] linux-user: time64: consolidate rt_sigtimedwait_time64 and rt_sigtimedwait
2022-12-20 15:57 UTC (2+ messages)
[PATCH 0/2] linux-user: Fix a pair of -Wextra warnings
2022-12-20 15:47 UTC (4+ messages)
` [PATCH 1/2] linux-user/syscall: Silent -Wmissing-field-initializers warnings
` [PATCH 2/2] linux-user/signal: Silent -Winitializer-overrides warnings
[for-8.0 v2 00/11] Refactor cryptodev
2022-12-20 15:36 UTC (4+ messages)
` [for-8.0 v2 06/11] cryptodev: Support statistics
[PATCH v2] pflash: Only read non-zero parts of backend image
2022-12-20 15:33 UTC (3+ messages)
[PULL 00/45] riscv-to-apply queue
2022-12-20 15:32 UTC (4+ messages)
[PATCH v10 0/5] add generic vDPA device support
2022-12-20 15:27 UTC (4+ messages)
` [PATCH v10 5/5] docs: Add generic vhost-vdpa device documentation
[PATCH for 8.0 0/2] virtio-iommu: Fix Replay
2022-12-20 15:06 UTC (6+ messages)
[PATCH 0/2] Clean up includes
2022-12-20 15:05 UTC (5+ messages)
` [PATCH 1/2] include/hw/virtio: Break inclusion loop
` [PATCH 2/2] include: Include headers where needed
[RFC v3 0/3] migration: reduce time of loading non-iterable vmstate
2022-12-20 15:02 UTC (9+ messages)
` [RFC v3 1/3] memory: add depth assert in address_space_to_flatview
[PATCH 0/3] accel: Silent few -Wmissing-field-initializers warning
2022-12-20 14:58 UTC (9+ messages)
` [PATCH 1/3] tcg: Silent "
` [PATCH 2/3] accel/kvm: "
` [PATCH 3/3] softmmu: "
[RESEND PATCH] virtio-pci: fix vector_irqfd leak in virtio_pci_set_guest_notifiers
2022-12-20 14:42 UTC (3+ messages)
[PATCH v12 0/1] vhost-vdpa: add support for vIOMMU
2022-12-20 14:33 UTC (2+ messages)
Should -overcommit cpu-pm=on|off be converted to some machine sugar property?
2022-12-20 14:16 UTC (3+ messages)
[PATCH] hvf: arm: Add support for GICv3
2022-12-20 14:13 UTC (4+ messages)
[PULL v3 0/6] QEMU Guest Agent misc patches
2022-12-20 14:02 UTC (2+ messages)
` [PULL v3 1/6] qga:/qga-win: adding a empty PCI address creation function
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).