qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-15 11:37:08 to 2021-12-15 17:18:12 UTC [more...]

[PULL 000/102] ppc queue
 2021-12-15 16:57 UTC  (7+ messages)
` [PULL 001/102] pseries: Update SLOF firmware image
` [PULL 003/102] target/ppc: Fixed call to deferred exception
` [PULL 006/102] target/ppc: Implement Vector Expand Mask
` [PULL 009/102] ivshmem.c: change endianness to LITTLE_ENDIAN
` [PULL 010/102] ivshmem-test.c: enable test_ivshmem_server for ppc64 arch
` [PULL 011/102] pci-host: Allow extended config space access for PowerNV PHB4 model

[PATCH] target/ppc: Fix e6500 boot
 2021-12-15 16:52 UTC  (2+ messages)

[PATCH v2 0/4] target/ppc: Fix VSX instructions register access
 2021-12-15 16:50 UTC  (2+ messages)

[PATCH v5 0/8] tests/unit: Rework test-smp-parse tests
 2021-12-15 16:48 UTC  (9+ messages)
` [PATCH v5 1/8] tests/unit/test-smp-parse: Pass machine type as argument to tests
` [PATCH v5 2/8] tests/unit/test-smp-parse: Split the 'generic' test in valid / invalid
` [PATCH v5 3/8] tests/unit/test-smp-parse: Add 'smp-with-dies' machine type
` [PATCH v5 4/8] tests/unit/test-smp-parse: Add 'smp-generic-invalid' "
` [PATCH v5 5/8] tests/unit/test-smp-parse: Add 'smp-generic-valid' "
` [PATCH v5 6/8] tests/unit/test-smp-parse: Simplify pointer to compound literal use
` [PATCH v5 7/8] tests/unit/test-smp-parse: Constify some pointer/struct
` [PATCH v5 8/8] hw/core: Rename smp_parse() -> machine_parse_smp_config()

[PATCH v3 00/28] glib: Replace g_memdup() by g_memdup2()
 2021-12-15 16:54 UTC  (2+ messages)

[PATCH v2 00/19] ppc/pnv: Add support for user created PHB3/PHB4 devices
 2021-12-15 16:56 UTC  (2+ messages)

[PATCH v9 00/10] PMU-EBB support for PPC64 TCG
 2021-12-15 16:54 UTC  (2+ messages)

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

[PATCH] linux-user: Remove the deprecated ppc64abi32 target
 2021-12-15 16:52 UTC  (6+ messages)

[PATCH 0/3] target/ppc: Minor fixes to exception code
 2021-12-15 16:47 UTC  (4+ messages)
` [PATCH 1/3] target/ppc: Fix MPCxxx FPU interrupt address

[PATCH 00/15] ppc/ppc405: decade cleanup
 2021-12-15 16:49 UTC  (2+ messages)

[RFC PATCH v2 0/4] QEMU/openbios: PPC Software TLB support in the G4 family
 2021-12-15 16:47 UTC  (2+ messages)

[PATCH 0/3] docs: rSTify ppc-spapr-hcalls.txt
 2021-12-15 16:41 UTC  (2+ messages)

[PATCH v2] block-backend: prevent dangling BDS pointers across aio_poll()
 2021-12-15 16:46 UTC  (5+ messages)

[PATCH v2] docs: Introducing pseries documentation
 2021-12-15 16:40 UTC  (2+ messages)

[RFC PATCH for-7.0 00/35] target/ppc fpu fixes and cleanups
 2021-12-15 16:42 UTC  (2+ messages)

[PATCH v2 0/2] ppc/pnv.c: add a friendly warning when accel=kvm is used
 2021-12-15 16:38 UTC  (2+ messages)

[PATCH v2] docs: Minor updates on the powernv documentation
 2021-12-15 16:37 UTC  (2+ messages)

[PATCH v3] ppc/pnv.c: fix "system-id" FDT when -uuid is set
 2021-12-15 16:38 UTC  (2+ messages)

[PATCH v3 0/3] target/ppc: Implement Vector Expand/Extract Mask and Vector Mask
 2021-12-15 16:34 UTC  (3+ messages)
` [PATCH v3 1/3] target/ppc: Implement Vector Expand Mask

[PATCH v4 0/3] Fix mtfsf, mtfsfi and mtfsb1 bug
 2021-12-15 16:33 UTC  (2+ messages)

[PATCH for-7.0 v2 0/2] change ivshmem endianness to LITTLE_ENDIAN
 2021-12-15 16:35 UTC  (2+ messages)

[PATCH 00/12] s390x/pci: zPCI interpretation support
 2021-12-15 16:32 UTC  (6+ messages)
