qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-01 01:33:49 to 2023-04-03 13:55:17 UTC [more...]

[PATCH] stm32vldiscovery: allow overriding of RAM size
 2023-04-03 13:54 UTC  (2+ messages)

[PATCH v2 00/11] more misc fixes for 8.0 (tests, gdbstub, meta, docs)
 2023-04-03 13:49 UTC  (12+ messages)
` [PATCH v2 01/11] scripts/coverage: initial coverage comparison script
` [PATCH v2 02/11] gdbstub: Only build libgdb_user.fa / libgdb_softmmu.fa if necessary
` [PATCH v2 03/11] gdbstub: don't report auxv feature unless on Linux
` [PATCH v2 04/11] MAINTAINERS: add a section for policy documents
` [PATCH v2 05/11] qemu-options: finesse the recommendations around -blockdev
` [PATCH v2 06/11] metadata: add .git-blame-ignore-revs
` [PATCH v2 07/11] Use hexagon toolchain version 16.0.0
` [PATCH v2 08/11] tests/qemu-iotests: explicitly invoke 'check' via 'python'
` [PATCH v2 09/11] tests/vm: use the default system python for NetBSD
` [PATCH v2 10/11] gitlab: fix typo
` [PATCH v2 11/11] tests/avocado: Test Xen guest support under KVM

riscv: g_assert for NULL predicate?
 2023-04-03 13:42 UTC 

[PATCH] MAINTAINERS: Remove and change David Gilbert maintainer entries
 2023-04-03 13:40 UTC  (2+ messages)

[PATCH 0/4] block: Split padded I/O vectors exceeding IOV_MAX
 2023-04-03 13:33 UTC  (4+ messages)
` [PATCH 2/4] "

[PATCH 00/11] more misc fixes for 8.0 (tests, gdbstub, meta, docs)
 2023-04-03 13:16 UTC  (7+ messages)
` [PATCH 03/11] MAINTAINERS: add a section for policy documents
` [PATCH 04/11] qemu-options: finesse the recommendations around -blockdev

an issue for device hot-unplug
 2023-04-03 13:24 UTC 

[PATCH v2] target/loongarch: Enables plugins to get instruction codes
 2023-04-03 13:11 UTC  (2+ messages)

[PATCH] vfio/migration: Skip log_sync during migration SETUP state
 2023-04-03 13:00 UTC 

[RFC PATCH v2 00/44] Add LoongArch LSX instructions
 2023-04-03 12:55 UTC  (41+ 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] lasi: fix RTC migration
 2023-04-03 12:54 UTC 

[PATCH] Make bootable RPi4B model
 2023-04-03  7:21 UTC  (3+ messages)

[PATCH qemu] sev/i386: Fix error reporting
 2023-04-03  3:12 UTC 

On integrating LoongArch EDK2 firmware into QEMU build process
 2023-04-03 11:04 UTC  (10+ messages)
        ` [edk2-devel] "

[RFC PATCH] gdbstub: don't report auxv feature unless on Linux
 2023-04-03 12:51 UTC  (3+ messages)

[PATCH] Subject:[PATCH] cxl-cdat:Fix open file not closed in ct3_load_cdat
 2023-04-03  8:42 UTC 

[RFC PATCH 0/5] Deprecate/rename singlestep command line option
 2023-04-03 12:47 UTC  (3+ messages)

[PATCH v3 0/6] Resolve TYPE_PIIX3_XEN_DEVICE
 2023-04-03 12:27 UTC  (7+ messages)
` [PATCH v3 2/6] hw/isa/piix3: Reuse piix3_realize() in piix3_xen_realize()

[RFC PATCH] tests/avocado: Test Xen guest support under KVM
 2023-04-03 12:21 UTC  (3+ messages)
  ` [EXTERNAL][RFC "

[PATCH v9 0/5] Add zoned storage emulation to virtio-blk driver
 2023-04-03 12:18 UTC  (3+ messages)

Wine CE 8.5 Released, Cross Architecture Windows Emulator, Support Wow64, Base on wine and qemu
 2023-04-03 12:11 UTC 

[PATCH v8] audio/pwaudio.c: Add Pipewire audio backend for QEMU
 2023-04-03 11:02 UTC  (5+ messages)

[PATCH 00/14] migration/ram.c: Refactor compress code
 2023-04-03 10:59 UTC  (21+ messages)
` [PATCH 01/14] ram.c: Let the compress threads return a CompressResult enum
` [PATCH 02/14] ram.c: Dont change param->block in the compress thread
` [PATCH 03/14] ram.c: Reset result after sending queued data
` [PATCH 04/14] ram.c: Do not call save_page_header() from compress threads
` [PATCH 05/14] ram.c: Call update_compress_thread_counts from compress_send_queued_data
` [PATCH 06/14] ram.c: Remove last ram.c dependency from the core compress code
` [PATCH 07/14] ram.c: Introduce whitespace (squash with next patch)
` [PATCH 08/14] ram.c: Move core compression code into its own file
` [PATCH 09/14] ram.c: Remove whitespace (squash with previous patch)
` [PATCH 10/14] ram.c: Move core decompression code into its own file
` [PATCH 11/14] ram compress: Assert that the file buffer matches the result
` [PATCH 12/14] ram.c: Remove unused include after moving out code
` [PATCH 13/14] ram-compress.c: Make target independent
` [PATCH 14/14] migration: Initialize and cleanup decompression in migration.c

[RFC PATCH 0/1] Implement entropy leak reporting for virtio-rng
 2023-04-03 10:52 UTC  (2+ messages)
` [RFC PATCH 1/1] virtio-rng: implement entropy leak feature

