qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-12 11:26:18 to 2024-03-12 14:54:22 UTC [more...]

[PATCH 00/10] Reduce usage of QERR_ macros further
 2024-03-12 15:07 UTC  (13+ messages)
` [PATCH 01/10] error: Drop superfluous #include "qapi/qmp/qerror.h"
` [PATCH 02/10] qapi: Inline and remove QERR_BUS_NO_HOTPLUG definition
` [PATCH 03/10] qapi: Inline and remove QERR_DEVICE_HAS_NO_MEDIUM definition
` [PATCH 04/10] qapi: Inline and remove QERR_DEVICE_NO_HOTPLUG definition
` [PATCH 05/10] qapi: Inline and remove QERR_INVALID_PARAMETER definition
` [PATCH 06/10] qapi: Inline QERR_INVALID_PARAMETER_TYPE definition (constant value)
` [PATCH 07/10] qapi: Inline and remove QERR_INVALID_PARAMETER_TYPE definition
` [PATCH 08/10] qapi: Correct error message for 'vcpu_dirty_limit' parameter
` [PATCH 09/10] qapi: Inline and remove QERR_MIGRATION_ACTIVE definition
` [PATCH 10/10] qapi: Inline and remove QERR_PROPERTY_VALUE_BAD definition

[PATCH v3 0/5] Add device DM163 (led driver, matrix colors shield & display)
 2024-03-12 14:49 UTC  (3+ messages)
` [PATCH v3 2/5] hw/arm : Pass STM32L4x5 SYSCFG gpios to STM32L4x5 SoC

[PATCH v2] linux-aio: add IO_CMD_FDSYNC command support
 2024-03-12 14:45 UTC  (7+ messages)

[PATCH] target/ppc: Move floating-point arithmetic instructions to decodetree
 2024-03-12 14:45 UTC  (6+ messages)

[PATCH for-9.1 00/15] tcg: Canonicalize operations during optimize
 2024-03-12 14:38 UTC  (16+ messages)
` [PATCH 01/15] tcg/optimize: Fold andc with immediate to and
` [PATCH 02/15] tcg/optimize: Fold orc with immediate to or
` [PATCH 03/15] tcg/optimize: Fold eqv with immediate to xor
` [PATCH 04/15] tcg/i386: Do not accept immediate operand for andc
` [PATCH 05/15] tcg/aarch64: Do not accept immediate operand for andc, orc, eqv
` [PATCH 06/15] tcg/arm: Do not accept immediate operand for andc
` [PATCH 07/15] tcg/ppc: Do not accept immediate operand for andc, orc, eqv
` [PATCH 08/15] tcg/loongarch64: Do not accept immediate operand for andc, orc
` [PATCH 09/15] tcg/s390x: "
` [PATCH 10/15] tcg/riscv: Do not accept immediate operand for andc, orc, eqv
` [PATCH 11/15] tcg/riscv: Do not accept immediate operands for sub
` [PATCH 12/15] tcg/riscv: Do not accept zero operands for logicals, multiply or divide
` [PATCH 13/15] tcg/optimize: Fold and to extu during optimize
` [PATCH 14/15] tcg: Use arg_is_const_val in fold_sub_to_neg
` [PATCH 15/15] tcg/optimize: Lower unsupported deposit during optimize

[PATCH v3] docs/system/ppc: Document running Linux on AmigaNG machines
 2024-03-12 14:34 UTC  (6+ messages)

[PATCH v1 0/8] virtio,vhost: Add VIRTIO_F_NOTIFICATION_DATA support
 2024-03-12 14:33 UTC  (9+ messages)
` [PATCH v1 2/8] virtio-pci: Lock ioeventfd state with VIRTIO_F_NOTIFICATION_DATA

[PULL 0/3] Xen queue 2024-03-12
 2024-03-12 14:27 UTC  (4+ messages)
` [PULL 1/3] xen/pt: Emulate multifunction bit in header type
` [PULL 2/3] xen: Drop out of coroutine context xen_invalidate_map_cache_entry
` [PULL 3/3] i386: load kernel on xen using DMA

