qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-24 21:22:45 to 2021-02-25 12:09:57 UTC [more...]

[PATCH] tcg/i386: rdpmc: use the the condtions
 2021-02-25 10:13 UTC  (3+ messages)

[PATCH v3 00/16] qapi: static typing conversion, pt3
 2021-02-25 12:08 UTC  (24+ messages)
` [PATCH v3 02/16] qapi/expr.py: Check for dict instead of OrderedDict
` [PATCH v3 03/16] qapi/expr.py: constrain incoming expression types
` [PATCH v3 04/16] qapi/expr.py: Add assertion for union type 'check_dict'
` [PATCH v3 06/16] qapi/expr.py: Check type of 'data' member
` [PATCH v3 07/16] qapi/expr.py: Add casts in a few select cases
` [PATCH v3 08/16] qapi/expr.py: add type hint annotations

[RFC PATCH 0/5] hw/arm/virt: Introduce cpu topology support
 2021-02-25 12:02 UTC  (12+ messages)
` [RFC PATCH 1/5] device_tree: Add qemu_fdt_add_path
` [RFC PATCH 2/5] hw/arm/virt: Add cpu-map to device tree
` [RFC PATCH 3/5] hw/arm/virt-acpi-build: distinguish possible and present cpus
` [RFC PATCH 4/5] hw/acpi/aml-build: add processor hierarchy node structure
` [RFC PATCH 5/5] hw/arm/virt-acpi-build: add PPTT table

[PATCH] hw/riscv: Add basic fw_cfg support to virt
 2021-02-25 11:54 UTC  (3+ messages)

[PATCH v2(RFC) 0/3] qcow2: fix parallel rewrite and discard
 2021-02-25 11:52 UTC  (4+ messages)
` [PATCH v2 1/3] qemu-io: add aio_discard
` [PATCH v2 2/3] iotests: add qcow2-discard-during-rewrite
` [PATCH v2 3/3] block/qcow2: introduce inflight writes counters: fix discard

[PATCH] virtio-gpu: Respect graphics update interval for EDID
 2021-02-25 11:46 UTC  (6+ messages)

[RFC v8 00/28] vSMMUv3/pSMMUv3 2 stage VFIO integration
 2021-02-25 10:52 UTC  (29+ messages)
` [RFC v8 01/28] hw/vfio/common: trace vfio_connect_container operations
` [RFC v8 02/28] update-linux-headers: Import iommu.h
` [RFC v8 03/28] header update against 5.11-rc2 and IOMMU/VFIO nested stage APIs
` [RFC v8 04/28] memory: Add new fields in IOTLBEntry
` [RFC v8 05/28] hw/arm/smmuv3: Properly propagate S1 asid invalidation
` [RFC v8 06/28] memory: Add IOMMU_ATTR_VFIO_NESTED IOMMU memory region attribute
` [RFC v8 07/28] memory: Add IOMMU_ATTR_MSI_TRANSLATE "
` [RFC v8 08/28] memory: Introduce IOMMU Memory Region inject_faults API
` [RFC v8 09/28] iommu: Introduce generic header
` [RFC v8 10/28] pci: introduce PCIPASIDOps to PCIDevice
` [RFC v8 11/28] vfio: Force nested if iommu requires it
` [RFC v8 12/28] vfio: Introduce hostwin_from_range helper
` [RFC v8 13/28] vfio: Introduce helpers to DMA map/unmap a RAM section
` [RFC v8 14/28] vfio: Set up nested stage mappings
` [RFC v8 15/28] vfio: Pass stage 1 MSI bindings to the host
` [RFC v8 16/28] vfio: Helper to get IRQ info including capabilities
` [RFC v8 17/28] vfio/pci: Register handler for iommu fault
` [RFC v8 18/28] vfio/pci: Set up the DMA FAULT region
` [RFC v8 19/28] vfio/pci: Implement the DMA fault handler
` [RFC v8 20/28] hw/arm/smmuv3: Advertise MSI_TRANSLATE attribute
` [RFC v8 21/28] hw/arm/smmuv3: Store the PASID table GPA in the translation config
` [RFC v8 22/28] hw/arm/smmuv3: Fill the IOTLBEntry arch_id on NH_VA invalidation
` [RFC v8 23/28] hw/arm/smmuv3: Fill the IOTLBEntry leaf field "
` [RFC v8 24/28] hw/arm/smmuv3: Pass stage 1 configurations to the host
` [RFC v8 25/28] hw/arm/smmuv3: Implement fault injection
` [RFC v8 26/28] hw/arm/smmuv3: Allow MAP notifiers
` [RFC v8 27/28] pci: Add return_page_response pci ops
` [RFC v8 28/28] vfio/pci: Implement return_page_response page response callback