[PATCH v9] audio/pwaudio.c: Add Pipewire audio backend for QEMU
 2023-04-03 10:49 UTC  (4+ messages)

[PATCH for-8.0 0/3] last minute tcg fixes
 2023-04-03 10:44 UTC  (10+ 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

property 'cxl-type3.size' not found
 2023-04-03 10:33 UTC  (4+ messages)

[PATCH v2 0/5] Support x2APIC mode with TCG accelerator
 2023-04-03 10:27 UTC  (13+ messages)
` [PATCH v2 2/5] apic: add support for x2APIC mode

xen bits broke x32 build
 2023-04-03  8:46 UTC  (7+ messages)

[PATCH 00/16] i3c: aspeed: Add I3C support
 2023-04-03  8:45 UTC  (10+ messages)
` [PATCH 09/16] hw/i3c/aspeed_i3c: Add data TX and RX
` [PATCH 10/16] hw/i3c/aspeed_i3c: Add IBI handling
` [PATCH 14/16] hw/i3c: remote_i3c: Add model

[RFC PATCH v3 0/2] Providing mount in memfd_restricted() syscall
 2023-04-03  8:24 UTC  (5+ 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

[PATCH] MAINTAINERS: Add Eugenio Pérez as vhost-shadow-virtqueue reviewer
 2023-04-03  7:52 UTC  (2+ messages)

[PATCH 0/3] target/arm: Fix ESR_EL2 buglet, implement FEAT_PAN3
 2023-04-03  7:52 UTC  (3+ messages)
` [PATCH 1/3] target/arm: Pass ARMMMUFaultInfo to merge_syn_data_abort()

[RFC PATCH v1 00/26] migration: File based migration with multifd and fixed-ram
 2023-04-03  7:47 UTC  (12+ messages)

[PATCH v4 0/7] Resolve TYPE_PIIX3_XEN_DEVICE
 2023-04-03  7:41 UTC  (8+ messages)
` [PATCH v4 1/7] include/hw/xen/xen: Rename xen_piix3_set_irq() to xen_intx_set_irq()
` [PATCH v4 2/7] hw/pci/pci.c: Don't leak PCIBus::irq_count[] in pci_bus_irqs()
` [PATCH v4 3/7] hw/isa/piix3: Reuse piix3_realize() in piix3_xen_realize()
` [PATCH v4 4/7] hw/isa/piix3: Wire up Xen PCI IRQ handling outside of PIIX3
` [PATCH v4 5/7] hw/isa/piix3: Avoid Xen-specific variant of piix3_write_config()
` [PATCH v4 6/7] hw/isa/piix3: Resolve redundant k->config_write assignments
` [PATCH v4 7/7] hw/isa/piix3: Resolve redundant TYPE_PIIX3_XEN_DEVICE

[PATCH v4] hostmem-file: add offset option
 2023-04-03  7:13 UTC  (3+ messages)

[PATCH trivial for-8.0] hw/virtio/virtio-qmp.c: spelling: suppoted
 2023-04-03  6:47 UTC  (2+ messages)

[PATCH v2] hostmem-file: add offset option
 2023-04-03  6:28 UTC  (3+ messages)

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

[RESEND PATCH v5 0/6] target/riscv: Fix pointer mask related support
 2023-04-03  2:38 UTC  (14+ 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 0/7] bsd-user: remove bitrotted NetBSD and OpenBSD bsd-user support
 2023-04-02 21:01 UTC  (4+ messages)

[PATCH RESEND 1/2] qtest/migration-test.c: Add test with compress enabled
 2023-04-02 17:48 UTC  (2+ messages)
` [PATCH RESEND 2/2] migration/ram.c: Fix migration "

[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 

[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 v2 1/6] target/ppc: Fix width of some 32-bit SPRs
 2023-04-02  2:48 UTC  (4+ messages)
` [PATCH v2 6/6] target/ppc: Implement HEIR SPR

[PATCH v12 0/3] Add support for TPM devices over I2C bus
 2023-04-01 18:36 UTC  (4+ messages)
` [PATCH v12 3/3] tpm: Add support for TPM device "

[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 

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

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

[PATCH v4 0/8] target/riscv: Fix pointer mask related support
 2023-04-01  1:54 UTC  (12+ messages)
` [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


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