qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-25 07:18:55 to 2021-03-25 18:24:24 UTC [more...]

[PATCH v2 00/10] Acceptance Test: introduce base class for Linux based tests
 2021-03-25 18:14 UTC  (16+ messages)
` [PATCH v2 03/10] Python: add utility function for retrieving port redirection
` [PATCH v2 04/10] Acceptance Tests: move useful ssh methods to base class
` [PATCH v2 05/10] Acceptance Tests: add port redirection for ssh by default
` [PATCH v2 07/10] Acceptance Tests: set up SSH connection by default after boot for LinuxTest
` [PATCH v2 09/10] Acceptance Tests: add basic documentation on LinuxTest base class

[PATCH v2 0/5] qemu-iotests: quality of life improvements
 2021-03-25 18:15 UTC  (2+ messages)

[PATCH v2 for-6.0?] hw/pci-host/gpex: Don't fault for unmapped parts of MMIO and PIO windows
 2021-03-25 18:14 UTC  (4+ messages)

[PATCH v4 00/10] Fixed some bugs and optimized some codes for COLO
 2021-03-25 18:07 UTC  (3+ messages)
` [PATCH v4 09/10] Add the function of colo_bitmap_clear_diry

[Bug 1921092] [NEW] qemu-system-arm multi core debug not working
 2021-03-25 18:00 UTC  (3+ messages)
` [Bug 1921092] Re: gdbstub debug of multi-cluster machines is undocumented and confusing

[RFC 0/8] virtio: Improve boot time of virtio-scsi-pci and virtio-blk-pci
 2021-03-25 18:05 UTC  (12+ messages)
` [RFC 1/8] memory: Allow eventfd add/del without starting a transaction
` [RFC 2/8] virtio: Introduce virtio_bus_set_host_notifiers()
` [RFC 3/8] virtio: Add API to batch set host notifiers
` [RFC 4/8] virtio-pci: Batch add/del ioeventfds in a single MR transaction
` [RFC 5/8] virtio-blk: Fix rollback path in virtio_blk_data_plane_start()
` [RFC 6/8] virtio-blk: Use virtio_bus_set_host_notifiers()
` [RFC 7/8] virtio-scsi: Set host notifiers and callbacks separately
` [RFC 8/8] virtio-scsi: Use virtio_bus_set_host_notifiers()

[PATCH v1 0/8] GICv3 LPI and ITS feature implementation
 2021-03-25 17:59 UTC  (5+ messages)
` [PATCH v1 1/8] hw/intc: GICv3 ITS initial framework

[PATCH for-6.0 0/2] document gdbstub debugging of multicore machines
 2021-03-25 17:50 UTC  (3+ messages)
` [PATCH for-6.0 1/2] docs/system/gdb.rst: Add some more heading structure
` [PATCH for-6.0 2/2] docs/system/gdb.rst: Document how to debug multicore machines

[PATCH 00/28] qapi: Enforce naming rules
 2021-03-25 17:50 UTC  (13+ messages)
` [PATCH 10/28] qapi: Rework name checking in preparation of stricter checking
` [PATCH 13/28] qapi: Enforce event naming rules

[PULL 0/2] Block patches
 2021-03-25 17:40 UTC  (9+ messages)

[PATCH 00/15] Hexagon (target/hexagon) update
 2021-03-25 17:37 UTC  (32+ messages)
` [PATCH 01/15] Hexagon (target/hexagon) TCG generation cleanup
` [PATCH 02/15] Hexagon (target/hexagon) remove unnecessary inline directives
` [PATCH 03/15] Hexagon (target/hexagon) properly generate TB end for DISAS_NORETURN
` [PATCH 04/15] Hexagon (target/hexagon) decide if pred has been written at TCG gen time
` [PATCH 05/15] Hexagon (target/hexagon) change variables from int to bool when appropriate
` [PATCH 06/15] Hexagon (target/hexagon) utility function changes
` [PATCH 07/15] Hexagon (target/hexagon) use softfloat default NaN and tininess
` [PATCH 08/15] Hexagon (target/hexagon) replace float32_mul_pow2 with float32_scalbn
` [PATCH 09/15] Hexagon (target/hexagon) use softfloat for float-to-int conversions
` [PATCH 10/15] Hexagon (target/hexagon) instructions with multiple definitions
` [PATCH 11/15] Hexagon (target/hexagon) circular addressing
` [PATCH 12/15] Hexagon (target/hexagon) bit reverse (brev) addressing
` [PATCH 14/15] Hexagon (target/hexagon) load into shifted register instructions
` [PATCH 15/15] Hexagon (target/hexagon) CABAC decode bin