[PATCH] chardev: do not use short form boolean options in non-QemuOpts character device descriptions
 2021-02-25 11:17 UTC  (2+ messages)

[PATCH v23 00/17] i386 cleanup PART 2
 2021-02-25 11:22 UTC  (20+ messages)
` [PATCH v23 01/17] i386: split cpu accelerators from cpu.c, using AccelCPUClass
` [PATCH v23 02/17] cpu: call AccelCPUClass::cpu_realizefn in cpu_exec_realizefn
` [PATCH v23 03/17] accel: introduce new accessor functions
` [PATCH v23 04/17] target/i386: fix host_cpu_adjust_phys_bits error handling
` [PATCH v23 05/17] accel-cpu: make cpu_realizefn return a bool
` [PATCH v23 06/17] meson: add target_user_arch
` [PATCH v23 07/17] i386: split off sysemu-only functionality in tcg-cpu
` [PATCH v23 08/17] i386: split smm helper (sysemu)
` [PATCH v23 09/17] i386: split tcg excp_helper into sysemu and user parts
` [PATCH v23 10/17] i386: move TCG btp_helper into sysemu/
` [PATCH v23 11/17] i386: split misc helper user stubs and sysemu part
` [PATCH v23 12/17] i386: separate fpu_helper into user and sysemu parts
` [PATCH v23 13/17] i386: split svm_helper into sysemu and stub-only user
` [PATCH v23 14/17] i386: split seg_helper into user-only and sysemu parts
` [PATCH v23 15/17] i386: split off sysemu part of cpu.c
` [PATCH v23 16/17] i386: gdbstub: only write CR0/CR2/CR3/EFER for sysemu
` [PATCH v23 17/17] i386: make cpu_load_efer sysemu-only

[PATCH] vl: deprecate -writeconfig
 2021-02-25 11:11 UTC 

[PATCH v2] ui/console: Pass placeholder surface to displays
 2021-02-25 11:19 UTC  (9+ messages)
` [PATCH v3 1/3] ui/console: Add placeholder flag to message surface
  ` [PATCH v3 2/3] ui/console: Pass placeholder surface to displays
  ` [PATCH v3 3/3] virtio-gpu: Do not distinguish the primary console

[PATCH qemu v13] spapr: Implement Open Firmware client interface
 2021-02-25 10:51 UTC  (4+ messages)

[PATCH v2 00/42] esp: consolidate PDMA transfer buffers and other fixes
 2021-02-25 10:50 UTC  (7+ messages)
` [PATCH v2 38/42] esp: convert ti_buf from array to Fifo8

[PATCH 0/3] hw/block/nvme: mdts/zasl cleanup
 2021-02-25 10:43 UTC  (3+ messages)

[PATCH] qemu_fw_cfg: Make fw_cfg_rev_attr a proper kobj_attribute
 2021-02-25 10:41 UTC  (3+ messages)

[PATCH] multiprocess: move feature to meson_options.txt
 2021-02-25 10:38 UTC  (2+ messages)

[PATCH v2] blockjob: report a better error message
 2021-02-25 10:36 UTC 

[PATCH 00/24] virtiofs dax patches
 2021-02-25 10:19 UTC  (4+ messages)
` [PATCH 18/24] DAX/unmap virtiofsd: Parse unmappable elements

[RFC PATCH 0/5] Experimenting with tb-lookup tweaks
 2021-02-25 10:15 UTC  (3+ messages)