` [PATCH 07/12] s390x/pci: enable for load/store intepretation

[PATCH v11 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-12-15 16:33 UTC  (12+ messages)
` [PATCH v11 01/10] ACPI ERST: bios-tables-test.c steps 1 and 2
` [PATCH v11 02/10] ACPI ERST: specification for ERST support
` [PATCH v11 03/10] ACPI ERST: PCI device_id for ERST
` [PATCH v11 04/10] ACPI ERST: header file "
` [PATCH v11 05/10] ACPI ERST: support for ACPI ERST feature
` [PATCH v11 06/10] ACPI ERST: build the ACPI ERST table
` [PATCH v11 07/10] ACPI ERST: create ACPI ERST table for pc/x86 machines
` [PATCH v11 08/10] ACPI ERST: qtest for ERST
` [PATCH v11 09/10] ACPI ERST: bios-tables-test testcase
` [PATCH v11 10/10] ACPI ERST: step 6 of bios-tables-test.c

[PATCH v4 00/14] vfio-user server in QEMU
 2021-12-15 15:54 UTC  (16+ messages)
` [PATCH v4 01/14] configure, meson: override C compiler for cmake
` [PATCH v4 02/14] tests/avocado: Specify target VM argument to helper routines
` [PATCH v4 03/14] vfio-user: build library
` [PATCH v4 04/14] vfio-user: define vfio-user-server object
` [PATCH v4 05/14] vfio-user: instantiate vfio-user context
` [PATCH v4 06/14] vfio-user: find and init PCI device
` [PATCH v4 07/14] vfio-user: run vfio-user context
` [PATCH v4 08/14] vfio-user: handle PCI config space accesses
` [PATCH v4 09/14] vfio-user: handle DMA mappings
` [PATCH v4 10/14] vfio-user: handle PCI BAR accesses
` [PATCH v4 11/14] vfio-user: IOMMU support for remote device
` [PATCH v4 12/14] vfio-user: handle device interrupts
` [PATCH v4 13/14] vfio-user: register handlers to facilitate migration
` [PATCH v4 14/14] vfio-user: avocado tests for vfio-user

[PATCH v4 00/18] tests/docker: start using libvirt-ci's "lcitool" for dockerfiles
 2021-12-15 16:21 UTC  (28+ messages)
` [PATCH v4 03/18] meson: require liburing >= 0.3
` [PATCH v4 04/18] ui: avoid warnings about directdb on Alpine / musl libc
` [PATCH v4 05/18] ci: explicitly skip I/O tests on alpine
` [PATCH v4 06/18] tests/docker: switch fedora image to release 35
` [PATCH v4 07/18] tests: integrate lcitool for generating build env manifests
` [PATCH v4 14/18] .gitlab-ci.d/cirrus: auto-generate variables with lcitool
` [PATCH v4 15/18] tests/docker: updates to alpine package list
` [PATCH v4 17/18] tests/docker: fully expand the "

[PATCH v5 00/23] QEMU RISC-V AIA support
 2021-12-15 14:59 UTC  (4+ messages)
` [PATCH v5 16/23] hw/riscv: virt: Use AIA INTC compatible string when available

[PATCH v5 00/18] tests/docker: start using libvirt-ci's "lcitool" for dockerfiles
 2021-12-15 14:19 UTC  (19+ messages)
` [PATCH v5 01/18] ui: avoid compiler warnings from unused clipboard info variable
` [PATCH v5 02/18] spice: Update QXLInterface for spice >= 0.15.0
` [PATCH v5 03/18] meson: require liburing >= 0.3
` [PATCH v5 04/18] ui: avoid warnings about directdb on Alpine / musl libc
` [PATCH v5 05/18] ci: explicitly skip I/O tests on alpine
` [PATCH v5 06/18] tests/docker: switch fedora image to release 35
` [PATCH v5 07/18] tests: integrate lcitool for generating build env manifests
` [PATCH v5 08/18] tests/docker: auto-generate centos8.docker with lcitool
` [PATCH v5 09/18] tests/docker: auto-generate fedora.docker "
` [PATCH v5 10/18] tests/docker: auto-generate ubuntu1804.docker "
` [PATCH v5 11/18] tests/docker: auto-generate ubuntu2004.docker "
` [PATCH v5 12/18] tests/docker: auto-generate opensuse-leap.docker "
` [PATCH v5 13/18] tests/docker: remove ubuntu.docker container
` [PATCH v5 14/18] .gitlab-ci.d/cirrus: auto-generate variables with lcitool
` [PATCH v5 15/18] tests/docker: updates to alpine package list
` [PATCH v5 16/18] tests/docker: fix sorting of alpine image package lists
` [PATCH v5 17/18] tests/docker: fully expand the alpine package list
` [PATCH v5 18/18] tests/docker: auto-generate alpine.docker with lcitool

