messages from 2022-12-05 17:06:27 to 2022-12-06 19:30:43 UTC [more...]
[PATCH v3 00/13] tcg/s390x: misc patches
2022-12-06 19:29 UTC (5+ messages)
` [PATCH v3 01/13] tcg/s390x: Use register pair allocation for div and mulu2
` [PATCH v3 02/13] tcg/s390x: Remove TCG_REG_TB
[PATCH for-8.0] ui/vnc: fix bad address parsing
2022-12-06 19:23 UTC
[Bug 1903470] [NEW] qemu 5.1.0: Add UNIX socket support for netdev socket
2022-12-06 17:34 UTC (4+ messages)
` [Bug 1903470] "
Thoughts on removing the TARGET_I386 part of hw/display/vga/vbe_portio_list[]
2022-12-06 17:31 UTC (8+ messages)
[RFC PATCH 0/1] QEMU: Dirty quota-based throttling of vcpus
2022-12-06 17:29 UTC (4+ messages)
[PATCH 00/11] exec: Restrict various system emulation specific headers (to sysemu)
2022-12-06 17:17 UTC (10+ messages)
` [PATCH 02/11] exec: Restrict hwaddr.h to sysemu/
[PATCH] intel-iommu: Document iova_tree
2022-12-06 16:28 UTC (11+ messages)
[PATCH for-8.0 v3 00/34] tcg misc patches
2022-12-06 15:58 UTC (5+ messages)
` [PATCH v3 29/34] tcg: Reorg function calls
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2022-12-06 15:48 UTC (19+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
` [PATCH v10 4/9] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v10 5/9] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v10 7/9] KVM: Update lpage info when private/shared memory are mixed
[PATCH v1 00/13] various virtio docs, fixes and tweaks
2022-12-06 15:45 UTC (4+ messages)
` [PATCH v1 13/13] virtio/vhost-user: dynamically assign VhostUserHostNotifiers
[PATCH 00/22] tcg: exit_tb tidy, goto_tb reorg
2022-12-06 15:41 UTC (35+ messages)
` [PATCH 01/22] tcg: Split out tcg_out_exit_tb
` [PATCH 02/22] tcg/i386: Remove unused goto_tb code for indirect jump
` [PATCH 03/22] tcg/ppc: "
` [PATCH 04/22] tcg/sparc64: "
` [PATCH 05/22] tcg: Replace asserts on tcg_jmp_insn_offset
` [PATCH 06/22] tcg: Introduce set_jmp_insn_offset
` [PATCH 07/22] tcg: Introduce get_jmp_target_addr
` [PATCH 08/22] tcg: Split out tcg_out_goto_tb
` [PATCH 09/22] tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALID
` [PATCH 10/22] tcg: Add gen_tb to TCGContext
` [PATCH 11/22] tcg: Add TranslationBlock.jmp_insn_offset
` [PATCH 12/22] tcg: Change tb_target_set_jmp_target arguments
` [PATCH 13/22] tcg: Move tb_target_set_jmp_target declaration to tcg.h
` [PATCH 14/22] tcg: Always define tb_target_set_jmp_target
` [PATCH 15/22] tcg: Remove TCG_TARGET_HAS_direct_jump
` [PATCH 16/22] tcg/aarch64: Reorg goto_tb implementation
` [PATCH 17/22] tcg/ppc: "
` [PATCH 18/22] tcg/sparc64: Remove USE_REG_TB
` [PATCH 19/22] tcg/sparc64: Reorg goto_tb implementation
` [PATCH 20/22] tcg/arm: Implement direct branch for goto_tb
` [PATCH 21/22] tcg/riscv: Introduce OPC_NOP
` [PATCH 22/22] tcg/riscv: Implement direct branch for goto_tb
[PATCH qemu] migration/ram: support resize of option rom
2022-12-06 3:49 UTC
[PATCH v12 0/7] s390x: CPU Topology
2022-12-06 14:44 UTC (13+ messages)
` [PATCH v12 1/7] s390x/cpu topology: Creating CPU topology device
` [PATCH v12 2/7] s390x/cpu topology: reporting the CPU topology to the guest
` [PATCH v12 3/7] s390x/cpu_topology: resetting the Topology-Change-Report
[PATCH 0/3] Fix UNMAP notifier for intel-iommu
2022-12-06 13:58 UTC (15+ messages)
` [PATCH 1/3] intel-iommu: fail MAP notifier without caching mode
` [PATCH 2/3] intel-iommu: fail DEVIOTLB_UNMAP without dt mode
` [PATCH 3/3] intel-iommu: build iova tree during IOMMU translation
[PATCH v6 0/7] Add ARM Cortex-R52 CPU
2022-12-06 12:00 UTC (11+ messages)
` [PATCH v6 1/7] target/arm: Don't add all MIDR aliases for cores that implement PMSA
` [PATCH v6 2/7] target/arm: Make RVBAR available for all ARMv8 CPUs
` [PATCH v6 3/7] target/arm: Make stage_2_format for cache attributes optional
` [PATCH v6 4/7] target/arm: Enable TTBCR_EAE for ARMv8-R AArch32
` [PATCH v6 5/7] target/arm: Add PMSAv8r registers
` [PATCH v6 6/7] target/arm: Add PMSAv8r functionality
` [PATCH v6 7/7] target/arm: Add ARM Cortex-R52 CPU
[PATCH for-8.0] target/s390x: The MVCP and MVCS instructions are not privileged
2022-12-06 11:43 UTC (2+ messages)
[RFC PATCH 00/21] Xen HVM support under KVM
2022-12-06 11:30 UTC (45+ messages)
` [RFC PATCH 01/21] include: import xen public headers
` [RFC PATCH 02/21] i386/xen: Add xen-version machine property and init KVM Xen support
` [RFC PATCH 03/21] i386/kvm: handle Xen HVM cpuid leaves
` [RFC PATCH 04/21] xen-platform-pci: allow its creation with XEN_EMULATE mode
` [RFC PATCH 05/21] hw/xen_backend: refactor xen_be_init()
` [RFC PATCH 06/21] pc_piix: handle XEN_EMULATE backend init
` [RFC PATCH 07/21] xen-platform-pci: register xen-mmio as RAM for XEN_EMULATE
` [RFC PATCH 08/21] xen_platform: exclude vfio-pci from the PCI platform unplug
` [RFC PATCH 09/21] pc_piix: allow xenfv machine with XEN_EMULATE
` [RFC PATCH 10/21] i386/xen: handle guest hypercalls
` [RFC PATCH 11/21] i386/xen: implement HYPERCALL_xen_version
` [RFC PATCH 12/21] i386/xen: set shared_info page
` [RFC PATCH 13/21] i386/xen: implement HYPERVISOR_hvm_op
` [RFC PATCH 14/21] i386/xen: implement HYPERVISOR_vcpu_op
` [RFC PATCH 15/21] i386/xen: handle register_vcpu_info
` [RFC PATCH 16/21] i386/xen: handle register_vcpu_time_memory_area
` [RFC PATCH 17/21] i386/xen: handle register_runstate_memory_area
` [RFC PATCH 18/21] kvm/ioapic: mark gsi-2 used in ioapic routing init
` [RFC PATCH 19/21] i386/xen: handle event channel upcall related hypercalls
` [RFC PATCH 20/21] i386/xen: implement HYPERVISOR_event_channel_op
` [RFC PATCH 21/21] i386/xen: implement HYPERVISOR_sched_op
[PATCH v2 0/2] two optimizations to speed up the start time
2022-12-06 10:45 UTC (8+ messages)
` [PATCH v2 1/2] vhost: configure all host notifiers in a single MR transaction
` [PATCH v2 2/2] vdpa: commit all host notifier MRs "
Sad to see the advent calendar go
2022-12-06 8:08 UTC (3+ messages)
[PATCH v2 0/4] Guest announce feature emulation using Shadow VirtQueue
2022-12-06 7:30 UTC (9+ messages)
` [PATCH v2 3/4] vdpa: handle VIRTIO_NET_CTRL_ANNOUNCE in vhost_vdpa_net_handle_ctrl_avail
[PATCH 0/8] tcg/loongarch64: Reorg goto_tb and cleanups
2022-12-06 7:30 UTC (11+ messages)
` [PATCH 1/8] target/loongarch: Enable the disassembler for host tcg
` [PATCH 2/8] tcg/loongarch64: Optimize immediate loading
` [PATCH 3/8] tcg/loongarch64: Update tcg-insn-defs.c.inc
` [PATCH 4/8] tcg/loongarch64: Introduce tcg_out_addi
` [PATCH 5/8] tcg/loongarch64: Improve setcond expansion
` [PATCH 6/8] tcg/loongarch64: Implement movcond
` [PATCH 7/8] tcg/loongarch64: Use tcg_pcrel_diff in tcg_out_ldst
` [PATCH 8/8] tcg/loongarch64: Reorg goto_tb implementation
[RFC PATCH for 8.0 00/13] vDPA-net inflight descriptors migration with SVQ
2022-12-06 7:07 UTC (13+ messages)
` [RFC PATCH for 8.0 02/13] vhost: iterate only available descriptors at SVQ stop
` [RFC PATCH for 8.0 04/13] vhost: add vhost_svq_save_inflight
` [RFC PATCH for 8.0 05/13] virtio: Specify uint32_t as VirtQueueElementOld members type
` [RFC PATCH for 8.0 08/13] virtio: expose VirtQueueElementOld
` [RFC PATCH for 8.0 09/13] virtio: add vmstate_virtqueue_element_old
` [RFC PATCH for 8.0 10/13] virtio-net: Migrate vhost inflight descriptors
` [RFC PATCH for 8.0 11/13] virtio-net: save inflight descriptors at vhost shutdown
` [RFC PATCH for 8.0 12/13] vhost: expose vhost_svq_add_element
` [RFC PATCH for 8.0 13/13] vdpa: Recover inflight descriptors
[PATCH] target/riscv: Fix mret exception cause when no pmp rule is configured
2022-12-06 7:05 UTC (3+ messages)
[PATCH v3 0/3] Implement the watchdog timer of HiFive 1 rev b
2022-12-06 7:03 UTC (3+ messages)
` [PATCH v3 2/3] hw/riscv: sifive_e: Support "
[PATCH v3 0/3] Add (more) missing PolarFire SoC io regions
2022-12-06 6:57 UTC (4+ messages)
` [PATCH v3 3/3] hw/{misc, riscv}: pfsoc: add system controller as unimplemented
[PATCH v3] riscv: Allow user to set the satp mode
2022-12-06 6:08 UTC (4+ messages)
[PATCH 01/15] hw/riscv: Select MSI_NONBROKEN in SIFIVE_PLIC
2022-12-05 22:05 UTC (5+ messages)
` [PATCH 15/15] hw/intc: sifive_plic: Fix the pending register range check
[PATCH 0/6] Enable Cubieboard A10 boot SPL from SD card
2022-12-05 21:07 UTC (4+ messages)
` [PATCH 4/6] hw/misc: Allwinner AXP-209 Emulation
[PATCH v6 00/14] target/arm: Implement FEAT_HAFDBS
2022-12-05 19:06 UTC (4+ messages)
` [PATCH v6 14/14] target/arm: Use the max page size in a 2-stage ptw
[PATCH for-8.0] target/s390x/tcg/mem_helper: Test the right bits in psw_key_valid()
2022-12-05 15:59 UTC (2+ messages)
[PATCH v2 for-8.0] hw/misc: Move some arm-related files from specific_ss into softmmu_ss
2022-12-05 17:09 UTC (3+ messages)
[PATCH v5 0/7] Add ARM Cortex-R52 CPU
2022-12-05 17:07 UTC (3+ messages)
` [PATCH v5 5/7] target/arm: Add PMSAv8r registers
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).