Bug with Windows tap network when running qemu-system-ppc with Mac OS 9 guest
 2021-03-25 17:34 UTC  (2+ messages)

[PATCH for-6.0 0/4] Don't treat all sysbus devices as hotpluggable
 2021-03-25 17:23 UTC  (6+ messages)
` [PATCH for-6.0 1/4] include/hw/boards.h: Document machine_class_allow_dynamic_sysbus_dev()
` [PATCH for-6.0 2/4] machine: Provide a function to check the dynamic sysbus whitelist
` [PATCH for-6.0 3/4] hw/arm/virt: Only try to add valid dynamic sysbus devices to platform bus
` [PATCH for-6.0 4/4] hw/ppc/e500plat: "

[PATCH v2] qapi: introduce 'query-cpu-model-cpuid' action
 2021-03-25 16:57 UTC 

qemu-system-aarch64 crashes with device ich9-usb-ehci1
 2021-03-25 17:12 UTC  (2+ messages)

[PATCH v2] piix: fix regression during unplug in Xen HVM domUs
 2021-03-25 16:49 UTC  (4+ messages)

[PATCH 0/6] hw/southbridge: QOM'ify vt82c686 as VT82C686B_SOUTHBRIDGE
 2021-03-25 16:26 UTC  (14+ messages)
` [PATCH 1/6] hw/isa/vt82c686: Name output IRQ as 'intr'
` [PATCH 2/6] hw/isa/vt82c686: Simplify removing unuseful qemu_allocate_irqs() call
` [PATCH 3/6] hw/isa/vt82c686: Let ISA function expose ISA IRQs
` [PATCH 4/6] hw/ide/via: Replace magic 2 value by ARRAY_SIZE / MAX_IDE_DEVS
` [PATCH 5/6] hw/ide/via: Connect IDE function output IRQs to the ISA function input

[PATCH 0/5] virtio: Implement generic vhost-user-i2c backend
 2021-03-25 16:16 UTC  (6+ messages)
` [PATCH 3/5] tools/vhost-user-i2c: Add backend driver

[PATCH v5 0/5] virtiofsd: Add support to enable/disable posix acls
 2021-03-25 16:03 UTC  (7+ messages)
` [PATCH v5 1/5] virtiofsd: Add umask to seccom allow list
` [PATCH v5 2/5] virtiofsd: Add capability to change/restore umask
` [PATCH v5 3/5] virtiofsd: Add an option to enable/disable posix acls
` [PATCH v5 4/5] virtiofsd: Add support for setxattr_v2
` [PATCH v5 5/5] virtiofsd: Switch creds, drop FSETID for system.posix_acl_access xattr

[Bug 1918302] [NEW] qemu-system-arm segfaults while servicing SYS_HEAPINFO
 2021-03-25 15:49 UTC  (7+ messages)
` [Bug 1918302] "

[PATCH v3 0/4] yank: Add chardev tests and fixes
 2021-03-25 16:03 UTC  (2+ messages)

[PATCH v5 0/7] eBPF RSS support for virtio-net
 2021-03-25 15:58 UTC  (9+ messages)
` [PATCH v5 1/7] net/tap: Added TUNSETSTEERINGEBPF code
` [PATCH v5 2/7] net: Added SetSteeringEBPF method for NetClientState
` [PATCH v5 3/7] ebpf: Added eBPF RSS program
` [PATCH v5 4/7] ebpf: Added eBPF RSS loader
` [PATCH v5 5/7] virtio-net: Added eBPF RSS to virtio-net
` [PATCH v5 6/7] docs: Added eBPF documentation
` [PATCH v5 7/7] MAINTAINERS: Added eBPF maintainers information

[PATCH V4] file-posix: allow -EBUSY error during ioctl(fd, BLKZEROOUT, range) on block
 2021-03-25 15:48 UTC  (5+ messages)

[RFC PATCH v2 0/5] target/arm: Add MTE support to KVM guest
 2021-03-25 15:37 UTC  (7+ messages)
` [RFC PATCH v2 3/5] Add APIs to get/set MTE tags
` [RFC PATCH v2 4/5] Add migration support for KVM guest with MTE
` [RFC PATCH v2 5/5] Enable the MTE support for KVM guest