[PATCH v3 00/12] vfio-user server in QEMU
 2021-12-15 15:49 UTC  (4+ messages)
` [PATCH v3 11/12] vfio-user: register handlers to facilitate migration

[RFC PATCH] docs/devel: update C standard to C11
 2021-12-15 15:46 UTC  (3+ messages)

[RFC PATCH] target/ppc: do not silence snan in xscvspdpn
 2021-12-15 15:55 UTC  (5+ messages)

[PATCH-for-6.2? v2 0/5] docs/devel/style: Improve rST rendering
 2021-12-15 14:39 UTC  (13+ messages)
` [PATCH-for-6.2? v2 1/5] docs/devel/style: Render C types as monospaced text
` [PATCH-for-6.2? v2 2/5] docs/devel/style: Improve Error** functions rST rendering
` [PATCH-for-6.2? v2 3/5] docs/devel/style: Improve string format "
` [PATCH-for-6.2? v2 4/5] docs/devel/style: Render C function names as monospaced text
` [PATCH-for-6.2? v2 5/5] docs/devel/style: Misc rST rendering improvements

[PATCH] linux-user/hexagon: Use generic target_stat64 structure
 2021-12-15 14:59 UTC  (3+ messages)

[PATCH] hw/net/vmxnet3: Log guest-triggerable errors using LOG_GUEST_ERROR
 2021-12-15 14:47 UTC 

[PATCH-for-7.0] hw/pci: Don't open-code pci_intx()
 2021-12-15 15:01 UTC  (2+ messages)

[PULL 00/13] Block device patches patches for 2021-12-15
 2021-12-15 14:02 UTC  (14+ messages)
` [PULL 01/13] hw/sd/ssi-sd: Do not create SD card within controller's realize
` [PULL 02/13] hw: Replace trivial drive_get_next() by drive_get()
` [PULL 03/13] hw/arm/npcm7xx_boards: Replace "
` [PULL 04/13] hw/arm/versatilepb hw/arm/vexpress: "
` [PULL 05/13] hw/arm/imx25_pdk: "
` [PULL 06/13] hw/arm/mcimx6ul-evk: "
` [PULL 07/13] hw/arm/mcimx7d-sabre: "
` [PULL 08/13] hw/arm/xlnx-versal-virt: "
` [PULL 09/13] hw/microblaze: "
` [PULL 10/13] hw/arm/xlnx-zcu102: "
` [PULL 11/13] hw/arm/xilinx_zynq: "
` [PULL 12/13] hw/arm/aspeed: "
` [PULL 13/13] blockdev: Drop unused drive_get_next()

[PATCH v3] monitor: move x-query-profile into accel/tcg to fix build
 2021-12-15 14:12 UTC  (2+ messages)

modify NetdevUserOptions through QMP in QEMU 6 - how?
 2021-12-15 13:38 UTC  (2+ messages)

Building QEMU as a shared library
 2021-12-15 13:39 UTC  (5+ messages)

[PATCH] migration: Report the error returned when save_live_iterate fails
 2021-12-15 14:14 UTC 

[PATCH] hw/arm: add control knob to disable kaslr_seed via DTB
 2021-12-15 13:43 UTC  (5+ messages)

[PATCH v10 0/3] support dirty restraint on vCPU
 2021-12-15 13:41 UTC  (6+ messages)
` [PATCH v10 3/3] cpus-common: implement dirty page limit on virtual CPU

[PATCH 00/47] Patch Round-up for stable 6.1.1, freeze on 2021-12-21
 2021-12-15 13:17 UTC  (3+ messages)

[PATCH] target/rx: Correctly set Error Summary bit in set_fpsw() helper
 2021-12-15 13:34 UTC  (2+ messages)

[PATCH v10 00/31] LoongArch64 port of QEMU TCG
 2021-12-15 12:51 UTC  (32+ messages)