[PATCH] libqos/qgraph: format qgraph comments for sphinx documentation
 2021-02-25 10:13 UTC  (6+ messages)

[PATCH v4 1/3] ui/console: Add placeholder flag to message surface
 2021-02-25 10:13 UTC  (3+ messages)
` [PATCH v4 2/3] ui/console: Pass placeholder surface to displays
` [PATCH v4 3/3] virtio-gpu: Do not distinguish the primary console

[PATCH v2 0/7] Some vIOMMU fixes
 2021-02-25 10:11 UTC  (10+ messages)
` [PATCH v2 1/7] intel_iommu: Fix mask may be uninitialized in vtd_context_device_invalidate
` [PATCH v2 2/7] dma: Introduce dma_aligned_pow2_mask()
` [PATCH v2 3/7] virtio-iommu: Handle non power of 2 range invalidations
` [PATCH v2 4/7] hw/arm/smmu-common: Fix smmu_iotlb_inv_iova when asid is not set
` [PATCH v2 5/7] hw/arm/smmuv3: Enforce invalidation on a power of two range
` [PATCH v2 6/7] hw/arm/smmuv3: Fix SMMU_CMD_CFGI_STE_RANGE handling
` [PATCH v2 7/7] hw/arm/smmuv3: Uniformize sid traces

[PATCH v1 0/2] qcow2: fix parallel rewrite and discard
 2021-02-25 10:10 UTC  (3+ messages)
` [PATCH v1 1/2] iotests: add qcow2-discard-during-rewrite
` [PATCH v1 2/2] block/qcow2: introduce inflight writes counters: fix discard

[PATCH v2] char: don't fail when client is not connected
 2021-02-25 10:10 UTC  (2+ messages)

[PATCH v4 0/8] hw/sh4: Kconfig cleanups
 2021-02-25 10:09 UTC  (2+ messages)

[PATCH v2] target/arm: Speed up aarch64 TBL/TBX
 2021-02-25  9:52 UTC  (2+ messages)

[PATCH 1/1] accel/tcg: Replace parallel_cpus with cpu->cflags_base
 2021-02-25  9:51 UTC  (2+ messages)

[PATCH v2 0/2] Allwinner H3 fixes for EMAC and acceptance tests
 2021-02-25  9:46 UTC  (8+ messages)
` [PATCH v2 1/2] tests/acceptance: replace unstable apt.armbian.com URLs for orangepi-pc, cubieboard

[PATCH] qapi: Remove QMP events and commands from user-mode builds
 2021-02-25  9:41 UTC  (3+ messages)

[PATCH 00/10] Fixed some bugs and optimized some codes for COLO
 2021-02-25  9:40 UTC  (11+ messages)
` [PATCH 02/10] Fix the qemu crash when guest shutdown during checkpoint
` [PATCH 07/10] Disable auto-coverge before entering COLO mode

[PATCH v3 00/38] ppc: qemu: Convert qemu-ppce500 to driver model and enable additional driver support
 2021-02-25  9:22 UTC 

[PATCH] qtest: delete redundant qtest.h header files
 2021-02-25  9:08 UTC  (2+ messages)

[PATCH v22 00/17] i386 cleanup PART 2
 2021-02-25  9:02 UTC  (37+ messages)
