qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-14 04:51:18 to 2023-06-15 09:20:12 UTC [more...]

[PATCH v2 00/10] Misc clean ups to target/ppc exception handling
 2023-06-15  9:19 UTC  (16+ messages)
` [PATCH v2 01/10] target/ppc: Remove some superfluous parentheses
` [PATCH v2 02/10] target/ppc: Remove unneeded parameter from powerpc_reset_wakeup()
` [PATCH v2 03/10] target/ppc: Move common check in exception handlers to a function
` [PATCH v2 04/10] target/ppc: Use env_cpu for cpu_abort in excp_helper
` [PATCH v2 05/10] target/ppc: Change parameter of cpu_interrupt_exittb() to an env pointer
` [PATCH v2 06/10] target/ppc: Readability improvements in exception handlers
` [PATCH v2 07/10] target/ppd: Remove unused define
` [PATCH v2 08/10] target/ppc: Fix gen_sc to use correct nip
` [PATCH v2 09/10] target/ppc: Simplify syscall exception handlers
` [PATCH v2 10/10] target/ppc: Get CPUState in one step

[PATCH] vfio/migration: Fix return value of vfio_migration_realize()
 2023-06-15  9:19 UTC  (3+ messages)

[PATCH v2 1/2] ui/touch: Move event handling to a common helper
 2023-06-15  9:06 UTC  (2+ messages)
` [PATCH v2 2/2] ui/dbus: Expose a touch device interface

Lost partition tables on ide-hd + ahci drive
 2023-06-15  8:24 UTC  (4+ messages)

[kvm-unit-tests v4 00/12] powerpc: updates, P10, PNV support
 2023-06-15  8:11 UTC  (2+ messages)

[RFC v2 0/6] Native Library Calls
 2023-06-15  7:59 UTC  (3+ messages)
` [RFC v2 2/6] Add the libnative library

[PATCH 0/4] TriCore Privilege Levels
 2023-06-15  7:39 UTC  (9+ messages)
` [PATCH 1/4] target/tricore: Introduce priv tb flag
` [PATCH 2/4] target/tricore: Implement privilege level for all insns
` [PATCH 3/4] target/tricore: Honour privilege changes on PSW write
` [PATCH 4/4] target/tricore: Fix ICR.IE offset in RESTORE insn

[QEMU PATCH 0/1]
 2023-06-15  7:23 UTC  (6+ messages)
` [QEMU PATCH 1/1] virtgpu: do not destroy resources when guest suspend

[PATCH v2 0/8] disas/riscv: Add vendor extension support
 2023-06-15  6:53 UTC  (8+ messages)
` [PATCH v2 2/8] target/riscv: Factor out extension tests to cpu_cfg.h
` [PATCH v2 7/8] disas/riscv: Add support for XVentanaCondOps
` [PATCH v2 8/8] disas/riscv: Add support for XThead* instructions

[PATCH v2 0/6] target/riscv: Add support for BF16 extensions
 2023-06-15  6:33 UTC  (7+ messages)
` [PATCH v2 1/6] target/riscv: Add properties "
` [PATCH v2 2/6] target/riscv: Add support for Zfbfmin extension
` [PATCH v2 3/6] target/riscv: Add support for Zvfbfmin extension
` [PATCH v2 4/6] target/riscv: Add support for Zvfbfwma extension
` [PATCH v2 5/6] target/riscv: Expose properties for BF16 extensions
` [PATCH v2 6/6] target/riscv: Add disas support "

[PATCH 0/4] ppc/spapr: Nested HV fix and tidying
 2023-06-15  6:30 UTC  (15+ messages)
` [PATCH 1/4] ppc/spapr: H_ENTER_NESTED should restore host XER ca field
` [PATCH 2/4] ppc/spapr: Add a nested state struct
` [PATCH 3/4] ppc/spapr: load and store l2 state with helper functions
` [PATCH 4/4] ppc/spapr: Move spapr nested HV to a new file

[PATCH 0/1] virtio: add a new vcpu stall watchdog
 2023-06-15  6:13 UTC  (2+ messages)