[PATCH v4 00/25] migration: Improve error reporting
 2024-03-12 14:24 UTC  (18+ messages)
` [PATCH v4 10/25] migration: Add Error** argument to qemu_savevm_state_setup()

[PATCH v4 00/24] replay: fixes and new test cases
 2024-03-12 14:11 UTC  (14+ messages)
` [PATCH v4 03/24] tests/avocado: excercise scripts/replay-dump.py in replay tests
` [PATCH v4 04/24] replay: allow runstate shutdown->running when replaying trace
` [PATCH v4 05/24] Revert "replay: stop us hanging in rr_wait_io_event"
` [PATCH v4 06/24] chardev: set record/replay on the base device of a muxed device
` [PATCH v4 22/24] target/ppc: fix timebase register reset state

[PULL 0/5] UI patches
 2024-03-12 14:02 UTC  (6+ messages)
` [PULL 1/5] ui/vnc: Respect bound console
` [PULL 2/5] ui/dbus: factor out sending a scanout
` [PULL 3/5] ui/dbus: filter out pending messages when scanout
` [PULL 4/5] virtio-gpu: remove needless condition
` [PULL 5/5] virtio-gpu: fix scanout migration post-load

[PATCH v2] target/riscv: Implement dynamic establishment of custom decoder
 2024-03-12 13:57 UTC  (2+ messages)

[RFC v2 0/2] Add RISC-V Server Platform Reference Board
 2024-03-12 13:52 UTC  (3+ messages)
` [RFC v2 1/2] target/riscv: Add server platform reference cpu
` [RFC v2 2/2] hw/riscv: Add server platform reference machine

[PATCH v2 00/10] mirror: allow switching from background to active mode
 2024-03-12 13:44 UTC  (13+ messages)

[PATCH v2 00/10] misc ppc patches
 2024-03-12 13:44 UTC  (13+ messages)
` [PATCH v2 01/10] ppc: Drop support for POWER9 and POWER10 DD1 chips
` [PATCH v2 02/10] target/ppc: POWER10 does not have transactional memory
` [PATCH v2 03/10] ppc/spapr|pnv: Remove SAO from pa-features
` [PATCH v2 04/10] ppc/spapr: Remove copy-paste "
` [PATCH v2 05/10] ppc/spapr: Adjust ibm,pa-features for POWER9
` [PATCH v2 06/10] ppc/spapr: Add pa-features for POWER10 machines
` [PATCH v2 07/10] ppc/pnv: Permit ibm, pa-features set per machine variant
` [PATCH v2 08/10] ppc/pnv: Set POWER9, POWER10 ibm,pa-features bits
` [PATCH v2 09/10] target/ppc: Prevent supervisor from modifying MSR[ME]
` [PATCH v2 10/10] spapr: set MSR[ME] and MSR[FP] on client entry

[PULL for 9.0 0/8] final maintainer updates (testing, gdbstub)
 2024-03-12 13:42 UTC  (7+ messages)
` [PULL 2/8] tests/vm: ensure we build everything by default
` [PULL 4/8] linux-user: Move tswap_siginfo out of target code
` [PULL 5/8] gdbstub: Save target's siginfo
` [PULL 6/8] gdbstub: Add Xfer:siginfo:read stub
` [PULL 8/8] gdbstub: Fix double close() of the follow-fork-mode socket

[PULL 0/4] Error reporting patches for 2024-03-12
 2024-03-12 13:41 UTC  (5+ messages)
` [PULL 1/4] target: Simplify type checks for CpuModelInfo member @props
` [PULL 2/4] target/i386: Fix query-cpu-model-expansion to reject props
` [PULL 3/4] target: Improve error reporting for CpuModelInfo member @props
` [PULL 4/4] target/loongarch: Fix query-cpu-model-expansion to reject props

[PATCH] MAINTAINERS: Remove myself as reviewer from PPC
 2024-03-12 13:40 UTC  (2+ messages)

[PATCH v5 00/14] Nested PAPR API (KVM on PowerVM)
 2024-03-12 13:18 UTC  (30+ messages)
