qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-11 09:26:26 to 2021-12-13 14:54:39 UTC [more...]

[PATCH 00/26] arm gicv3 ITS: Various bug fixes and refactorings
 2021-12-13 14:51 UTC  (82+ messages)
` [PATCH 01/26] hw/intc: clean-up error reporting for failed ITS cmd
` [PATCH 02/26] hw/intc/arm_gicv3_its: Correct off-by-one bounds check on rdbase
` [PATCH 03/26] hw/intc/arm_gicv3_its: Remove redundant ITS_CTLR_ENABLED define
` [PATCH 04/26] hw/intc/arm_gicv3_its: Remove maxids union from TableDesc
` [PATCH 05/26] hw/intc/arm_gicv3_its: Don't return early in extract_table_params() loop
` [PATCH 06/26] hw/intc/arm_gicv3_its: Reduce code duplication in extract_table_params()
` [PATCH 07/26] hw/intc/arm_gicv3_its: Correct setting of TableDesc entry_sz
` [PATCH 08/26] hw/intc/arm_gicv3_its: Don't misuse GITS_TYPE_PHYSICAL define
` [PATCH 09/26] hw/intc/arm_gicv3_its: Correct handling of MAPI
` [PATCH 10/26] hw/intc/arm_gicv3_its: Use FIELD macros for DTEs
` [PATCH 11/26] hw/intc/arm_gicv3_its: Use 1ULL when shifting by (DTE.SIZE + 1)
` [PATCH 12/26] hw/intc/arm_gicv3_its: Correct comment about CTE RDBase field size
` [PATCH 13/26] hw/intc/arm_gicv3_its: Use FIELD macros for CTEs
` [PATCH 14/26] hw/intc/arm_gicv3_its: Fix various off-by-one errors
` [PATCH 15/26] hw/intc/arm_gicv3_its: Rename max_l2_entries to num_l2_entries
` [PATCH 16/26] hw/intc/arm_gicv3_its: Fix event ID bounds checks
` [PATCH 17/26] hw/intc/arm_gicv3_its: Convert int ID check to num_intids convention
` [PATCH 18/26] hw/intc/arm_gicv3_its: Fix handling of process_its_cmd() return value
` [PATCH 19/26] hw/intc/arm_gicv3_its: Don't use data if reading command failed
` [PATCH 20/26] hw/intc/arm_gicv3_its: Use enum for return value of process_* functions
` [PATCH 21/26] hw/intc/arm_gicv3_its: Fix return codes in process_its_cmd()
` [PATCH 22/26] hw/intc/arm_gicv3_its: Refactor process_its_cmd() to reduce nesting
` [PATCH 23/26] hw/intc/arm_gicv3_its: Fix return codes in process_mapti()
` [PATCH 24/26] hw/intc/arm_gicv3_its: Fix return codes in process_mapc()
` [PATCH 25/26] hw/intc/arm_gicv3_its: Fix return codes in process_mapd()
` [PATCH 26/26] hw/intc/arm_gicv3_its: Factor out "find address of table entry" code

[PATCH] MIPS - fix cycle counter timing calculations
 2021-12-13 14:36 UTC  (6+ messages)
    ` [PATCH v2] "

Fwd: QEMU | READ memory access in /hw/acpi/pcihp.c (#770)
 2021-12-13 14:28 UTC  (2+ messages)
    `  "

[PATCH] target/ppc: Fix e6500 boot
 2021-12-13 14:03 UTC  (2+ messages)

[RFC v3 0/4] tls: add macros for coroutine-safe TLS variables
 2021-12-13 14:09 UTC  (5+ messages)

[PATCH v2 00/19] ppc/pnv: Add support for user created PHB3/PHB4 devices
 2021-12-13 13:28 UTC  (20+ messages)