[PATCH v4 00/19] qapi: static typing conversion, pt3
 2021-03-25 15:46 UTC  (20+ messages)
` [PATCH v4 01/19] qapi/expr: Comment cleanup
` [PATCH v4 02/19] flake8: Enforce shorter line length for comments and docstrings
` [PATCH v4 05/19] qapi/expr.py: constrain incoming expression types
` [PATCH v4 08/19] qapi: add tests for invalid 'data' field type
` [PATCH v4 09/19] qapi/expr.py: Check type of 'data' member
` [PATCH v4 10/19] qapi/expr.py: Add casts in a few select cases
` [PATCH v4 11/19] qapi/expr.py: Modify check_keys to accept any Collection
` [PATCH v4 13/19] qapi/expr.py: Consolidate check_if_str calls in check_if
` [PATCH v4 17/19] qapi/expr.py: Use tuples instead of lists for static data

[PATCH 0/1] iotests: fix 051.out expected output after error
 2021-03-25 15:17 UTC  (2+ messages)

[PATCH v3 0/3] vhost-user-blk: fix bug on device disconnection during initialization
 2021-03-25 15:12 UTC  (4+ messages)
` [PATCH v3 1/3] vhost-user-blk: use different event handlers on initialization
` [PATCH v3 2/3] vhost-user-blk: perform immediate cleanup if disconnect "
` [PATCH v3 3/3] vhost-user-blk: add immediate cleanup on shutdown

[PATCH v3 0/7] Some vIOMMU fixes
 2021-03-25 15:09 UTC  (4+ messages)
` [PATCH v3 6/7] hw/arm/smmuv3: Fix SMMU_CMD_CFGI_STE_RANGE handling

[RFC v11 00/55] arm cleanup experiment for kvm-only build
 2021-03-25 15:14 UTC  (13+ messages)
` [RFC v11 23/55] target/arm: move arm_sctlr away from tcg helpers
` [RFC v11 26/55] target/arm: split a15 cpu model and 32bit class functions to cpu32.c
` [RFC v11 28/55] target/arm: refactor exception and cpu code
` [RFC v11 32/55] target/arm: move kvm-const.h, kvm.c, kvm64.c, kvm_arm.h to kvm/

[PATCH] iotests: Fix typo in iotest 051
 2021-03-25 15:03 UTC  (2+ messages)

[PATCH RESEND] docs: clarify absence of set_features in vhost-user
 2021-03-25 14:48 UTC 

[PATCH] hw/arm/smmuv3: Drop unused CDM_VALID() and is_cd_valid()
 2021-03-25 14:59 UTC  (2+ messages)

[PATCH 0/1] avocado-qemu: New SMMUv3 tests
 2021-03-25 14:55 UTC  (4+ messages)
` [PATCH 1/1] avocado_qemu: Add "

[PATCH] MAINTAINERS: add/replace backups for some s390 areas
 2021-03-25 14:24 UTC  (4+ messages)

[PATCH v11 0/7] Pegasos2 emulation
 2021-03-25 13:50 UTC  (8+ messages)
` [PATCH v11 2/7] vt82c686: Add VT8231_SUPERIO based on VIA_SUPERIO
` [PATCH v11 6/7] hw/pci-host: Add emulation of Marvell MV64361 PPC system controller
` [PATCH v11 1/7] vt82c686: QOM-ify superio related functionality
` [PATCH v11 7/7] hw/ppc: Add emulation of Genesi/bPlan Pegasos II
` [PATCH v11 4/7] vt82c686: Add emulation of VT8231 south bridge
` [PATCH v11 3/7] vt82c686: Introduce abstract TYPE_VIA_ISA and base vt82c686b_isa on it
` [PATCH v11 5/7] hw/isa/Kconfig: Add missing dependency VIA VT82C686 -> APM

[PATCH v10 0/7] Pegasos2 emulation
 2021-03-25 14:04 UTC  (5+ messages)

[Bug 1909247] [NEW] QEMU: use after free vulnerability in esp_do_dma() in hw/scsi/esp.c
 2021-03-25 13:22 UTC  (2+ messages)
` [Bug 1909247] "

[PATCH v3 00/16] qapi: static typing conversion, pt3
 2021-03-25 13:28 UTC  (5+ messages)
