qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-16 07:23:08 to 2022-08-17 08:53:54 UTC [more...]

[PATCH v10 00/21] job: replace AioContext lock with job_mutex
 2022-08-17  8:46 UTC  (33+ messages)
` [PATCH v10 02/21] job.h: categorize fields in struct Job
` [PATCH v10 05/21] job.c: add job_lock/unlock while keeping job.h intact
` [PATCH v10 06/21] job: move and update comments from blockjob.c
` [PATCH v10 07/21] blockjob: introduce block_job _locked() APIs
` [PATCH v10 10/21] block/mirror.c: use of job helpers in drivers to avoid TOC/TOU
` [PATCH v10 11/21] jobs: group together API calls under the same job lock
` [PATCH v10 12/21] commit and mirror: create new nodes using bdrv_get_aio_context, and not the job aiocontext
` [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 17/21] blockjob: protect iostatus field in BlockJob struct
` [PATCH v10 18/21] job.c: enable job lock/unlock and remove Aiocontext locks

[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] x86: disable rng seeding via setup_data
 2022-08-17  8:39 UTC 

[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 for-7.1 0/4] Last-minute LoongArch CPU model naming tweaks
 2022-08-17  8:11 UTC  (6+ messages)
` [PATCH for-7.1 3/4] target/loongarch: rename the TCG CPU "la464" to "qemu64-v1.00"

