qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-25 01:53:31 to 2021-03-25 15:20:19 UTC [more...]

[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 v3 0/3] vhost-user-blk: fix bug on device disconnection during initialization
 2021-03-25 15:12 UTC  (3+ 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 "

[RFC 0/8] virtio: Improve boot time of virtio-scsi-pci and virtio-blk-pci
 2021-03-25 15:07 UTC  (9+ 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] 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)

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

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

[PATCH 00/15] Hexagon (target/hexagon) update
 2021-03-25 14:55 UTC  (25+ 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 13/15] Hexagon (target/hexagon) load and unpack bytes instructions
` [PATCH 14/15] Hexagon (target/hexagon) load into shifted register instructions
` [PATCH 15/15] Hexagon (target/hexagon) CABAC decode bin

[PATCH v2 00/10] Acceptance Test: introduce base class for Linux based tests
 2021-03-25 14:53 UTC  (8+ messages)
` [PATCH v2 04/10] Acceptance Tests: move useful ssh methods to base class
` [PATCH v2 07/10] Acceptance Tests: set up SSH connection by default after boot for LinuxTest

[PATCH v4 00/19] qapi: static typing conversion, pt3
 2021-03-25 14:45 UTC  (25+ messages)
` [PATCH v4 01/19] qapi/expr: Comment cleanup
` [PATCH v4 02/19] flake8: Enforce shorter line length for comments and docstrings
` [PATCH v4 03/19] qapi/expr.py: Remove 'info' argument from nested check_if_str
` [PATCH v4 04/19] qapi/expr.py: Check for dict instead of OrderedDict
` [PATCH v4 05/19] qapi/expr.py: constrain incoming expression types
` [PATCH v4 06/19] qapi/expr.py: Add assertion for union type 'check_dict'
` [PATCH v4 07/19] qapi/expr.py: move string check upwards in check_type
` [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 12/19] qapi/expr.py: add type hint annotations
` [PATCH v4 13/19] qapi/expr.py: Consolidate check_if_str calls in check_if
` [PATCH v4 14/19] qapi/expr.py: Remove single-letter variable
` [PATCH v4 15/19] qapi/expr.py: enable pylint checks
` [PATCH v4 16/19] qapi/expr.py: Add docstrings
` [PATCH v4 17/19] qapi/expr.py: Use tuples instead of lists for static data
` [PATCH v4 18/19] qapi/expr.py: move related checks inside check_xxx functions
` [PATCH v4 19/19] qapi/expr.py: Use an expression checker dispatch table

[PATCH 0/6] hw/southbridge: QOM'ify vt82c686 as VT82C686B_SOUTHBRIDGE
 2021-03-25 14:27 UTC  (12+ 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] MAINTAINERS: add/replace backups for some s390 areas
 2021-03-25 14:24 UTC  (4+ messages)

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

[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  (17+ messages)
` [PATCH v10 7/7] hw/ppc: Add emulation of Genesi/bPlan Pegasos II
` [PATCH v10 6/7] hw/pci-host: Add emulation of Marvell MV64361 PPC system controller

[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  (9+ messages)
` [PATCH v3 04/16] qapi/expr.py: Add assertion for union type 'check_dict'
` [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)

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

[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 0/5] virtio: Implement generic vhost-user-i2c backend
 2021-03-25 12:22 UTC  (7+ messages)
` [PATCH 3/5] tools/vhost-user-i2c: Add backend driver

[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 v2] piix: fix regression during unplug in Xen HVM domUs
 2021-03-25 11:12 UTC  (3+ 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)

[PULL 0/2] Block patches
 2021-03-25 10:17 UTC  (6+ 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  (6+ messages)
` [PATCH 2/3] aspeed: Add Scater-Gather support for HACE Hash
` [PATCH 3/3] tests: Aspeed HACE Scatter-Gather tests

[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  (10+ messages)
` [PATCH v4 1/4] virtio:add support in "
` [PATCH v4 2/4] vhost-vdpa: add callback function for "
` [PATCH v4 4/4] virtio-pci: add support "

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

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

[PATCH qemu v17] spapr: Implement Open Firmware client interface
 2021-03-25  4:40 UTC 

[PATCH] target/riscv: Align the data type of reset vector address
 2021-03-25  3:59 UTC  (5+ messages)

[PATCH qemu v16] spapr: Implement Open Firmware client interface
 2021-03-25  3:25 UTC  (3+ messages)

[PATCH v4 00/10] Fixed some bugs and optimized some codes for COLO
 2021-03-25  2:24 UTC  (11+ messages)
` [PATCH v4 01/10] Remove some duplicate trace code
` [PATCH v4 02/10] Fix the qemu crash when guest shutdown during checkpoint
` [PATCH v4 03/10] Optimize the function of filter_send
` [PATCH v4 04/10] Remove migrate_set_block_enabled in checkpoint
` [PATCH v4 05/10] Add a function named packet_new_nocopy for COLO
` [PATCH v4 06/10] Add the function of colo_compare_cleanup
` [PATCH v4 07/10] Reset the auto-converge counter at every checkpoint
` [PATCH v4 08/10] Reduce the PVM stop time during Checkpoint
` [PATCH v4 09/10] Add the function of colo_bitmap_clear_diry
` [PATCH v4 10/10] Fixed calculation error of pkt->header_size in fill_pkt_tcp_info()

Questions about qtest on interrupt controller
 2021-03-25  2:37 UTC 

[PULL V2 00/20] Net patches
 2021-03-25  2:36 UTC  (5+ messages)
` [PULL V2 16/20] qapi: net: Add query-netdev command

[PATCH v3 00/10] Fixed some bugs and optimized some codes for COLO
 2021-03-25  2:32 UTC  (4+ messages)
` [PATCH v3 07/10] Reset the auto-converge counter at every checkpoint

[PATCH 0/4] DEVICE_NOT_DELETED/DEVICE_UNPLUG_ERROR QAPI events
 2021-03-25  1:32 UTC  (6+ 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).