` [PATCH v22 01/17] i386: split cpu accelerators from cpu.c, using AccelCPUClass
` [PATCH v22 02/17] cpu: call AccelCPUClass::cpu_realizefn in cpu_exec_realizefn
` [PATCH v22 03/17] accel: introduce new accessor functions
` [PATCH v22 06/17] meson: add target_user_arch
` [PATCH v22 07/17] i386: split off sysemu-only functionality in tcg-cpu
` [PATCH v22 08/17] i386: split smm helper (sysemu)
` [PATCH v22 09/17] i386: split tcg excp_helper into sysemu and user parts
` [PATCH v22 10/17] i386: move TCG btp_helper into sysemu/
` [PATCH v22 11/17] i386: split misc helper into user and sysemu parts
` [PATCH v22 12/17] i386: separate fpu_helper "
` [PATCH v22 13/17] i386: split svm_helper into sysemu and stub-only user
` [PATCH v22 14/17] i386: split seg_helper into user-only and sysemu parts
` [PATCH v22 15/17] i386: split off sysemu part of cpu.c
` [PATCH v22 16/17] i386: gdbstub: only write CR0/CR2/CR3/EFER for SOFTMMU
` [PATCH v22 17/17] i386: move cpu_load_efer into sysemu-only section of cpu.h

[PATCH v2] Autoconnect jack ports by default
 2021-02-25  8:48 UTC  (7+ messages)

[PATCH] ui/cocoa: Mark variables static
 2021-02-25  8:42 UTC 

[PATCH] ui/cocoa: Fix stride resolution of pixman image
 2021-02-25  8:38 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v3] virtio-blk: Respect discard granularity
 2021-02-25  8:34 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] target/arm: Speed up aarch64 TBL/TBX
 2021-02-25  8:22 UTC  (2+ messages)

[PATCH 0/3] migration/ram: Some modifications about ram_save_host_page()
 2021-02-25  8:16 UTC  (4+ messages)
` [PATCH 1/3] migration/ram: Modify the code comment of ram_save_host_page()

[PATCH v2 1/1] hw/s390x: modularize virtio-gpu-ccw
 2021-02-25  8:05 UTC  (4+ messages)

vhost reply_ack negotiation (a.k.a differences in vhost-user behaviour with libvhost-user and vhost-user-backend.rs)
 2021-02-25  6:36 UTC  (4+ messages)
  ` [Rust-VMM] "

[PATCH] arm: xlnx-versal: fix virtio-mmio base address assignment
 2021-02-25  6:35 UTC  (11+ messages)
                ` [PATCH v4] virtio-mmio: improve virtio-mmio get_dev_path alog

[PATCH 00/14] deprecations: remove many old deprecations
 2021-02-25  5:34 UTC  (5+ messages)
` [PATCH 04/14] softmmu: remove '-usbdevice' command line option

QEMU CI failed due to canceled download
 2021-02-25  4:51 UTC 

[PATCH qemu] spapr: Fix typo in the patb_entry comment
 2021-02-25  3:23 UTC 

[PATCH] block/file-posix: Optimize for macOS
 2021-02-25  2:09 UTC  (4+ messages)

[PATCH v6 01/11] hvf: Add hypervisor entitlement to output binaries
 2021-02-25  0:06 UTC  (2+ messages)
` [PATCH] hvf: Sign the code after installation

[PATCH v7 0/2] System Generation ID driver and VMGENID backend
 2021-02-24 23:22 UTC  (6+ messages)
` [PATCH v7 1/2] drivers/misc: sysgenid: add system generation id driver

[PATCH v9 04/11] slirp: feature detection for smbd
 2021-02-24 23:22 UTC 

[PATCH v7 1/2] drivers/misc: sysgenid: add system generation id driver
 2021-02-24 23:00 UTC 

[PATCH v5 0/4] qapi: Restrict X86 features to X86 targets
 2021-02-24 22:46 UTC  (5+ messages)
` [PATCH v5 1/4] target/i386/cpu: Introduce get_register_enum_32() helper
` [PATCH v5 2/4] target/i386/cpu: Restrict x86_cpu_get_feature_words to sysemu
` [PATCH v5 3/4] qapi: Move X86 specific types to machine-target.json
` [PATCH v5 4/4] qapi/machine-target: Restrict X86 features to X86 targets

[Bug 1916344] [NEW] User mode networking not working properly on QEMU on Mac OS X host
 2021-02-24 22:30 UTC  (2+ messages)
` [Bug 1916344] "

[RFC PATCH v2] meson: Only generate trace files for selected targets
 2021-02-24 21:35 UTC 

[PATCH 0/3] tests/acceptance: Handle tests with "cpu" tag
 2021-02-24 21:26 UTC  (4+ messages)
` [PATCH 1/3] tests/acceptance: Automatic set -cpu to the test vm
` [PATCH 2/3] tests/acceptance: Let the framework handle "cpu:VALUE" tagged tests
` [PATCH 3/3] tests/acceptance: Tagging tests with "cpu:VALUE"


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