` [PATCH v2 01/19] ppc/pnv: Change the maximum of PHB3 devices for Power8NVL
` [PATCH v2 02/19] ppc/pnv: Introduce a "chip" property under PHB3
` [PATCH v2 03/19] ppc/pnv: Use the chip class to check the index of PHB3 devices
` [PATCH v2 04/19] ppc/pnv: Drop the "num-phbs" property
` [PATCH v2 05/19] ppc/pnv: Move mapping of the PHB3 CQ regions under pnv_pbcq_realize()
` [PATCH v2 06/19] ppc/pnv: Use QOM hierarchy to scan PHB3 devices
` [PATCH v2 07/19] ppc/pnv: Introduce a num_pecs class attribute for PHB4 PEC devices
` [PATCH v2 08/19] ppc/pnv: Introduce version and device_id class atributes for PHB4 devices
` [PATCH v2 09/19] ppc/pnv: Introduce a "chip" property under the PHB4 model
` [PATCH v2 10/19] ppc/pnv: Introduce a num_stack class attribute
` [PATCH v2 11/19] ppc/pnv: Compute the PHB index from the PHB4 PEC model
` [PATCH v2 12/19] ppc/pnv: Remove "system-memory" property from PHB4 PEC
` [PATCH v2 13/19] ppc/pnv: Move realize of PEC stacks under the PEC model
` [PATCH v2 14/19] ppc/pnv: Use QOM hierarchy to scan PEC PHB4 devices
` [PATCH v2 15/19] ppc/pnv: Introduce support for user created PHB3 devices
` [PATCH v2 16/19] ppc/pnv: Reparent user created PHB3 devices to the PnvChip
` [PATCH v2 17/19] ppc/pnv: Complete user created PHB3 devices
` [PATCH v2 18/19] ppc/pnv: Introduce support for user created PHB4 devices
` [PATCH v2 19/19] ppc/pnv: Move num_phbs under Pnv8Chip

[RFC PATCH] target/ppc: do not silence snan in xscvspdpn
 2021-12-13 12:36 UTC  (2+ messages)

[PATCH-for-6.2 0/2] hw/scsi/megasas: Avoid overflowing the SGL buffer
 2021-12-13 12:32 UTC  (2+ messages)

[PATCH] COLO: Move some trace code behind qemu_mutex_unlock_iothread()
 2021-12-13 12:12 UTC  (3+ messages)

[PATCH v2 0/4] target/ppc: Fix VSX instructions register access
 2021-12-13 12:09 UTC  (5+ messages)
` [PATCH v2 1/4] target/ppc: Fix xs{max, min}[cj]dp to use VSX registers
` [PATCH v2 2/4] target/ppc: Move xs{max,min}[cj]dp to decodetree
` [PATCH v2 3/4] target/ppc: fix xscvqpdp register access
` [PATCH v2 4/4] target/ppc: move xscvqpdp to decodetree

[PATCH 0/5] gqa-win: get_pci_info: Fix memory leak
 2021-12-13 11:15 UTC  (6+ messages)
` [PATCH 1/5] gqa-win: get_pci_info: Clean dev_info if handle is valid
` [PATCH 2/5] gqa-win: get_pci_info: Use common 'cleanup' label
` [PATCH 3/5] gqa-win: get_pci_info: Free parent_dev_info properly
` [PATCH 4/5] gqa-win: get_pci_info: Replace 'while' with 2 calls of the function
` [PATCH 5/5] gqa-win: get_pci_info: Add g_autofree for few variables

[RFC] vhost-vdpa-net: add vhost-vdpa-net host device support
 2021-12-13 11:10 UTC  (12+ messages)

[PATCH v7 0/8] virtio-iommu: Add ACPI support (Arm part + tests)
 2021-12-13 11:07 UTC  (6+ messages)

[PATCH v2 0/4] hw/display: QOM'ify vga_mmio_init() as TYPE_VGA_MMIO
 2021-12-13 11:05 UTC  (7+ messages)
` [PATCH v2 3/4] hw/display/vga-mmio: "
` [PATCH v2 4/4] hw/mips/jazz: Inline vga_mmio_init() and remove it

Redesign of QEMU startup & initial configuration
 2021-12-13 10:51 UTC  (4+ messages)

[RFC PATCH 0/6] Removal of Aiocontext lock and usage of subtree drains in aborted transactions
 2021-12-13 10:40 UTC  (7+ messages)
` [RFC PATCH 1/6] tests/unit/test-bdrv-drain.c: graph setup functions can't run in coroutines
` [RFC PATCH 2/6] introduce BDRV_POLL_WHILE_UNLOCKED
` [RFC PATCH 3/6] block/io.c: introduce bdrv_subtree_drained_{begin/end}_unlocked
` [RFC PATCH 4/6] block.c: add subtree_drains where needed
` [RFC PATCH 5/6] test-bdrv-drain.c: adapt test to the new subtree drains
` [RFC PATCH 6/6] block/io.c: enable assert_bdrv_graph_writable

[PATCH] target/mips: Remove duplicated MIPSCPU::cp0_count_rate
 2021-12-13 10:23 UTC 

[PATCH v5 00/37] bsd-user: arm (32-bit) support
 2021-12-13 10:11 UTC  (3+ messages)
