qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-24 20:05:44 to 2021-03-25 12:23:20 UTC [more...]

[PATCH 0/6] hw/southbridge: QOM'ify vt82c686 as VT82C686B_SOUTHBRIDGE
 2021-03-25 12:21 UTC  (8+ 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 4/6] hw/ide/via: Replace magic 2 value by ARRAY_SIZE / MAX_IDE_DEVS

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

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

[PATCH-for-6.1 0/2] hw/block/pflash_cfi02: Do not create aliases when not necessary
 2021-03-25 12:09 UTC  (3+ 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-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 1918302] [NEW] qemu-system-arm segfaults while servicing SYS_HEAPINFO
 2021-03-25 11:49 UTC  (2+ messages)
` [Bug 1918302] "

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

[RFC v11 00/55] arm cleanup experiment for kvm-only build
 2021-03-25 11:59 UTC  (28+ messages)
` [RFC v11 20/55] target/arm: split vfp state setting from tcg helpers
` [RFC v11 21/55] target/arm: move arm_mmu_idx* to cpu-mmu
` [RFC v11 22/55] target/arm: move sve_zcr_len_for_el to common_cpu
` [RFC v11 23/55] target/arm: move arm_sctlr away from tcg helpers
` [RFC v11 25/55] target/arm: move aarch64_sync_32_to_64 (and vv) to cpu code
` [RFC v11 26/55] target/arm: split a15 cpu model and 32bit class functions to cpu32.c
` [RFC v11 27/55] target/arm: move sve_exception_el out of TCG helpers
` [RFC v11 28/55] target/arm: refactor exception and cpu code
` [RFC v11 29/55] target/arm: cpu: fix style
` [RFC v11 30/55] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()
` [RFC v11 31/55] target/arm: remove kvm include file for PSCI and arm-powerctl
` [RFC v11 32/55] target/arm: move kvm-const.h, kvm.c, kvm64.c, kvm_arm.h to kvm/
` [RFC v11 34/55] target/arm: remove broad "else" statements when checking accels

[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  (11+ 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] linux-user/s390x: Use the guest pointer for the sigreturn stub
 2021-03-25 10:42 UTC  (2+ messages)

Crashes with qemu-system-ppc64
 2021-03-25 10:27 UTC  (5+ 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 0/1] avocado-qemu: New SMMUv3 tests
 2021-03-25  9:57 UTC  (2+ messages)
` [PATCH 1/1] avocado_qemu: Add "

[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 00/15] Hexagon (target/hexagon) update
 2021-03-25  9:35 UTC  (17+ 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] 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  (15+ messages)
` [PATCH v4 01/11] block/io: bring request check to bdrv_co_{read, write}v_vmstate
` [PATCH v4 02/11] qcow2: check request on vmstate save/load path
` [PATCH v4 03/11] block: use int64_t instead of uint64_t in driver read handlers
` [PATCH v4 04/11] block: use int64_t instead of uint64_t in driver write handlers
` [PATCH v4 05/11] block: use int64_t instead of uint64_t in copy_range driver handlers
` [PATCH v4 06/11] block: make BlockLimits::max_pwrite_zeroes 64bit
` [PATCH v4 07/11] block: use int64_t instead of int in driver write_zeroes handlers
` [PATCH v4 08/11] block/io: allow 64bit write-zeroes requests
` [PATCH v4 09/11] block: make BlockLimits::max_pdiscard 64bit
` [PATCH v4 10/11] block: use int64_t instead of int in driver discard handlers
` [PATCH v4 11/11] block/io: allow 64bit discard requests

[PATCH 0/3] aspeed: HACE hash Scatter-Gather support
 2021-03-25  7:55 UTC  (9+ messages)
` [PATCH 1/3] aspeed: Coding Style cleanups on do_hash_operation
` [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 0/5] virtio: Implement generic vhost-user-i2c backend
 2021-03-25  6:36 UTC  (6+ messages)
` [PATCH 3/5] tools/vhost-user-i2c: Add backend driver

[PATCH v4 00/19] qapi: static typing conversion, pt3
 2021-03-25  6:03 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 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 V4] file-posix: allow -EBUSY error during ioctl(fd, BLKZEROOUT, range) on block
 2021-03-25  6:06 UTC  (4+ messages)

[PATCH v3 00/16] qapi: static typing conversion, pt3
 2021-03-25  5:46 UTC  (8+ 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

[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 v3] i386/cpu_dump: support AVX512 ZMM regs dump
 2021-03-25  3:15 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 v10 0/7] Pegasos2 emulation
 2021-03-25  2:00 UTC  (16+ 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

[PATCH 0/4] DEVICE_NOT_DELETED/DEVICE_UNPLUG_ERROR QAPI events
 2021-03-25  1:32 UTC  (6+ messages)

[PATCH v3 0/3] spapr: nvdimm: Enable sync-dax property for nvdimm
 2021-03-25  1:51 UTC  (5+ messages)
` [PATCH v3 2/3] spapr: nvdimm: Implement H_SCM_FLUSH hcall

[PATCH v5 00/10] KVM: Dirty ring support (QEMU part)
 2021-03-25  1:21 UTC  (8+ messages)

[ANNOUNCE] QEMU 6.0.0-rc0 is now available
 2021-03-24 23:55 UTC 

[PATCH v2 00/10] Acceptance Test: introduce base class for Linux based tests
 2021-03-24 22:45 UTC  (23+ 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 06/10] Acceptance Tests: make username/password configurable
` [PATCH v2 07/10] Acceptance Tests: set up SSH connection by default after boot for LinuxTest
` [PATCH v2 08/10] tests/acceptance/virtiofs_submounts.py: remove launch_vm()

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

[Bug 1918084] [NEW] Build fails on macOS 11.2.2
 2021-03-24 21:23 UTC  (2+ messages)
` [Bug 1918084] "

[Bug 1921280] [NEW] OpenIndiana stuck in boot loop when using hvf
 2021-03-24 21:03 UTC 

[PATCH] device-crash-test: Ignore errors about a bus not being available
 2021-03-24 20:47 UTC  (2+ messages)

[PATCH for-6.0 0/7] hw/block/nvme: misc fixes
 2021-03-24 20:09 UTC  (8+ messages)
` [PATCH for-6.0 1/7] hw/block/nvme: fix pi constraint check
` [PATCH for-6.0 2/7] hw/block/nvme: fix missing string representation for ns attachment
` [PATCH for-6.0 3/7] hw/block/nvme: fix the nsid 'invalid' value
` [PATCH for-6.0 4/7] hw/block/nvme: fix controller namespaces array indexing
` [PATCH for-6.0 5/7] hw/block/nvme: fix warning about legacy namespace configuration
` [PATCH for-6.0 6/7] hw/block/nvme: update dmsrl limit on namespace detachment
` [PATCH for-6.0 7/7] hw/block/nvme: fix handling of private namespaces

[PATCH v2 0/2] hw/block/nvme: coverity fixes
 2021-03-24 20:04 UTC  (2+ messages)

[PATCH v3] hw/isa/piix4: Migrate Reset Control Register
 2021-03-24 20:03 UTC 


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