qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-14 12:12:16 to 2023-06-15 23:05:17 UTC [more...]

[PATCH v3 00/14] Misc clean ups to target/ppc exception handling
 2023-06-15 23:03 UTC  (11+ messages)
` [PATCH v3 01/14] target/ppc: Remove some superfluous parentheses
` [PATCH v3 02/14] target/ppc: Remove unneeded parameter from powerpc_reset_wakeup()
` [PATCH v3 03/14] target/ppc: Move common check in exception handlers to a function
` [PATCH v3 04/14] target/ppc: Use env_cpu for cpu_abort in excp_helper
` [PATCH v3 05/14] target/ppc: Remove some more local CPUState variables only used once
` [PATCH v3 06/14] target/ppc: Readability improvements in exception handlers
` [PATCH v3 09/14] target/ppc: Move patching nip from exception handler to helper_scv
` [PATCH v3 10/14] target/ppc: Simplify syscall exception handlers
` [PATCH v3 11/14] target/ppc: Get CPUState in one step
` [PATCH v3 14/14] target/ppc: Clean up ifdefs in excp_helper.c, part 3

[PATCH v2 00/10] Misc clean ups to target/ppc exception handling
 2023-06-15 23:02 UTC  (21+ 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 V2 0/4] string list functions
 2023-06-15 21:25 UTC  (15+ messages)
` [PATCH V2 1/4] qapi: strList_from_string

QEMU virt (arm64) does not honor reserved-memory set in device tree
 2023-06-15 20:59 UTC  (3+ messages)

[PATCH V1 0/3] fix migration of suspended runstate
 2023-06-15 20:26 UTC  (4+ messages)
` [PATCH V1 1/3] vl: start on wakeup request
` [PATCH V1 2/3] migration: fix suspended runstate
` [PATCH V1 3/3] tests/qtest: live migration suspended state

[PULL 0/6] aspeed queue
 2023-06-15 17:35 UTC  (7+ messages)
` [PULL 1/6] hw/arm/aspeed: Add VPD data for Rainier machine
` [PULL 2/6] aspeed/hace: Initialize g_autofree pointer
` [PULL 3/6] aspeed: Introduce a boot_rom region at the machine level
` [PULL 4/6] aspeed: Use the boot_rom region of the fby35 machine
` [PULL 5/6] aspeed: Introduce a "bmc-console" machine option
` [PULL 6/6] target/arm: Allow users to set the number of VFP registers

[RFC v3] linux-user/riscv: Add syscall riscv_hwprobe
 2023-06-15 17:12 UTC  (2+ messages)

[PATCH 0/4] TriCore Privilege Levels
 2023-06-15 15:36 UTC  (11+ 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

[PATCH v2 0/6] target/riscv: Add support for BF16 extensions
 2023-06-15 15:00 UTC  (10+ 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 V2] migration: file URI
 2023-06-15 14:50 UTC  (9+ messages)

[PATCH] imx_serial: set wake bit when we receive a data byte
 2023-06-15 14:22 UTC  (6+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH] contrib/plugins: add meson build file
 2023-06-15 14:14 UTC 

[PATCH 0/1] Secondary Cadence GEM IRQs
 2023-06-15 13:48 UTC  (2+ messages)
` [PATCH] hw/arm/xlnx: Connect secondary CGEM IRQs

[PATCH v5 0/9] migration: Add switchover ack capability and VFIO precopy support
 2023-06-15 13:49 UTC  (4+ messages)
` [PATCH v5 1/9] migration: Add switchover ack capability

[PATCH QEMU v5 6/8] migration: Implement dirty-limit convergence algo
 2023-06-15 10:12 UTC  (3+ messages)

[PATCH] chardev/char-win-stdio: Support VT sequences on Windows 11 host
 2023-06-15 10:57 UTC  (2+ messages)

[PATCH] hw/riscv/virt.c: fix typo in 'aia' description
 2023-06-15 13:15 UTC  (3+ messages)

[PATCH 0/4] ppc/spapr: Nested HV fix and tidying
 2023-06-15 11:51 UTC  (13+ messages)
` [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 v2] hw/pci: prevent hotplug of devices on pcie-root-ports on the wrong slot
 2023-06-15 11:26 UTC  (2+ messages)

[PATCH] vfio/migration: Fix return value of vfio_migration_realize()
 2023-06-15 10:22 UTC  (4+ messages)

[PATCH] udmabuf: revert 'Add support for mapping hugepages (v4)'
 2023-06-15  9:48 UTC  (7+ messages)

[PATCH 0/4] ppc/pnv: Add chiptod and core timebase state machine models
 2023-06-15  9:45 UTC  (6+ messages)

[PATCH v3] 9pfs: deprecate 'proxy' backend
 2023-06-15  9:35 UTC  (2+ messages)

[PATCH v2 1/2] ui/touch: Move event handling to a common helper
 2023-06-15  9:28 UTC  (4+ 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

[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  (5+ messages)
` [PATCH v2 2/8] target/riscv: Factor out extension tests to cpu_cfg.h
` [PATCH v2 8/8] disas/riscv: Add support for XThead* instructions

[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 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 00/10] Misc clean ups to target/ppc exception handling
 2023-06-15  1:50 UTC  (21+ 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 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  (11+ messages)
` [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] memory-device: Track used region size in DeviceMemoryState
 2023-06-14 13:04 UTC  (5+ messages)
` [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  (6+ 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  (3+ messages)
` [PATCH v3 8/8] target/tricore: Add DISABLE insn variant


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