` [PATCH v5 01/37] bsd-user/mips*: Remove mips support

[RFC] block-backend: prevent dangling BDS pointer in blk_drain()
 2021-12-13 10:06 UTC  (7+ messages)

[PATCH v6 0/4] virtio-iommu: config related fixes and qtest
 2021-12-13 10:02 UTC  (2+ messages)

Qemu Userspace Emulator with library + method
 2021-12-13  9:49 UTC 

[PATCH] QIO: Add force_quit to the QIOChannel to ensure QIO exits cleanly in some corner case
 2021-12-13  9:46 UTC  (11+ messages)

[PATCH v3 00/23] Migration: Transmit and detect zero pages in the multifd threads
 2021-12-13  9:34 UTC  (8+ messages)
` [PATCH v3 03/23] multifd: Rename used field to num
` [PATCH v3 23/23] migration: Use multifd before we check for the zero page

[PATCH] MAINTAINERS: Add a separate entry for acpi/VIOT tables
 2021-12-13  9:33 UTC  (2+ messages)

[PULL 0/1] Block patches
 2021-12-13  9:33 UTC  (5+ messages)

[PATCH v3 0/4] s390x/pci: some small fixes
 2021-12-13  9:09 UTC  (2+ messages)

[PATCH for-7.0] gitlab-ci: Add cirrus-ci based tests for NetBSD and OpenBSD
 2021-12-13  8:52 UTC  (3+ messages)

[PATCH v2] Move the libssh setup from configure to meson.build
 2021-12-13  7:15 UTC  (6+ messages)

[PATCH] meson: be strict for boolean options
 2021-12-13  2:41 UTC 

[PATCH v8 0/7] Add vmnet.framework based network backend
 2021-12-13  5:19 UTC  (9+ messages)
` [PATCH v8 1/7] net/vmnet: add vmnet dependency and customizable option
` [PATCH v8 2/7] net/vmnet: add vmnet backends to qapi/net
` [PATCH v8 3/7] net/vmnet: implement shared mode (vmnet-shared)
` [PATCH v8 4/7] net/vmnet: implement host mode (vmnet-host)
` [PATCH v8 5/7] net/vmnet: implement bridged mode (vmnet-bridged)
` [PATCH v8 6/7] net/vmnet: update qemu-options.hx
` [PATCH v8 7/7] net/vmnet: update MAINTAINERS list

[PATCH v2 00/12] Add riscv kvm accel support
 2021-12-13  5:05 UTC  (19+ messages)
` [PATCH v2 03/12] target/riscv: Implement function kvm_arch_init_vcpu
` [PATCH v2 04/12] target/riscv: Implement kvm_arch_get_registers
` [PATCH v2 05/12] target/riscv: Implement kvm_arch_put_registers
` [PATCH v2 06/12] target/riscv: Support start kernel directly by KVM
` [PATCH v2 07/12] target/riscv: Support setting external interrupt "
` [PATCH v2 08/12] target/riscv: Handle KVM_EXIT_RISCV_SBI exit
` [PATCH v2 10/12] target/riscv: Add kvm_riscv_get/put_regs_timer
` [PATCH v2 11/12] target/riscv: Implement virtual time adjusting with vm state changing
` [PATCH v2 12/12] target/riscv: Support virtual time context synchronization

[RFC PATCH v3 00/27] Add LoongArch softmmu support
 2021-12-13  3:13 UTC  (2+ messages)

[PATCH v10 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-12-12 22:56 UTC  (4+ messages)
` [PATCH v10 06/10] ACPI ERST: build the ACPI ERST table

[PATCH 0/8] virtio: Add vhost-user based Video decode
 2021-12-12  9:37 UTC  (5+ messages)
` [PATCH 5/8] standard-headers: Add virtio_video.h

[PATCH 0/4] target/ppc: Fix VSX instructions register access
 2021-12-11 17:07 UTC  (10+ messages)
` [PATCH 1/4] target/ppc: Fix xs{max,min}[cj]dp to use VSX registers
` [PATCH 2/4] target/ppc: Move xs{max,min}[cj]dp to decodetree
` [PATCH 3/4] target/ppc: fix xscvqpdp register access
` [PATCH 4/4] target/ppc: move xscvqpdp to decodetree

[PATCH v2] Revert "target/ppc: Move SPR_DSISR setting to powerpc_excp"
 2021-12-11 16:50 UTC  (2+ messages)

[PATCH 0/2] kvm/msi: do explicit commit when adding msi routes
 2021-12-11 14:27 UTC  (3+ messages)
` [PATCH 1/2] kvm-irqchip: introduce new API to support route change
` [PATCH 2/2] kvm/msi: do explicit commit when adding msi routes

[PATCH 0/2] linux-user: fixes for sched_ syscalls
 2021-12-11  2:27 UTC  (3+ messages)
` [PATCH 1/2] linux-user: add sched_getattr support
` [PATCH 2/2] linux-user: call set/getscheduler set/getparam directly


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