qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-31 06:56:03 to 2023-04-02 17:49:08 UTC [more...]

[PATCH RESEND 1/2] qtest/migration-test.c: Add test with compress enabled
 2023-04-02 17:47 UTC 

[PATCH] Make bootable RPi4B model
 2023-04-02 16:53 UTC 

[PATCH 1/2] qtest/migration-test.c: Add test with compress enabled
 2023-04-02 17:06 UTC 

[PATCH 2/2] migration/ram.c: Fix migration with compress enabled
 2023-04-02 17:06 UTC 

[RESEND PATCH v5 0/6] target/riscv: Fix pointer mask related support
 2023-04-02 13:53 UTC  (11+ messages)
` [RESEND PATCH v5 1/6] target/riscv: Fix pointer mask transformation for vector address
` [RESEND PATCH v5 2/6] target/riscv: Update cur_pmmask/base when xl changes
` [RESEND PATCH v5 3/6] target/riscv: Fix target address to update badaddr
` [RESEND PATCH v5 4/6] target/riscv: Add support for PC-relative translation
` [RESEND PATCH v5 5/6] target/riscv: Enable PC-relative translation in system mode
` [RESEND PATCH v5 6/6] target/riscv: Add pointer mask support for instruction fetch

[PATCH v3 0/4] util: Add thread-safe qemu_strerror() function
 2023-04-02  9:57 UTC  (2+ messages)

[PATCH] qemu-options.hx: Update descriptions of memory options for NUMA node
 2023-04-02  9:21 UTC  (2+ messages)

[PATCH 00/16] i3c: aspeed: Add I3C support
 2023-04-02  8:11 UTC  (4+ messages)

[RFC PATCH v2 00/44] Add LoongArch LSX instructions
 2023-04-02  5:27 UTC  (39+ messages)
` [RFC PATCH v2 18/44] target/loongarch: Implement vsat
` [RFC PATCH v2 19/44] target/loongarch: Implement vexth
` [RFC PATCH v2 20/44] target/loongarch: Implement vsigncov
` [RFC PATCH v2 21/44] target/loongarch: Implement vmskltz/vmskgez/vmsknz
` [RFC PATCH v2 22/44] target/loongarch: Implement LSX logic instructions
` [RFC PATCH v2 23/44] target/loongarch: Implement vsll vsrl vsra vrotr
` [RFC PATCH v2 24/44] target/loongarch: Implement vsllwil vextl
` [RFC PATCH v2 25/44] target/loongarch: Implement vsrlr vsrar
` [RFC PATCH v2 26/44] target/loongarch: Implement vsrln vsran
` [RFC PATCH v2 27/44] target/loongarch: Implement vsrlrn vsrarn
` [RFC PATCH v2 28/44] target/loongarch: Implement vssrln vssran
` [RFC PATCH v2 29/44] target/loongarch: Implement vssrlrn vssrarn
` [RFC PATCH v2 30/44] target/loongarch: Implement vclo vclz
` [RFC PATCH v2 31/44] target/loongarch: Implement vpcnt
` [RFC PATCH v2 32/44] target/loongarch: Implement vbitclr vbitset vbitrev
` [RFC PATCH v2 33/44] target/loongarch: Implement vfrstp
` [RFC PATCH v2 34/44] target/loongarch: Implement LSX fpu arith instructions
` [RFC PATCH v2 35/44] target/loongarch: Implement LSX fpu fcvt instructions
` [RFC PATCH v2 36/44] target/loongarch: Implement vseq vsle vslt

[PATCH v2 1/6] target/ppc: Fix width of some 32-bit SPRs
 2023-04-02  2:48 UTC  (10+ messages)
` [PATCH v2 3/6] target/ppc: Fix instruction loading endianness in alignment interrupt
` [PATCH v2 4/6] target/ppc: Alignment faults do not set DSISR in ISA v3.0 onward
` [PATCH v2 5/6] target/ppc: Add SRR1 prefix indication to interrupt handlers
` [PATCH v2 6/6] target/ppc: Implement HEIR SPR

[PATCH v3 0/6] Resolve TYPE_PIIX3_XEN_DEVICE
 2023-04-01 22:36 UTC  (4+ messages)
` [PATCH v3 2/6] hw/isa/piix3: Reuse piix3_realize() in piix3_xen_realize()