` [PATCH v5 04/14] spapr: nested: keep nested-hv related code restricted to its API
` [PATCH v5 05/14] spapr: nested: Document Nested PAPR API
` [PATCH v5 06/14] spapr: nested: Introduce H_GUEST_[GET|SET]_CAPABILITIES hcalls
` [PATCH v5 07/14] spapr: nested: Introduce H_GUEST_[CREATE|DELETE] hcalls
` [PATCH v5 08/14] spapr: nested: Introduce H_GUEST_CREATE_VCPU hcall
` [PATCH v5 09/14] spapr: nested: Extend nested_ppc_state for nested PAPR API
` [PATCH v5 10/14] spapr: nested: Initialize the GSB elements lookup table
` [PATCH v5 11/14] spapr: nested: Introduce H_GUEST_[GET|SET]_STATE hcalls
` [PATCH v5 12/14] spapr: nested: Use correct source for parttbl info for nested PAPR API
` [PATCH v5 13/14] spapr: nested: Introduce H_GUEST_RUN_VCPU hcall
` [PATCH v5 14/14] spapr: nested: Introduce cap-nested-papr for Nested PAPR API

[PULL 00/20] target-arm queue
 2024-03-12 13:07 UTC  (2+ messages)

[PULL 00/34] Migration 20240311 patches
 2024-03-12 13:07 UTC  (2+ messages)

[PULL 00/55] Misc ERRP_GUARD() and cpu_env() patches
 2024-03-12 12:43 UTC  (56+ messages)
` [PULL 01/55] hw/cxl/cxl-host: Fix missing ERRP_GUARD() in cxl_fixed_memory_window_config()
` [PULL 02/55] hw/display/macfb: Fix missing ERRP_GUARD() in macfb_nubus_realize()
` [PULL 03/55] hw/mem/cxl_type3: Fix missing ERRP_GUARD() in ct3_realize()
` [PULL 04/55] hw/misc/xlnx-versal-trng: Check returned bool in trng_prop_fault_event_set()
` [PULL 05/55] hw/pci-bridge/cxl_upstream: Fix missing ERRP_GUARD() in cxl_usp_realize()
` [PULL 06/55] hw/intc: Check @errp to handle the error of IOAPICCommonClass.realize()
` [PULL 07/55] error: Add error_vprepend() in comment of ERRP_GUARD() rules
` [PULL 08/55] backends/iommufd: Fix missing ERRP_GUARD() for error_prepend()
` [PULL 09/55] block: "
` [PULL 10/55] block/copy-before-write: "
` [PULL 11/55] block/nbd: "
` [PULL 12/55] block/nvme: "
` [PULL 13/55] block/qcow2-bitmap: "
` [PULL 14/55] block/qcow2: "
` [PULL 15/55] block/qed: "
` [PULL 16/55] block/snapshot: "
` [PULL 17/55] block/vdi: "
` [PULL 18/55] block/vmdk: "
` [PULL 19/55] block/virtio-blk: "
` [PULL 20/55] hw/scsi/vhost-scsi: "
` [PULL 21/55] hw/vfio/ap: "
` [PULL 22/55] hw/vfio/container: "
` [PULL 23/55] hw/vfio/helpers: "
` [PULL 24/55] hw/vfio/iommufd: "
` [PULL 25/55] hw/vfio/pci-quirks: "
` [PULL 26/55] hw/vfio/pci: "
` [PULL 27/55] hw/vfio/platform: "
` [PULL 28/55] hw/virtio/vhost-vsock: "
` [PULL 29/55] hw/virtio/vhost: "
` [PULL 30/55] migration/option: "
` [PULL 31/55] net/vhost-vdpa: "
` [PULL 32/55] target/s390x/cpu_models: "
` [PULL 33/55] error: Move ERRP_GUARD() to the beginning of the function
` [PULL 34/55] bulk: Access existing variables initialized to &S->F when available
` [PULL 35/55] hw/core: Declare CPUArchId::cpu as CPUState instead of Object
` [PULL 36/55] bulk: Call in place single use cpu_env()
` [PULL 37/55] target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handler
` [PULL 38/55] target/alpha: Prefer fast cpu_env() over slower CPU QOM cast macro
` [PULL 39/55] target/avr: "
` [PULL 40/55] target/cris: "
` [PULL 41/55] target/hexagon: "
` [PULL 42/55] target/i386/hvf: Use CPUState typedef
` [PULL 43/55] target/loongarch: Prefer fast cpu_env() over slower CPU QOM cast macro
` [PULL 44/55] target/m68k: "
` [PULL 45/55] target/microblaze: "
` [PULL 46/55] target/mips: "
` [PULL 47/55] target/nios2: "
` [PULL 48/55] target/openrisc: "
` [PULL 49/55] target/ppc: "
` [PULL 50/55] target/rx: "
` [PULL 51/55] target/sh4: "
` [PULL 52/55] target/sparc: "
` [PULL 53/55] target/tricore: "
` [PULL 54/55] target/xtensa: "
` [PULL 55/55] user: "