` [PATCH 1/1] A new virtio pci device named virtio-vcpu-stall-watchdog-pci

[PATCH v2] hw/pci: prevent hotplug of devices on pcie-root-ports on the wrong slot
 2023-06-15  5:16 UTC 

[PATCH 0/3] net: socket: do not close file descriptor if it's not a socket
 2023-06-15  5:10 UTC  (7+ messages)
` [PATCH 1/3] net: socket: prepare to cleanup net_init_socket()
` [PATCH 2/3] net: socket: move fd type checking to its own function
` [PATCH 3/3] net: socket: remove net_init_socket()

[PATCH] docs/devel: Document the tarball publishing/release process
 2023-06-15  4:52 UTC 

[PULL 00/60] riscv-to-apply queue
 2023-06-15  4:03 UTC  (3+ messages)

[PATCH v4 0/3] Some fixes on intel_iommu
 2023-06-15  3:26 UTC  (4+ messages)
` [PATCH v4 1/3] intel_iommu: Fix a potential issue in VFIO dirty page sync
` [PATCH v4 2/3] intel_iommu: Fix flag check in replay
` [PATCH v4 3/3] intel_iommu: Fix address space unmap

[PATCH] hw/pci: prevent hotplug of devices on pcie-root-ports with wrong devfn address
 2023-06-15  3:28 UTC  (9+ messages)

[PATCH v4 1/6] target/ppc: Fix instruction loading endianness in alignment interrupt
 2023-06-15  2:51 UTC  (3+ messages)

[PATCH 0/4] ppc/pnv: Add chiptod and core timebase state machine models
 2023-06-15  2:18 UTC  (13+ messages)
` [PATCH 1/4] pnv/chiptod: Add POWER9/10 chiptod model
` [PATCH 3/4] target/ppc: add TFMR SPR implementation with read and write helpers
` [PATCH 4/4] target/ppc: Implement core timebase state machine and TFMR

[PATCH 00/10] Misc clean ups to target/ppc exception handling
 2023-06-15  1:50 UTC  (22+ messages)
` [PATCH 03/10] target/ppc: Move common check in exception handlers to a function
` [PATCH 04/10] target/ppc: Use env_cpu for cpu_abort in excp_helper
` [PATCH 06/10] target/ppc: Readability improvements in exception handlers
` [PATCH 08/10] target/ppc: Fix gen_sc to use correct nip
` [PATCH 09/10] target/ppc: Simplify syscall exception handlers

[QEMU][PATCH v8 00/11] Introduce xenpvh machine for arm architecture
 2023-06-15  0:03 UTC  (12+ messages)
` [QEMU][PATCH v8 01/11] hw/i386/xen/: move xen-mapcache.c to hw/xen/
` [QEMU][PATCH v8 02/11] hw/i386/xen: rearrange xen_hvm_init_pc
` [QEMU][PATCH v8 03/11] hw/i386/xen/xen-hvm: move x86-specific fields out of XenIOState
` [QEMU][PATCH v8 04/11] xen-hvm: reorganize xen-hvm and move common function to xen-hvm-common
` [QEMU][PATCH v8 05/11] include/hw/xen/xen_common: return error from xen_create_ioreq_server
` [QEMU][PATCH v8 06/11] hw/xen/xen-hvm-common: skip ioreq creation on ioreq registration failure
` [QEMU][PATCH v8 07/11] hw/xen/xen-hvm-common: Use g_new and error_report
` [QEMU][PATCH v8 08/11] meson.build: do not set have_xen_pci_passthrough for aarch64 targets
` [QEMU][PATCH v8 09/11] hw/arm: introduce xenpvh machine
` [QEMU][PATCH v8 10/11] meson.build: enable xenpv machine build for ARM
` [QEMU][PATCH v8 11/11] test/qtest: add xepvh to skip list for qtest

[PATCH 04/12] hvf: arm: Ignore writes to CNTP_CTL_EL0
 2023-06-14 22:57 UTC  (9+ messages)