` [PATCH v10 01/31] elf: Add machine type value for LoongArch
` [PATCH v10 02/31] MAINTAINERS: Add tcg/loongarch64 entry with myself as maintainer
` [PATCH v10 03/31] tcg/loongarch64: Add the tcg-target.h file
` [PATCH v10 04/31] tcg/loongarch64: Add generated instruction opcodes and encoding helpers
` [PATCH v10 05/31] tcg/loongarch64: Add register names, allocation order and input/output sets
` [PATCH v10 06/31] tcg/loongarch64: Define the operand constraints
` [PATCH v10 07/31] tcg/loongarch64: Implement necessary relocation operations
` [PATCH v10 08/31] tcg/loongarch64: Implement the memory barrier op
` [PATCH v10 09/31] tcg/loongarch64: Implement tcg_out_mov and tcg_out_movi
` [PATCH v10 10/31] tcg/loongarch64: Implement goto_ptr
` [PATCH v10 11/31] tcg/loongarch64: Implement sign-/zero-extension ops
` [PATCH v10 12/31] tcg/loongarch64: Implement not/and/or/xor/nor/andc/orc ops
` [PATCH v10 13/31] tcg/loongarch64: Implement deposit/extract ops
` [PATCH v10 14/31] tcg/loongarch64: Implement bswap{16,32,64} ops
` [PATCH v10 15/31] tcg/loongarch64: Implement clz/ctz ops
` [PATCH v10 16/31] tcg/loongarch64: Implement shl/shr/sar/rotl/rotr ops
` [PATCH v10 17/31] tcg/loongarch64: Implement add/sub ops
` [PATCH v10 18/31] tcg/loongarch64: Implement mul/mulsh/muluh/div/divu/rem/remu ops
` [PATCH v10 19/31] tcg/loongarch64: Implement br/brcond ops
` [PATCH v10 20/31] tcg/loongarch64: Implement setcond ops
` [PATCH v10 21/31] tcg/loongarch64: Implement tcg_out_call
` [PATCH v10 22/31] tcg/loongarch64: Implement simple load/store ops
` [PATCH v10 23/31] tcg/loongarch64: Add softmmu load/store helpers, implement qemu_ld/qemu_st ops
` [PATCH v10 24/31] tcg/loongarch64: Implement tcg_target_qemu_prologue
` [PATCH v10 25/31] tcg/loongarch64: Implement exit_tb/goto_tb
` [PATCH v10 26/31] tcg/loongarch64: Implement tcg_target_init
` [PATCH v10 27/31] tcg/loongarch64: Register the JIT
` [PATCH v10 28/31] common-user: Add safe syscall handling for loongarch64 hosts
` [PATCH v10 29/31] linux-user: Implement CPU-specific signal handler "
` [PATCH v10 30/31] configure, meson.build: Mark support "
` [PATCH v10 31/31] tests/docker: Add gentoo-loongarch64-cross image and run cross builds in GitLab

[PATCH] block/file-posix: Simplify the XFS_IOC_DIOINFO handling
 2021-12-15 12:58 UTC 

[PATCH v9 00/31] LoongArch64 port of QEMU TCG
 2021-12-15 12:57 UTC  (4+ messages)
` [PATCH v9 28/31] common-user: Add safe syscall handling for loongarch64 hosts

[PULL 00/13] target: Add the Renesas RX architecture
 2021-12-15 12:42 UTC  (4+ messages)
` [PULL 04/13] target/rx: TCG helpers

[RFC PATCH 0/6] Removal of Aiocontext lock and usage of subtree drains in aborted transactions
 2021-12-15 12:34 UTC  (4+ messages)

[PATCH v3 0/3] block: minor refactoring in preparation to the block layer API split
 2021-12-15 12:11 UTC  (4+ messages)
` [PATCH v3 1/3] block_int: make bdrv_backing_overridden static
` [PATCH v3 2/3] include/sysemu/blockdev.h: remove drive_mark_claimed_by_board and inline drive_def
` [PATCH v3 3/3] include/sysemu/blockdev.h: remove drive_get_max_devs

[PATCH] linux-user: Add license in files generated by scripts/gensyscalls.sh
 2021-12-15 12:05 UTC  (2+ messages)

[PATCH] trace-events,pci: unify trace events format
 2021-12-15 10:57 UTC  (3+ messages)

[PATCH v2] linux-user: Mark cpu_loop() with noreturn attribute
 2021-12-15 10:55 UTC  (2+ messages)

[PULL 00/33] target-arm queue
 2021-12-15 10:40 UTC  (7+ messages)
` [PULL 18/33] tests/tcg: Add arm and aarch64 pc alignment tests
` [PULL 28/33] hw/arm/virt: Reject instantiation of multiple IOMMUs
` [PULL 29/33] hw/arm/virt: Use object_property_set instead of qdev_prop_set
` [PULL 30/33] tests/acpi: allow updates of VIOT expected data files
` [PULL 32/33] tests/acpi: add expected blobs for VIOT test on q35 machine
` [PULL 33/33] tests/acpi: add expected blob for VIOT test on virt machine


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