[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  (6+ 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  (8+ messages)
` [PATCH v13 1/6] target/riscv: Add sscofpmf extension support
` [PATCH v13 2/6] target/riscv: Simplify counter predicate function
` [PATCH v13 3/6] target/riscv: Add few cache related PMU events
` [PATCH v13 4/6] hw/riscv: virt: Add PMU DT node to the device tree
` [PATCH v13 5/6] target/riscv: Update the privilege field for sscofpmf CSRs
` [PATCH v13 6/6] target/riscv: Remove additional priv version check for mcountinhibit

[PATCH] .gitlab-ci.d/buildtest.yml: Increase the check-gprof-gcov job timeout
 2022-08-17  3:46 UTC 

[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 for-7.2 00/21] accel/tcg: minimize tlb lookups during translate + user-only PROT_EXEC fixes
 2022-08-17  1:42 UTC  (5+ messages)
` [PATCH for-7.2 14/21] accel/tcg: Hoist get_page_addr_code out of tb_lookup

[PATCH v12 0/6] Improve PMU support
 2022-08-16 23:24 UTC  (7+ messages)
` [PATCH v12 2/6] target/riscv: Simplify counter predicate function

[PATCH v2 00/33] accel/tcg + target/arm: pc-relative translation
 2022-08-16 20:41 UTC  (35+ messages)
` [PATCH v2 01/33] linux-user/arm: Mark the commpage executable
` [PATCH v2 02/33] linux-user/hppa: Allocate page zero as a commpage
` [PATCH v2 03/33] linux-user/x86_64: Allocate vsyscall page "
` [PATCH v2 04/33] linux-user: Honor PT_GNU_STACK
` [PATCH v2 05/33] tests/tcg/i386: Move smc_code2 to an executable section
` [PATCH v2 06/33] accel/tcg: Remove PageDesc code_bitmap
` [PATCH v2 07/33] accel/tcg: Use bool for page_find_alloc
` [PATCH v2 08/33] accel/tcg: Make tb_htable_lookup static
` [PATCH v2 09/33] accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.c
` [PATCH v2 10/33] accel/tcg: Properly implement get_page_addr_code for user-only
` [PATCH v2 11/33] accel/tcg: Use probe_access_internal for softmmu get_page_addr_code_hostp
` [PATCH v2 12/33] accel/tcg: Add nofault parameter to get_page_addr_code_hostp
` [PATCH v2 13/33] accel/tcg: Unlock mmap_lock after longjmp
` [PATCH v2 14/33] accel/tcg: Raise PROT_EXEC exception early
` [PATCH v2 15/33] accel/tcg: Introduce is_same_page()
` [PATCH v2 16/33] accel/tcg: Remove translator_ldsw
` [PATCH v2 17/33] accel/tcg: Add pc and host_pc params to gen_intermediate_code
` [PATCH v2 18/33] accel/tcg: Add fast path for translator_ld*
` [PATCH v2 19/33] accel/tcg: Use DisasContextBase in plugin_gen_tb_start
` [PATCH v2 20/33] accel/tcg: Do not align tb->page_addr[0]
` [PATCH v2 21/33] include/hw/core: Create struct CPUJumpCache
` [PATCH v2 22/33] accel/tcg: Introduce tb_pc and tb_pc_log
` [PATCH v2 23/33] accel/tcg: Introduce TARGET_TB_PCREL
` [PATCH v2 24/33] accel/tcg: Split log_cpu_exec into inline and slow path
` [PATCH v2 25/33] target/arm: Introduce curr_insn_len
` [PATCH v2 26/33] target/arm: Change gen_goto_tb to work on displacements
` [PATCH v2 27/33] target/arm: Change gen_*set_pc_im to gen_*update_pc
` [PATCH v2 28/33] target/arm: Change gen_exception_insn* to work on displacements
` [PATCH v2 29/33] target/arm: Change gen_exception_internal "
` [PATCH v2 30/33] target/arm: Change gen_jmp* "
` [PATCH v2 31/33] target/arm: Introduce gen_pc_plus_diff for aarch64
` [PATCH v2 32/33] target/arm: Introduce gen_pc_plus_diff for aarch32
` [PATCH v2 33/33] target/arm: Enable TARGET_TB_PCREL

[PATCH for-7.2 v4 00/11] enable pnv-phb user created devices
 2022-08-16 20:00 UTC  (4+ messages)
` [PATCH for-7.2 v4 11/11] ppc/pnv: fix QOM parenting of user creatable root ports

[PATCH v2] ci: Upgrade msys2 release to 20220603
 2022-08-16 18:53 UTC  (3+ messages)

[PULL 0/2] Two small fixes for QEMU 7.1-rc3
 2022-08-16 18:25 UTC  (4+ messages)
` [PULL 1/2] tests/qtest: misc tweaks to readconfig
` [PULL 2/2] hw/usb/hcd-xhci: Fix unbounded loop in xhci_ring_chain_length() (CVE-2020-14394)

[PATCH v7 0/8] Add support for zoned device
 2022-08-16 17:55 UTC  (13+ messages)
` [PATCH v7 1/8] include: add zoned device structs
` [PATCH v7 2/8] file-posix: introduce get_sysfs_str_val for device zoned model
` [PATCH v7 3/8] file-posix: introduce get_sysfs_long_val for the long sysfs attribute
` [PATCH v7 4/8] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls

[PATCH for-7.2 v3 00/20] QMP/HMP: add 'dumpdtb' and 'info fdt' commands
 2022-08-16 17:34 UTC  (21+ messages)
` [PATCH for-7.2 v3 01/20] hw/arm: do not free machine->fdt in arm_load_dtb()
` [PATCH for-7.2 v3 02/20] hw/microblaze: set machine->fdt in microblaze_load_dtb()
` [PATCH for-7.2 v3 03/20] hw/nios2: set machine->fdt in nios2_load_dtb()
` [PATCH for-7.2 v3 04/20] hw/ppc: set machine->fdt in ppce500_load_device_tree()
` [PATCH for-7.2 v3 05/20] hw/ppc: set machine->fdt in bamboo_load_device_tree()
` [PATCH for-7.2 v3 06/20] hw/ppc: set machine->fdt in sam460ex_load_device_tree()
` [PATCH for-7.2 v3 07/20] hw/ppc: set machine->fdt in xilinx_load_device_tree()
` [PATCH for-7.2 v3 08/20] hw/ppc: set machine->fdt in pegasos2_machine_reset()
` [PATCH for-7.2 v3 09/20] hw/ppc: set machine->fdt in pnv_reset()
` [PATCH for-7.2 v3 10/20] hw/ppc: set machine->fdt in spapr machine
` [PATCH for-7.2 v3 11/20] hw/riscv: set machine->fdt in sifive_u_machine_init()
` [PATCH for-7.2 v3 12/20] hw/riscv: set machine->fdt in spike_board_init()
` [PATCH for-7.2 v3 13/20] hw/xtensa: set machine->fdt in xtfpga_init()
` [PATCH for-7.2 v3 14/20] qmp/hmp, device_tree.c: introduce dumpdtb
` [PATCH for-7.2 v3 15/20] qmp/hmp, device_tree.c: introduce 'info fdt' command
` [PATCH for-7.2 v3 16/20] device_tree.c: support string array prop in fdt_format_node()
` [PATCH for-7.2 v3 17/20] device_tree.c: support remaining FDT prop types
` [PATCH for-7.2 v3 18/20] device_node.c: enable 'info fdt' to print subnodes
` [PATCH for-7.2 v3 19/20] device_tree.c: add fdt_format_property() helper
` [PATCH for-7.2 v3 20/20] hmp, device_tree.c: add 'info fdt <property>' support

[RFC PATCH] tests/avocado: push default timeout to QemuBaseTest
 2022-08-16 17:45 UTC  (2+ messages)

[PATCH v2 0/4] hw/arm/virt: Improve address assignment for high memory regions
 2022-08-16  3:01 UTC  (3+ messages)
` [PATCH v2 4/4] virt/hw/virt: Add virt_set_high_memmap() helper

[PULL for 7.1 0/3] memory leak and testing tweaks
 2022-08-16 15:58 UTC  (8+ messages)
` [PULL 1/3] linux-user: un-parent OBJECT(cpu) when closing thread
` [PULL 2/3] tests/avocado: add timeout to the aspeed tests
` [PULL 3/3] tests/avocado: apply a band aid to aspeed-evb login

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-16 15:38 UTC  (13+ messages)

[RFC v3 0/8] blkio: add libblkio BlockDriver
 2022-08-15 21:24 UTC  (7+ messages)
` [RFC v3 7/8] blkio: implement BDRV_REQ_REGISTERED_BUF optimization
` [RFC v3 8/8] virtio-blk: use BDRV_REQ_REGISTERED_BUF optimization hint

[PATCH v3 0/8] parallels: Refactor the code of images checks and fix a bug
 2022-08-16 13:20 UTC  (2+ messages)

[PATCH v2] xio3130_upstream: Add ACS (Access Control Services) capability
 2022-08-16 12:38 UTC  (3+ messages)

qemu-system-aarch64: Failed to retrieve host CPU features
 2022-08-16 12:31 UTC  (5+ messages)

KVM Forum gpg key signing
 2022-08-16 11:59 UTC 

[PATCH 00/22] QOMify PPC4xx devices and minor clean ups
 2022-08-16 11:59 UTC  (22+ messages)
` [PATCH 01/22] ppc/ppc4xx: Introduce a DCR device model
` [PATCH 12/22] ppc4xx: Move PLB model to ppc4xx_devs.c
` [PATCH 13/22] ppc4xx: Move EBC "
` [PATCH 15/22] hw/intc/ppc-uic: Convert ppc-uic to a PPC4xx DCR device
` [PATCH 18/22] ppc405: Move machine specific code to ppc405_boards.c
` [PATCH 19/22] hw/ppc/Kconfig: Remove PPC405 dependency from sam460ex
` [PATCH 20/22] hw/ppc/Kconfig: Move imply before select
` [PATCH 21/22] ppc4xx: Drop empty default cases

[PATCH 0/2] hw/mips/boston: Initrd support
 2022-08-16 11:46 UTC  (4+ messages)
` [PATCH 2/2] hw/mips/boston: Pack fdt in fdt filter

[PATCH v2] ppc/pnv: Add initial P9/10 SBE model
 2022-08-16 11:32 UTC  (2+ messages)

[PATCH 0/7] Allow semihosting from user mode
 2022-08-16 10:55 UTC  (5+ messages)
` [PATCH 1/7] semihosting: Allow optional use of semihosting from userspace
` [PATCH 3/7] target/m68k: Honour -semihosting-config userspace=on

[PATCH] [PATCH] linux-user/aarch64: Reset target data on MADV_DONTNEED
 2022-08-16 10:50 UTC  (11+ messages)

[RFC PATCH 0/2] accel/kvm: extend kvm memory listener to support
 2022-08-16 10:12 UTC  (3+ messages)
` [RFC PATCH 1/2] softmmu/memory: add missing begin/commit callback calls
` [RFC PATCH 2/2] kvm/kvm-all.c: listener should delay kvm_vm_ioctl to the commit phase

Teensy 4.1 Implementation
 2022-08-16 10:05 UTC  (5+ messages)

[PATCH] acpi_ged: Add ospm_status hook implementation
 2022-08-16  9:48 UTC  (5+ messages)
  ` 答复: "

[PATCH v3 0/2] virtio-gpu: Shared memory capability
 2022-08-16  9:42 UTC  (3+ messages)
` [PATCH v3 1/2] virtio: Add shared "
` [PATCH v3 2/2] virtio-gpu: hostmem

[PATCH v2] hw/acpi: Add ospm_status hook implementation for acpi-ged
 2022-08-16  9:49 UTC 

[PATCH] hw/riscv: microchip_pfsoc: fix kernel panics due to missing peripherals
 2022-08-16  9:41 UTC  (5+ messages)

[PATCH v3] xio3130_upstream: Add ACS, Access Control Services, capability
 2022-08-16  9:37 UTC 

[PATCH v2 for-7.1] hw/usb/hcd-xhci: Fix unbounded loop in xhci_ring_chain_length() (CVE-2020-14394)
 2022-08-16  9:02 UTC  (2+ messages)

[PATCH RFC v1] hw/i386: place setup_data at fixed place in memory
 2022-08-16  8:55 UTC  (11+ messages)
` [PATCH v2] "

[PATCH] virtio-crypto: support asynchronous mode
 2022-08-16  8:48 UTC 

[PATCH v5 00/18] dump: Add arch section and s390x PV dump
 2022-08-16  8:43 UTC  (13+ messages)
` [PATCH v5 01/18] dump: Replace opaque DumpState pointer with a typed one
` [PATCH v5 03/18] dump: Refactor dump_iterate and introduce dump_filter_memblock_*()
` [PATCH v5 05/18] dump: Rework filter area variables
` [PATCH v5 07/18] dump: Split elf header functions into prepare and write
` [PATCH v5 08/18] dump: Rename write_elf*_phdr_note to prepare_elf*_phdr_note
` [PATCH v5 09/18] dump: Use a buffer for ELF section data and headers

[PATCH] hw/usb/hcd-xhci: Fix endless loop in case the DMA access fails (CVE-2020-14394)
 2022-08-16  8:42 UTC  (9+ messages)

[PATCH] target/hppa: Fix proberi instruction emulation for linux-user
 2022-08-16  7:58 UTC 

[PATCH] RFC: char: deprecate usage of bidirectional pipe
 2022-08-16  7:51 UTC  (3+ messages)

[PATCH] ui/console: fix qemu_console_resize() regression
 2022-08-16  7:33 UTC  (5+ messages)

[RFC PATCH v4 00/36] TDX QEMU support
 2022-08-16  7:16 UTC  (7+ messages)
` [RFC PATCH v4 18/36] i386/tdx: Skip BIOS shadowing setup


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