[PATCH 0/2] migration: mapped-ram fixes
 2024-03-12 12:44 UTC  (5+ messages)
` [PATCH 2/2] migration: Fix error handling after dup in file migration

[RFC 0/2] Add RISC-V Server Platform Reference Board
 2024-03-12 12:52 UTC  (9+ messages)
` [RFC 2/2] target/riscv: Add server platform reference cpu
    ` [RISC-V][tech-server-soc] "

[PATCH v5 00/13] Enabling DCD emulation support in Qemu
 2024-03-12 12:37 UTC  (7+ messages)
` [PATCH v5 09/13] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents

Running x86 hypervisors inside QEMU x86 TCG outer guest?
 2024-03-12 12:34 UTC 

[PATCH v7 00/10] Misc clean ups to target/ppc exception handling
 2024-03-12 12:29 UTC  (5+ messages)
` [PATCH v7 03/10] target/ppc: Add gen_exception_err_nip() function
` [PATCH v7 04/10] target/ppc: Fix gen_sc to use correct nip

[PATCH for 9.0] migration: Skip only empty block devices
 2024-03-12 12:27 UTC  (3+ messages)

[PATCH] target/ppc: Add power10 pmu SPRs
 2024-03-12 12:23 UTC  (2+ messages)

[PATCH 0/9] Introduce support for IGVM files
 2024-03-12 12:04 UTC  (10+ messages)
` [PATCH 3/9] backends/confidential-guest-support: Add functions to support IGVM
` [PATCH 4/9] backends/igvm: Implement parsing and processing of IGVM files
` [PATCH 6/9] i386/pc: Skip initialization of system FW when using IGVM

[PULL 0/6] hw/nvme updates
 2024-03-12 11:59 UTC  (3+ messages)

[PATCH] virtio-blk: iothread-vq-mapping coroutine pool sizing
 2024-03-12 11:55 UTC  (3+ messages)

[PULL 0/8] Net patches
 2024-03-12 11:36 UTC  (9+ messages)
` [PULL 1/8] igb: fix link state on resume
` [PULL 2/8] e1000e: "
` [PULL 3/8] Avoid unaligned fetch in ladr_match()
` [PULL 4/8] ebpf: Added eBPF map update through mmap
` [PULL 5/8] ebpf: Added eBPF initialization by fds
` [PULL 6/8] virtio-net: Added property to load eBPF RSS with fds
` [PULL 7/8] qmp: Added new command to retrieve eBPF blob
` [PULL 8/8] ebpf: Updated eBPF program and skeleton

[PATCH v2] virtio-gpu: first surface update with blob scanout after resumed
 2024-03-12 11:34 UTC  (2+ messages)

[PATCH 0/2] trace: fix ability to use systemtap with qemu tools
 2024-03-12 11:34 UTC  (3+ messages)

[PATCH v3] ui/gtk: flush display pipeline before saving vmstate when blob=true
 2024-03-12 11:26 UTC  (2+ messages)


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