[PATCH for-8.0 0/3] last minute tcg fixes
 2023-04-01 20:46 UTC  (6+ messages)
` [PATCH 1/3] Revert "linux-user/arm: Take more care allocating commpage"
` [PATCH 2/3] accel/tcg: Fix overwrite problems of tcg_cflags
` [PATCH 3/3] accel/tcg: Fix jump cache set in cpu_exec_loop

[PATCH v12 0/3] Add support for TPM devices over I2C bus
 2023-04-01 18:36 UTC  (6+ messages)
` [PATCH v12 1/3] docs: "
` [PATCH v12 2/3] tpm: Extend common APIs to support TPM TIS I2C
` [PATCH v12 3/3] tpm: Add support for TPM device over I2C bus

[PATCH v4] hostmem-file: add offset option
 2023-04-01 17:47 UTC  (2+ messages)

[PATCH 0/7] bsd-user: remove bitrotted NetBSD and OpenBSD bsd-user support
 2023-04-01 13:15 UTC  (12+ messages)
` [PATCH 1/7] bsd-user: Remove obsolete prototypes
` [PATCH 2/7] bsd-user: Remove netbsd system call inclusion and defines
` [PATCH 3/7] bsd-user: Remove netbsd system call tracing
` [PATCH 4/7] bsd-user: Remove openbsd system call inclusion and defines
` [PATCH 5/7] bsd-user: Remove openbsd system call tracing
` [PATCH 6/7] bsd-user: Remove netbsd directory
` [PATCH 7/7] bsd-user: Remove openbsd directory

[PATCH v3 0/6] target/riscv: Fix pointer mask related support
 2023-04-01 12:50 UTC  (8+ messages)
` [PATCH v3 1/6] target/riscv: Fix pointer mask transformation for vector address
` [PATCH v3 2/6] target/riscv: Update cur_pmmask/base when xl changes
` [PATCH v3 3/6] target/riscv: Fix target address to update badaddr
` [PATCH v3 4/6] target/riscv: Add support for PC-relative translation
` [PATCH v3 5/6] target/riscv: Enable PC-relative translation in system mode
` [PATCH v3 6/6] target/riscv: Add pointer mask support for instruction fetch

[PATCH v3] hostmem-file: add offset option
 2023-04-01 12:41 UTC 

[PATCH v2] hostmem-file: add offset option
 2023-04-01 12:18 UTC  (2+ messages)

xen bits broke x32 build
 2023-04-01 12:10 UTC  (5+ messages)

[RFC PATCH v3 00/10] Add stage-2 translation for SMMUv3
 2023-04-01 10:49 UTC  (11+ messages)
` [RFC PATCH v3 01/10] hw/arm/smmuv3: Add missing fields for IDR0
` [RFC PATCH v3 02/10] hw/arm/smmuv3: Update translation config to hold stage-2
` [RFC PATCH v3 03/10] hw/arm/smmuv3: Refactor stage-1 PTW
` [RFC PATCH v3 04/10] hw/arm/smmuv3: Add page table walk for stage-2
` [RFC PATCH v3 05/10] hw/arm/smmuv3: Parse STE config "
` [RFC PATCH v3 06/10] hw/arm/smmuv3: Make TLB lookup work "
` [RFC PATCH v3 07/10] hw/arm/smmuv3: Add VMID to TLB tagging
` [RFC PATCH v3 08/10] hw/arm/smmuv3: Add CMDs related to stage-2
` [RFC PATCH v3 09/10] hw/arm/smmuv3: Add stage-2 support in iova notifier
` [RFC PATCH v3 10/10] hw/arm/smmuv3: Add knob to choose translation stage and enable stage-2

[PATCH v2 0/4] Missing endianness conversions in user mode
 2023-04-01  9:19 UTC  (2+ messages)

[PATCH trivial for-8.0] hw/virtio/virtio-qmp.c: spelling: suppoted
 2023-04-01  8:51 UTC 

qemu-stable final release process
 2023-04-01  8:43 UTC 

[PATCH 00/11] more misc fixes for 8.0 (tests, gdbstub, meta, docs)
 2023-04-01  8:00 UTC  (8+ messages)
` [PATCH 04/11] qemu-options: finesse the recommendations around -blockdev
` [PATCH 09/11] tests/requirements.txt: bump up avocado-framework version to 101.0

On integrating LoongArch EDK2 firmware into QEMU build process
 2023-04-01  5:11 UTC  (5+ messages)

[PATCH v4 0/8] target/riscv: Fix pointer mask related support
 2023-04-01  1:54 UTC  (18+ messages)
` [PATCH v4 1/8] target/riscv: Fix pointer mask transformation for vector address
` [PATCH v4 2/8] target/riscv: Update cur_pmmask/base when xl changes
` [PATCH v4 3/8] target/riscv: Fix target address to update badaddr
` [PATCH v4 4/8] target/riscv: Add support for PC-relative translation
` [PATCH v4 5/8] accel/tcg: Fix overwrite problems of tcg_cflags
` [PATCH v4 6/8] accel/tcg: Fix tb mis-matched problem when CF_PCREL is enabled
` [PATCH v4 7/8] target/riscv: Enable PC-relative translation in system mode
` [PATCH v4 8/8] target/riscv: Add pointer mask support for instruction fetch

[RFC PATCH v2 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
 2023-03-31 23:56 UTC  (2+ messages)

[RFC PATCH v3 0/2] Providing mount in memfd_restricted() syscall
 2023-03-31 23:50 UTC  (3+ messages)
` [RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
` [RFC PATCH v3 2/2] selftests: restrictedmem: Check hugepage-ness of shmem file backing restrictedmem fd

[RFC PATCH v1 00/26] migration: File based migration with multifd and fixed-ram
 2023-03-31 21:52 UTC  (18+ messages)
` [RFC PATCH v1 10/26] migration/ram: Introduce 'fixed-ram' migration stream capability

[PATCH] riscv: Add support for the Zfa extension
 2023-03-31 21:39 UTC  (6+ messages)

[PATCH v6 0/3] qga: Support merging output streams in guest-exec
 2023-03-31 20:23 UTC  (4+ messages)
` [PATCH v6 2/3] qga: Add `merged` variant to GuestExecCaptureOutputMode

Cxl devel!
 2023-03-31 20:23 UTC  (3+ messages)

[PATCH v5 0/3] qtests: tpm: Add test cases for TPM TIS I2C device emulation
 2023-03-31 19:44 UTC  (5+ messages)
` [PATCH v5 1/3] qtest: Add functions for accessing devices on Aspeed I2C controller
` [PATCH v5 2/3] qtest: Move tpm_util_tis_transmit() into tpm-tis-utils.c and rename it
` [PATCH v5 3/3] qtest: Add a test case for TPM TIS I2C connected to Aspeed I2C controller

[RFC PATCH v2] riscv: Add support for the Zfa extension
 2023-03-31 18:28 UTC 

[PATCH] coverity: unify Fedora dockerfiles
 2023-03-31 17:48 UTC 

[PULL 00/15] tcg patch queue
 2023-03-31 17:20 UTC  (3+ messages)

[PATCH 0/3] target/arm: Fix ESR_EL2 buglet, implement FEAT_PAN3
 2023-03-31 17:04 UTC  (7+ messages)
` [PATCH 1/3] target/arm: Pass ARMMMUFaultInfo to merge_syn_data_abort()
` [PATCH 2/3] target/arm: Don't set ISV when reporting stage 1 faults in ESR_EL2
` [PATCH 3/3] target/arm: Implement FEAT_PAN3

[PATCH 0/2] hw/acpi: bump MADT to revision 5
 2023-03-31 16:29 UTC  (9+ messages)
` [PATCH 2/2] hw/acpi: i386: "

[PATCH v2] block-backend: Add new bds_io_in_flight counter
 2023-03-31 16:23 UTC 

[PATCH] MAINTAINERS: Add Eugenio Pérez as vhost-shadow-virtqueue reviewer
 2023-03-31 15:04 UTC 

[PATCH] meson: add more version numbers to the summary
 2023-03-31 14:55 UTC  (3+ messages)

[PATCH 0/7] PMBus fixes and new functions
 2023-03-31 14:01 UTC  (15+ messages)
` [PATCH 1/7] hw/i2c: pmbus add support for block receive
` [PATCH 2/7] hw/i2c: pmbus: add vout mode bitfields
` [PATCH 3/7] hw/i2c: pmbus: add fan support
` [PATCH 4/7] hw/i2c: pmbus: block uninitialised string reads
` [PATCH 5/7] hw/i2c: pmbus: add VCAP register
` [PATCH 6/7] hw/sensor: add ADM1266 device model
` [PATCH 7/7] tests/qtest: add tests for ADM1266

[PATCH] tests: lcitool: Switch to OpenSUSE Leap 15.4
 2023-03-31 13:15 UTC  (2+ messages)

[PULL 0/6] Misc fixes for 2023-03-30
 2023-03-31 11:59 UTC  (2+ messages)

[PATCH v2 0/3] qapi: allow unions to contain further unions
 2023-03-31 11:49 UTC  (3+ messages)

[PATCH 0/2] Re-enabling tests/avocado/boot_linux.py for PPC64
 2023-03-31 11:19 UTC  (9+ messages)
` [PATCH 1/2] tests/requirements.txt: bump up avocado-framework version to 101.0
` [PATCH 2/2] tests/avocado/boot_linux.py: re-enable test-case for ppc64

[PATCH 0/5] Cleanup [h_enter|spapr_exit]_nested routines
 2023-03-31 11:06 UTC  (4+ messages)
` [PATCH 2/5] ppc: spapr: cleanup h_enter_nested() with helper routines

[PATCH v4 0/3] qtests: tpm: Add test cases for TPM TIS I2C device emulation
 2023-03-31 10:24 UTC  (5+ messages)
` [PATCH v4 1/3] qtest: Add functions for accessing devices on Aspeed I2C controller
` [PATCH v4 2/3] qtest: Move tpm_util_tis_transmit() into tpm-tis-utils.c and rename it

[PATCH for 8.1 v2 0/6] Move ASID test to vhost-vdpa net initialization
 2023-03-31 10:11 UTC  (7+ messages)
` [PATCH for 8.1 v2 5/6] vdpa: move CVQ isolation check to net_init_vhost_vdpa

[PATCH] hw/ssi: Fix Linux driver init issue with xilinx_spi
 2023-03-31 10:11 UTC  (3+ messages)

[RFC PATCH 0/3] configure: create a python venv and install meson
 2023-03-31 10:01 UTC  (9+ messages)
` [RFC PATCH 1/3] python: add mkvenv.py

virtio-net-failover intermittent test hangs eating CPU on s390 host
 2023-03-31  8:55 UTC 

[RFC PATCH 0/4] eBPF RSS through QMP support
 2023-03-31  8:21 UTC  (9+ messages)
` [RFC PATCH 3/5] ebpf: Added declaration/initialization routines

[PATCH v3 0/6] target/riscv: Fix pointer mask related support
 2023-03-31  7:59 UTC  (3+ messages)
` [PATCH v3 5/6] target/riscv: Enable PC-relative translation in system mode


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