` [PATCH v3 15/16] qapi/expr.py: move related checks inside check_xxx functions

Crashes with qemu-system-ppc64
 2021-03-25 13:25 UTC  (9+ messages)

[PATCH-for-6.1 0/2] hw/block/pflash_cfi02: Do not create aliases when not necessary
 2021-03-25 12:49 UTC  (5+ messages)
` [PATCH-for-6.1 1/2] hw/block/pflash_cfi02: Set romd mode in pflash_cfi02_realize()
` [PATCH-for-6.1 2/2] hw/block/pflash_cfi02: Do not create aliases when not necessary

[PATCH v3] linux-user/s390x: Use the guest pointer for the sigreturn stub
 2021-03-25 12:46 UTC  (3+ messages)

[PATCH v3] i386/cpu_dump: support AVX512 ZMM regs dump
 2021-03-25 12:39 UTC  (4+ messages)

Memory address of ivshmem device
 2021-03-25 11:03 UTC 

[PATCH] migration: Move populate_vfio_info() into a separate file
 2021-03-25 12:09 UTC  (5+ messages)

[PATCH-for-6.1] hw/isa/piix4: Use qdev_get_gpio_in_named() to get ISA IRQ
 2021-03-25 12:02 UTC  (2+ messages)

[Bug 1915925] [NEW] ARM semihosting HEAPINFO results wrote to wrong address
 2021-03-25 11:47 UTC  (2+ messages)
` [Bug 1915925] "

[PATCH v6 0/6] coroutine rwlock downgrade fix, minor VDI changes
 2021-03-25 11:29 UTC  (7+ messages)
` [PATCH v6 1/6] block/vdi: When writing new bmap entry fails, don't leak the buffer
` [PATCH v6 2/6] block/vdi: Don't assume that blocks are larger than VdiHeader
` [PATCH v6 3/6] coroutine-lock: Store the coroutine in the CoWaitRecord only once
` [PATCH v6 4/6] coroutine-lock: Reimplement CoRwlock to fix downgrade bug
` [PATCH v6 5/6] test-coroutine: Add rwlock upgrade test
` [PATCH v6 6/6] test-coroutine: Add rwlock downgrade test

gitlab-ci: Only build /staging branch?
 2021-03-25 11:14 UTC  (10+ messages)

[PATCH] qapi: introduce 'query-cpu-model-cpuid' action
 2021-03-25 10:43 UTC  (3+ messages)

[PATCH V3] target/riscv: Align the data type of reset vector address
 2021-03-25 10:20 UTC  (2+ messages)

[PATCH 0/2] pseries: SMP sockets must match NUMA nodes
 2021-03-25 10:15 UTC  (7+ messages)
` [PATCH 1/2] spapr: number of SMP sockets must be equal to "

[PATCH v1 0/3] migration: Fixes to the 'background-snapshot' code
 2021-03-25  9:51 UTC  (5+ messages)

[PATCH v4 00/14] RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property
 2021-03-25  9:40 UTC  (4+ messages)
` [PATCH v4 09/14] util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()

[PATCH V2] target/riscv: Align the data type of reset vector address
 2021-03-25  9:28 UTC  (2+ messages)

[RFC PATCH v2 0/3] virtio-net: graceful drop of vhost for TAP
 2021-03-25  9:00 UTC  (3+ messages)

[PATCH v4 00/11] 64bit block-layer: part II
 2021-03-25  8:10 UTC  (3+ messages)

[PATCH 0/3] aspeed: HACE hash Scatter-Gather support
 2021-03-25  7:55 UTC  (3+ messages)
` [PATCH 2/3] aspeed: Add Scater-Gather support for HACE Hash

[PATCH RFC RESEND v2 0/6] Introduce IOMMU Option For PCI Root Bus
 2021-03-25  7:22 UTC  (7+ messages)
` [PATCH RFC RESEND v2 1/6] hw/pci/pci_host: Add iommu property for pci host
` [PATCH RFC RESEND v2 2/6] hw/pci: Add iommu option for pci root bus
` [PATCH RFC RESEND v2 3/6] hw/pci: Add pci_root_bus_max_bus
` [PATCH RFC RESEND v2 4/6] hw/arm/virt-acpi-build: Add explicit idmap info in IORT table
` [PATCH RFC RESEND v2 5/6] hw/i386/acpi-build: Add explicit scope in DMAR table
` [PATCH RFC RESEND v2 6/6] hw/i386/acpi-build: Add iommu filter in IVRS table

[PATCH v4 0/4] vhost-vdpa: add support for configure interrupt
 2021-03-25  7:17 UTC  (4+ messages)
` [PATCH v4 2/4] vhost-vdpa: add callback function "


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