qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-16 23:31:02 to 2022-08-18 05:23:30 UTC [more...]

[PATCH for-7.1 0/4] Last-minute LoongArch CPU model naming tweaks
 2022-08-18  5:22 UTC  (10+ messages)
` [PATCH for-7.1 3/4] target/loongarch: rename the TCG CPU "la464" to "qemu64-v1.00"

[PATCH 0/7] Allow semihosting from user mode
 2022-08-18  4:19 UTC  (5+ messages)
` [PATCH 1/7] semihosting: Allow optional use of semihosting from userspace
` [PATCH 7/7] target/riscv: Honour -semihosting-config userspace=on and enable=on

[PATCH v1] target/riscv: Add xicondops in ISA entry
 2022-08-18  4:14 UTC  (2+ messages)

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-17 23:41 UTC  (5+ messages)
` [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd

[PATCH 0/8] migration: introduce dirtylimit capability
 2022-08-17 22:09 UTC  (7+ messages)
` [PATCH 1/8] qapi/migration: Introduce x-vcpu-dirty-limit-period parameter
` [PATCH 2/8] qapi/migration: Introduce vcpu-dirty-limit parameters
` [PATCH 4/8] migration: Implement dirty-limit convergence algo

[PATCH v3 0/8] parallels: Refactor the code of images checks and fix a bug
 2022-08-17 21:12 UTC  (21+ messages)
` [PATCH v3 1/8] parallels: Out of image offset in BAT leads to image inflation
` [PATCH v3 2/8] parallels: create parallels_set_bat_entry_helper() to assign BAT value
` [PATCH v3 3/8] parallels: Use generic infrastructure for BAT writing in parallels_co_check()
` [PATCH v3 4/8] parallels: Move check of unclean image to a separate function
` [PATCH v3 5/8] parallels: Move check of cluster outside "
` [PATCH v3 6/8] parallels: Move check of leaks "
` [PATCH v3 7/8] parallels: Move statistic collection "
` [PATCH v3 8/8] parallels: Replace qemu_co_mutex_lock by WITH_QEMU_LOCK_GUARD

[RFC v3 0/8] blkio: add libblkio BlockDriver
 2022-08-17 20:51 UTC  (7+ messages)
` [RFC v3 4/8] block: add BDRV_REQ_REGISTERED_BUF request flag
` [RFC v3 5/8] block: add BlockRAMRegistrar

[PULL 00/12] pc,virtio: fixes
 2022-08-17 20:06 UTC  (13+ messages)
` [PULL 01/12] virtio-scsi: fix race in virtio_scsi_dataplane_start()
` [PULL 02/12] hw/virtio: gracefully handle unset vhost_dev vdev
` [PULL 03/12] hw/virtio: handle un-configured shutdown in virtio-pci
` [PULL 04/12] hw/virtio: fix vhost_user_read tracepoint
` [PULL 05/12] x86: disable rng seeding via setup_data
` [PULL 06/12] hw/cxl: Fix memory leak in error paths
` [PULL 07/12] hw/cxl: Fix wrong query of target ports
` [PULL 08/12] hw/cxl: Add stub write function for RO MemoryRegionOps entries
` [PULL 09/12] hw/cxl: Fix Get LSA input payload size which should be 8 bytes
` [PULL 10/12] hw/cxl: Correctly handle variable sized mailbox input payloads
` [PULL 11/12] tests: acpi: silence applesmc warning about invalid key
` [PULL 12/12] virtio-pci: don't touch pci on virtio reset

[PATCH v2 00/31] QOMify PPC4xx devices and minor clean ups
 2022-08-17 19:02 UTC  (35+ messages)
` [PATCH v2 01/31] ppc/ppc4xx: Introduce a DCR device model
` [PATCH v2 02/31] ppc/ppc405: QOM'ify CPC
` [PATCH v2 03/31] ppc/ppc405: QOM'ify GPT
` [PATCH v2 04/31] ppc/ppc405: QOM'ify OCM
` [PATCH v2 05/31] ppc/ppc405: QOM'ify GPIO
` [PATCH v2 06/31] ppc/ppc405: QOM'ify DMA
` [PATCH v2 07/31] ppc/ppc405: QOM'ify EBC
` [PATCH v2 08/31] ppc/ppc405: QOM'ify OPBA
` [PATCH v2 09/31] ppc/ppc405: QOM'ify POB
` [PATCH v2 10/31] ppc/ppc405: QOM'ify PLB
` [PATCH v2 11/31] ppc/ppc405: QOM'ify MAL
` [PATCH v2 12/31] ppc4xx: Move PLB model to ppc4xx_devs.c
` [PATCH v2 13/31] ppc4xx: Rename ppc405-plb to ppc4xx-plb
` [PATCH v2 14/31] ppc4xx: Move EBC model to ppc4xx_devs.c
` [PATCH v2 15/31] ppc4xx: Rename ppc405-ebc to ppc4xx-ebc
` [PATCH v2 16/31] ppc/ppc405: Use an embedded PPCUIC model in SoC state
` [PATCH v2 17/31] hw/intc/ppc-uic: Convert ppc-uic to a PPC4xx DCR device
` [PATCH v2 18/31] ppc/ppc405: Use an explicit I2C object
` [PATCH v2 19/31] ppc/ppc405: QOM'ify FPGA
` [PATCH v2 20/31] ppc405: Move machine specific code to ppc405_boards.c
` [PATCH v2 21/31] hw/ppc/Kconfig: Remove PPC405 dependency from sam460ex
  ` [PATCH v3 21/31] hw/ppc/sam3460ex: "
` [PATCH v2 22/31] hw/ppc/Kconfig: Move imply before select
` [PATCH v2 23/31] ppc/ppc4xx: Fix sdram trace events
` [PATCH v2 24/31] ppc4xx: Fix code style problems reported by checkpatch
` [PATCH v2 25/31] ppc440_bamboo: Remove unnecessary memsets
` [PATCH v2 26/31] ppc4xx: Introduce Ppc4xxSdramBank struct
` [PATCH v2 27/31] ppc4xx_sdram: Get rid of the init RAM hack
` [PATCH v2 28/31] ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()
` [PATCH v2 29/31] ppc440_bamboo: Add missing 4 MiB valid memory size
` [PATCH v2 30/31] ppc4xx_sdram: Move size check to ppc4xx_sdram_init()
` [PATCH v2 31/31] ppc4xx_sdram: QOM'ify
  ` [PATCH v3 "

[PATCH v10 00/21] job: replace AioContext lock with job_mutex
 2022-08-17 18:54 UTC  (22+ messages)
` [PATCH v10 11/21] jobs: group together API calls under the same job lock
` [PATCH v10 13/21] job: detect change of aiocontext within job coroutine
` [PATCH v10 14/21] jobs: protect job.aio_context with BQL and job_mutex
` [PATCH v10 18/21] job.c: enable job lock/unlock and remove Aiocontext locks

[PATCH v4] target/ppc: Fix host PVR matching for KVM
 2022-08-17 18:34 UTC  (2+ messages)

[PATCH v5 0/4] linux-user: Fix siginfo_t contents when jumping to non-readable pages
 2022-08-17 18:27 UTC  (7+ messages)
` [PATCH v5 1/4] linux-user: Clear tb_jmp_cache on mprotect()
` [PATCH v5 2/4] target/s390x: Make translator stop before the end of a page
` [PATCH v5 3/4] target/i386: "
` [PATCH v5 4/4] tests/tcg: Test siginfo_t contents when jumping to non-readable pages

[PULL 0/9] pc,virtio: fixes
 2022-08-17 17:21 UTC 

[PATCH 1/2] tests/tcg/ppc64le: Added an overflow with OE=1 test
 2022-08-17 16:57 UTC  (2+ messages)
` [PATCH 2/2] tests/tcg/ppc64le: Added an underflow with UE=1 test

[RFC PATCH v2 0/8] qapi: add generator for Golang interface
 2022-08-17 16:25 UTC  (18+ messages)
` [RFC PATCH v2 2/8] qapi: golang: Generate qapi's alternate types in Go
` [RFC PATCH v2 4/8] qapi: golang: Generate qapi's union "
` [RFC PATCH v2 7/8] qapi: golang: Add CommandResult type to Go

[PULL 00/10] pc,virtio: fixes
 2022-08-17 16:15 UTC  (11+ messages)
` [PULL 01/10] virtio-scsi: fix race in virtio_scsi_dataplane_start()
` [PULL 02/10] hw/virtio: gracefully handle unset vhost_dev vdev
` [PULL 03/10] hw/virtio: handle un-configured shutdown in virtio-pci
` [PULL 04/10] hw/virtio: fix vhost_user_read tracepoint
` [PULL 05/10] x86: disable rng seeding via setup_data
` [PULL 06/10] hw/cxl: Add stub write function for RO MemoryRegionOps entries
` [PULL 07/10] hw/cxl: Fix Get LSA input payload size which should be 8 bytes
` [PULL 08/10] hw/cxl: Correctly handle variable sized mailbox input payloads
` [PULL 09/10] tests: acpi: silence applesmc warning about invalid key
` [PULL 10/10] virtio-pci: don't touch pci on virtio reset

[BUG] cxl can not create region
 2022-08-17 16:16 UTC  (14+ messages)

[PATCH] target/s390x: Fix CLFIT and CLGIT immediate size
 2022-08-17 16:15 UTC 

[PATCH for-7.2] hw/usb/hcd-xhci: Check whether DMA accesses fail
 2022-08-17 16:00 UTC 

[PATCH for-7.2 00/21] accel/tcg: minimize tlb lookups during translate + user-only PROT_EXEC fixes
 2022-08-17 16:07 UTC  (11+ messages)
` [PATCH for-7.2 14/21] accel/tcg: Hoist get_page_addr_code out of tb_lookup

[PATCH] error handling: Use TFR() macro where applicable
 2022-08-17 15:55 UTC  (11+ messages)

[PATCH 00/10] parallels: Add duplication check, refactor, fix bugs
 2022-08-17 15:54 UTC  (11+ messages)
` [PATCH 01/10] parallels: Incorrect condition in out-of-image check
` [PATCH 02/10] parallels: Incorrect data end calculation in parallels_open
` [PATCH 03/10] parallels: Create parallels_handle_leak() to truncate excess clusters
` [PATCH 04/10] parallels: Add checking and repairing duplicate offsets in BAT
` [PATCH 05/10] parallels: Use highest_offset() helper in leak check
` [PATCH 06/10] iotests: Add out-of-image check test for parallels format
` [PATCH 07/10] iotests: Add leak "
` [PATCH 08/10] iotests: Add test for BAT entries duplication check
` [PATCH 09/10] iotests: Refactor tests of parallels images checks (131)
` [PATCH 10/10] iotests: Fix cluster size in parallels images tests (131)

[PATCH 1/2] target/riscv: rvv-1.0: Simplify vfwredsum code
 2022-08-17  7:48 UTC  (2+ messages)
` [PATCH 2/2] target/riscv: rvv-1.0: vf[w]redsum distinguish between ordered/unordered

AST2600 support in QEMU
 2022-08-17  9:26 UTC  (5+ messages)

[PATCH 00/22] QOMify PPC4xx devices and minor clean ups
 2022-08-17 15:13 UTC  (3+ messages)

[PATCH 0/3] QEMU/CXL: A few more fixes for 7.1 related to LSA
 2022-08-17 14:57 UTC  (4+ messages)
` [PATCH 1/3] hw/cxl: Add stub write function for RO MemoryRegionOps entries
` [PATCH 2/3] hw/cxl: Fix Get LSA input payload size which should be 8 bytes
` [PATCH 3/3] hw/cxl: Correctly handle variable sized mailbox input payloads

[PATCH] .gitlab-ci.d/buildtest.yml: Increase the check-gprof-gcov job timeout
 2022-08-17 14:43 UTC  (2+ messages)

[PATCH v2] meson: be strict for boolean options
 2022-08-17 14:37 UTC 

[PATCH v2] hw/net/can: fix Xilinx ZynqMP CAN RX FIFO logic
 2022-08-17 14:33 UTC  (2+ messages)

[RFC PATCH 00/13] PowerPC interrupt rework
 2022-08-17 13:44 UTC  (15+ messages)
` [RFC PATCH 03/13] target/ppc: move interrupt masking out of ppc_hw_interrupt
` [RFC PATCH 04/13] target/ppc: prepare to split ppc_interrupt_pending by excp_model
` [RFC PATCH 05/13] target/ppc: create an interrupt masking method for POWER9/POWER10
` [RFC PATCH 06/13] target/ppc: remove embedded interrupts from ppc_pending_interrupt_p9

[PATCH] linux-user/s390x: Save/restore fpc when handling a signal
 2022-08-17 13:28 UTC  (2+ messages)

[PATCH 0/2] pci *_by_mask() coverity fix
 2022-08-17 12:31 UTC  (6+ messages)
` [PATCH 2/2] pci: Sanity check mask argument to pci_set_*_by_mask()

[PATCH v2 00/33] accel/tcg + target/arm: pc-relative translation
 2022-08-17 11:50 UTC  (3+ messages)
` [PATCH v2 03/33] linux-user/x86_64: Allocate vsyscall page as a commpage

[PATCH 0/2] hw/cxl: Two CXL emulation fixes
 2022-08-17 11:45 UTC  (2+ messages)

[PATCH v2] virtio-pci: don't touch pci on virtio reset
 2022-08-17 11:07 UTC 

[PATCH for 7.1 v2 0/4] virtio fixes (split from virtio-gpio series)
 2022-08-17 11:01 UTC  (5+ messages)
` [PATCH v2 1/4] hw/virtio: incorporate backend features in features
` [PATCH v2 2/4] hw/virtio: gracefully handle unset vhost_dev vdev

[PATCH] hw/intc: Handle software disabling of APIC correctly
 2022-08-17 10:50 UTC  (4+ messages)

[RFC] hw/block/m25p80: implement Octal SPI commands
 2022-08-17 10:23 UTC  (2+ messages)

[PATCH] can: fix Xilinx ZynqMP CAN RX FIFO logic
 2022-08-17  9:50 UTC  (2+ messages)

[PATCH v2] block: add missed block_acct_setup with new block device init procedure
 2022-08-17  9:28 UTC  (3+ messages)
` [PATCH 1/2] block: pass OnOffAuto instead of bool to block_acct_setup()
` [PATCH 2/2] block: add missed block_acct_setup with new block device init procedure

[PATCH] x86: disable rng seeding via setup_data
 2022-08-17  8:52 UTC  (2+ messages)

[PATCH for 7.2] minor fixups in block code
 2022-08-17  8:37 UTC  (3+ messages)
` [PATCH 1/2] block: use bdrv_is_sg() helper instead of raw bs->sg reading
` [PATCH 2/2] block: make serializing requests functions 'void'

[PATCH v3] target/riscv: fix csr check for cycle{h}, instret{h}, time{h}, hpmcounter3-31{h}
 2022-08-17  8:37 UTC 

[PATCH v2] target/riscv: fix csr check for cycle{h}, instret{h}, time{h}, hpmcounter3-31{h}
 2022-08-17  8:20 UTC  (2+ messages)

[PATCH V4 RESEND] net/colo.c: Fix the pointer issue reported by Coverity
 2022-08-17  7:44 UTC  (2+ messages)

[PATCH 00/24] Support VIRTIO_F_RING_RESET for virtio-net, vhost-user, vhost-kernel in virtio pci-modern
 2022-08-17  6:46 UTC  (5+ messages)

[PATCH] esp: Handle CMD_BUSRESET by resetting the SCSI bus
 2022-08-17  5:38 UTC  (2+ messages)

[PATCH 0/4] hw/nvme: add irqfd support
 2022-08-17  5:42 UTC  (10+ messages)
` [PATCH 1/4] hw/nvme: avoid unnecessary call to irq (de)assertion functions
` [PATCH 2/4] hw/nvme: add option to (de)assert irq with eventfd
` [PATCH 4/4] hw/nvme: add MSI-x mask handlers for irqfd

[PATCH 1/2] scsi: Add buf_len parameter to scsi_req_new()
 2022-08-17  5:35 UTC  (2+ messages)
` [PATCH 2/2] scsi: Reject commands if the CDB length exceeds buf_len

Bluetooth support in QEMU
 2022-08-17  5:27 UTC  (6+ messages)

[PATCH v13 0/6] Improve PMU support
 2022-08-17  5:07 UTC  (5+ messages)
` [PATCH v13 1/6] target/riscv: Add sscofpmf extension support
` [PATCH v13 4/6] hw/riscv: virt: Add PMU DT node to the device tree
` [PATCH v13 6/6] target/riscv: Remove additional priv version check for mcountinhibit

[PATCH v5 0/3] Enable notify VM exit
 2022-08-17  2:08 UTC  (4+ messages)
` [PATCH v5 1/3] Update linux headers to 6.0-rc1
` [PATCH v5 2/3] i386: kvm: extend kvm_{get, put}_vcpu_events to support pending triple fault
` [PATCH v5 3/3] i386: Add notify VM exit support

[PATCH v12 0/6] Improve PMU support
 2022-08-16 23:24 UTC  (4+ 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).