` [PATCH 05/12] hw/virtio: Add support for apple virtio-blk
  ` [PATCH 06/12] hw: Add vmapple subdir
  ` [PATCH 07/12] gpex: Allow more than 4 legacy IRQs
  ` [PATCH 08/12] hw/vmapple/aes: Introduce aes engine
  ` [PATCH 09/12] hw/vmapple/bdif: Introduce vmapple backdoor interface
` [PATCH 10/12] hw/vmapple/cfg: Introduce vmapple cfg region
  ` [PATCH 11/12] hw/vmapple/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
  ` [PATCH 12/12] hw/vmapple/vmapple: Add vmapple machine type

[PATCH 00/12] Introduce new vmapple machine type
 2023-06-14 22:40 UTC  (5+ messages)
` [PATCH 01/12] build: Only define OS_OBJECT_USE_OBJC with gcc
` [PATCH 02/12] hw/misc/pvpanic: Add MMIO interface
` [PATCH 03/12] hvf: Increase number of possible memory slots
` [PATCH 04/12] hvf: arm: Ignore writes to CNTP_CTL_EL0

[PATCH v3 0/6] eBPF RSS through QMP support
 2023-06-14 22:10 UTC  (7+ messages)
` [PATCH v3 1/6] ebpf: Added eBPF map update through mmap
` [PATCH v3 2/6] ebpf: Added eBPF initialization by fds
` [PATCH v3 3/6] virtio-net: Added property to load eBPF RSS with fds
` [PATCH v3 4/6] ebpf: Added declaration/initialization routines
` [PATCH v3 5/6] qmp: Added new command to retrieve eBPF blob
` [PATCH v3 6/6] ebpf: Updated eBPF program and skeleton

[PATCH] mv64361: Add dummy gigabit ethernet PHY access registers
 2023-06-14 19:21 UTC  (2+ messages)

[PATCH V2] migration: file URI
 2023-06-14 18:38 UTC  (8+ messages)

[PATCH v2 00/20] Next round of migration atomic counters
 2023-06-14 15:54 UTC  (15+ messages)
` [PATCH v2 04/20] qemu-file: We only call qemu_file_transferred_* on the sending side
` [PATCH v2 06/20] qemu_file: total_transferred is not used anymore
` [PATCH v2 16/20] migration/rdma: Split qemu_fopen_rdma() into input/output functions
` [PATCH v2 18/20] qemu_file: Make qemu_file_is_writable() static
` [PATCH v2 19/20] qemu-file: Simplify qemu_file_shutdown()
` [PATCH v2 20/20] qemu-file: Make qemu_file_get_error_obj() static

[PATCH] hw/vfio/pci-quirks: Support alternate offset for GPUDirect Cliques
 2023-06-14 15:01 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v2 00/26] target/arm/tcg: Remove inclusions of 'exec/helper-[proto/gen].h'
 2023-06-14 13:34 UTC  (21+ messages)
` [PATCH v2 18/26] target/arm/tcg: Reduce 'helper-sme.h.inc' inclusion
` [PATCH v2 19/26] target/arm/tcg: Reduce 'helper-a64.h.inc' inclusion
` [PATCH v2 20/26] target/arm/tcg: Move v8m_stackcheck() from op_helper.c to m_helper.c
` [PATCH v2 21/26] target/arm/tcg: Extract M-profile definitions to 'helper-m.h.inc'
` [PATCH v2 22/26] target/arm/tcg: Reduce 'helper-m.h.inc' inclusion
` [PATCH v2 23/26] target/arm/tcg: Inline 'exec/helper-gen.h'
` [PATCH v2 24/26] target/arm/tcg: Inline 'exec/helper-proto.h'
` [PATCH v2 25/26] target/arm/tcg: Rename 'helper.h' -> 'tcg/helper.h.inc'

[PATCH] memory-device: Track used region size in DeviceMemoryState
 2023-06-14 13:04 UTC  (7+ messages)
` [PATCH v3 00/10] memory-device: Some cleanups
` [PATCH v3 04/10] hw/ppc/spapr: Use machine_memory_devices_init()
` [PATCH v3 09/10] memory-device: Refactor memory_device_pre_plug()

Emulation of 'System OFF' mode in ARM nRF51 SoCs
 2023-06-14  2:27 UTC 

[PATCH RFC 0/1] Return -EINVAL if device's ack is VIRTIO_NET_ERR
 2023-06-14 13:01 UTC  (2+ messages)
` [PATCH RFC 1/1] vdpa: "

