qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-16 00:15:35 to 2022-08-16 20:58:00 UTC [more...]

[PATCH v2 00/33] accel/tcg + target/arm: pc-relative translation
 2022-08-16 20:33 UTC  (16+ 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 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 23/33] accel/tcg: Introduce 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)

[PATCH v10 00/21] job: replace AioContext lock with job_mutex
 2022-08-16 18:33 UTC  (28+ 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 17/21] blockjob: protect iostatus field in BlockJob struct
` [PATCH v10 18/21] job.c: enable job lock/unlock and remove Aiocontext locks

[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  (17+ 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 v7 5/8] raw-format: add zone operations to pass through requests
` [PATCH v7 6/8] config: add check to block layer
` [PATCH v7 7/8] qemu-iotests: test new zone operations
` [PATCH v7 8/8] docs/zoned-storage: add zoned device documentation

[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 00/24] Support VIRTIO_F_RING_RESET for virtio-net, vhost-user, vhost-kernel in virtio pci-modern
 2022-08-16  6:40 UTC  (29+ messages)
` [PATCH v2 01/24] virtio: sync relevant definitions with linux
` [PATCH v2 02/24] virtio: introduce __virtio_queue_reset()
` [PATCH v2 03/24] virtio: introduce virtio_queue_reset()
` [PATCH v2 04/24] virtio: introduce virtio_queue_enable()
` [PATCH v2 05/24] virtio: core: vq reset feature negotation support
` [PATCH v2 06/24] virtio-pci: support queue reset
` [PATCH v2 07/24] virtio-pci: support queue enable
` [PATCH v2 08/24] vhost: extract the logic of unmapping the vrings and desc
` [PATCH v2 09/24] vhost: introduce vhost_dev_virtqueue_stop()
` [PATCH v2 10/24] vhost: introduce vhost_dev_virtqueue_restart()
` [PATCH v2 11/24] vhost-net: vhost-kernel: introduce vhost_net_virtqueue_stop()
` [PATCH v2 12/24] vhost-net: vhost-kernel: introduce vhost_net_virtqueue_restart()
` [PATCH v2 13/24] docs: vhost-user: add VHOST_USER_RESET_VRING message
` [PATCH v2 14/24] vhost-user: introduce vhost_reset_vring() interface
` [PATCH v2 15/24] vhost-user: add op to enable or disable a single vring
` [PATCH v2 16/24] vhost: vhost-user: update vhost_dev_virtqueue_stop()
` [PATCH v2 17/24] vhost: vhost-user: update vhost_dev_virtqueue_restart()
` [PATCH v2 18/24] vhost-net: vhost-user: update vhost_net_virtqueue_stop()
` [PATCH v2 19/24] vhost-net: vhost-user: update vhost_net_virtqueue_restart()
` [PATCH v2 20/24] virtio-net: introduce flush_or_purge_queued_packets()
` [PATCH v2 21/24] virtio-net: support queue reset
` [PATCH v2 22/24] virtio-net: support queue_enable
` [PATCH v2 23/24] vhost: vhost-kernel: enable vq reset feature
` [PATCH v2 24/24] vhost: vhost-user: "

[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  (14+ messages)

[PATCH 0/4] hw/nvme: add irqfd support
 2022-08-16 15:24 UTC  (8+ 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

[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  (13+ messages)
` [PATCH 1/7] semihosting: Allow optional use of semihosting from userspace
` [PATCH 3/7] target/m68k: Honour -semihosting-config userspace=on
` [PATCH 4/7] target/mips: "
` [PATCH 6/7] target/xtensa: "
` [PATCH 7/7] target/riscv: Honour -semihosting-config userspace=on and enable=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 v12 0/6] Improve PMU support
 2022-08-16  7:39 UTC  (4+ messages)
` [PATCH v12 2/6] target/riscv: Simplify counter predicate function

[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  (8+ messages)
` [RFC PATCH v4 18/36] i386/tdx: Skip BIOS shadowing setup

[RFC v2 00/10] Introduce an extensible static analyzer
 2022-08-16  7:17 UTC  (4+ messages)

Bluetooth support in QEMU
 2022-08-16  6:03 UTC  (7+ messages)

[PATCH 0/20] Convert nanoMIPS disassembler from C++ to C
 2022-08-16  5:46 UTC  (12+ messages)
` [PATCH 04/20] disas/nanomips: Remove helper methods from class
` [PATCH 05/20] disas/nanomips: Remove __cond "
` [PATCH 10/20] disas/nanomips: Delete nanomips.h
` [PATCH 19/20] disas/nanomips: Add modifier static

[PATCH v1] target/riscv: Add xicondops in ISA entry
 2022-08-16  4:54 UTC 

[PATCH] hw/arm/bcm2835_property: Add support for RPI_FIRMWARE_FRAMEBUFFER_GET_NUM_DISPLAYS
 2022-08-16  0:49 UTC  (2+ messages)

[PATCH] target/arm: Rearrange cpu64.c so all the CPU initfns are together
 2022-08-16  0:47 UTC  (2+ messages)

[PATCH] meson: be strict for boolean options
 2022-08-16  0:46 UTC  (2+ 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).