[PATCH] target/loongarch: Fix CSR.DMW0-3.VSEG check
 2023-06-14  6:55 UTC 

[PATCH v3 0/5] Optimize UNMAP call and bug fix
 2023-06-14 12:51 UTC  (14+ messages)
` [PATCH v3 5/5] intel_iommu: Optimize out some unnecessary UNMAP calls

[PATCH] Fix handling of AVR interrupts above 33
 2023-06-14 14:07 UTC  (3+ messages)

[PATCH v3 0/8] TriCore 1.6.2 Instructions
 2023-06-14 12:11 UTC  (11+ messages)
` [PATCH v3 1/8] target/tricore: Introduce ISA 1.6.2 feature
` [PATCH v3 2/8] target/tricore: Add popcnt.w insn
` [PATCH v3 3/8] target/tricore: Add LHA insn
` [PATCH v3 4/8] target/tricore: Add crc32l.w insn
` [PATCH v3 5/8] target/tricore: Add crc32.b insn
` [PATCH v3 6/8] target/tricore: Add shuffle insn
` [PATCH v3 7/8] target/tricore: Implement SYCSCALL insn
` [PATCH v3 8/8] target/tricore: Add DISABLE insn variant

[PATCH] kvm: reuse per-vcpu stats fd to avoid vcpu interruption
 2023-06-14 11:15 UTC  (2+ messages)

[PATCH] target/ppc: Implement gathering irq statistics
 2023-06-14 10:00 UTC  (5+ messages)

[PATCH 0/2] target/riscv: Fix the xlen for data address when MPRV=1
 2023-06-14  9:18 UTC  (5+ messages)
` [PATCH 1/2] target/riscv: Add additional xlen for "
` [PATCH 2/2] target/riscv: update cur_pmbase/pmmask based on mode affected by MPRV

[PATCH v3 0/6] Add RISC-V KVM AIA Support
 2023-06-14  9:13 UTC  (5+ messages)
` [PATCH v3 2/6] target/riscv: support the AIA device emulation with KVM enabled

[PATCH v4 0/1] use XHCI to replace EHCI
 2023-06-14  8:12 UTC  (3+ messages)
` [PATCH v4 1/1] hw/arm/sbsa-ref: "

[PATCH] udmabuf: revert 'Add support for mapping hugepages (v4)'
 2023-06-14  7:51 UTC  (6+ messages)

[PATCH v3 0/9] bulk: Replace CONFIG_SOFTMMU by !CONFIG_USER_ONLY/CONFIG_SYSTEM_ONLY
 2023-06-14  6:41 UTC  (10+ messages)
` [PATCH v3 1/9] target/i386: Simplify i386_tr_init_disas_context()
` [PATCH v3 4/9] target/ppc: Check for USER_ONLY definition instead of SOFTMMU one
` [PATCH v3 7/9] meson: Alias CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY
` [PATCH v3 8/9] meson: Replace "

[PATCH v3 0/4] hw/arm/raspi: Use named constants in BCM props
 2023-06-14  6:04 UTC  (7+ messages)
` [PATCH v3 1/4] hw/arm/raspi: Import Linux raspi definitions as 'raspberrypi-fw-defs.h'
` [PATCH v3 2/4] hw/misc/bcm2835_property: Use 'raspberrypi-fw-defs.h' definitions
` [RFC PATCH v3 3/4] hw/misc/bcm2835_property: Replace magic frequency values by definitions

[PATCH v2 00/23] target/arm: Convert exception, system, loads and stores to decodetree
 2023-06-14  5:35 UTC  (9+ messages)
` [PATCH v2 03/23] target/arm: Pass memop to gen_mte_check1_mmuidx() in reg_imm9 decode
` [PATCH v2 04/23] target/arm: Consistently use finalize_memop_asimd() for ASIMD loads/stores
` [PATCH v2 14/23] target/arm: Convert load/store-pair to decodetree
` [PATCH v2 22/23] target/arm: Convert load/store single structure "


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