qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-20 15:14:43 to 2020-10-20 21:21:30 UTC [more...]

[Bug 1869006] [NEW] PCIe cards passthrough to TCG guest works on 2GB of guest memory but fails on 4GB (vfio_dma_map invalid arg)
 2020-10-20 21:11 UTC  (2+ messages)
` [Bug 1869006] "

[RFC PATCH] contrib/gitdm: Add more individual contributors
 2020-10-20 20:58 UTC  (3+ messages)

[PATCH PROTOTYPE 0/6] virtio-mem: vfio support
 2020-10-20 20:49 UTC  (12+ messages)
` [PATCH PROTOTYPE 1/6] memory: Introduce sparse RAM handler for memory regions
` [PATCH PROTOTYPE 3/6] vfio: Implement support for sparse RAM "
` [PATCH PROTOTYPE 4/6] memory: Extend ram_block_discard_(require|disable) by two discard types

[PATCH 0/4] hw/clock: Inline and remove CLOCK_PERIOD_TO_HZ/CLOCK_PERIOD_TO_NS macro
 2020-10-20 20:32 UTC  (7+ messages)
` [PATCH 1/4] qdev-monitor: Display frequencies scaled to SI unit
` [PATCH 2/4] hw/core/clock: trace clock values in Hz instead of ns
` [PATCH 3/4] hw/clock: Inline and remove CLOCK_PERIOD_TO_HZ()
` [RFC PATCH 4/4] hw/clock: Inline and remove CLOCK_PERIOD_TO_NS()

[PULL v2 00/29] target-arm queue
 2020-10-20 20:11 UTC 

[PATCH v11 00/12] linux-user: User support for AArch64 BTI
 2020-10-20 20:09 UTC  (2+ messages)

[PATCH 0/3] ide: fix SRST (again)
 2020-10-20 20:02 UTC  (4+ messages)
` [PATCH 1/3] ide: run diagnostic after SRST
` [PATCH 2/3] ide: perform SRST as early as possible
` [PATCH 3/3] ide: clear SRST after SRST finishes

[PATCH v11 00/13] Apply COR-filter to the block-stream permanently
 2020-10-20 19:43 UTC  (6+ messages)
` [PATCH v11 13/13] block: apply COR-filter to block-stream jobs

[PATCH v3 00/15] python: create installable package
 2020-10-20 19:35 UTC  (16+ messages)
` [PATCH v3 01/15] python: create qemu packages
` [PATCH v3 02/15] python: add qemu package installer
` [PATCH v3 03/15] python: add VERSION file
` [PATCH v3 04/15] python: add directory structure README.rst files
` [PATCH v3 05/15] python: Add pipenv support
` [PATCH v3 06/15] python: add pylint import exceptions
` [PATCH v3 07/15] python: move pylintrc into setup.cfg
` [PATCH v3 08/15] python: add pylint to pipenv
` [PATCH v3 09/15] python: move flake8 config to setup.cfg
` [PATCH v3 10/15] python: Add flake8 to pipenv
` [PATCH v3 11/15] python: move mypy.ini into setup.cfg
` [PATCH v3 12/15] python: add mypy to pipenv
` [PATCH v3 13/15] python: move .isort.cfg into setup.cfg
` [PATCH v3 14/15] python/qemu: add isort to pipenv
` [PATCH v3 15/15] python/qemu: add qemu package itself "

[PATCH] trace/simple: Enable tracing on startup only if the user specifies a trace option
 2020-10-20 19:29 UTC  (5+ messages)

[PULL v2 00/21] Python patches
 2020-10-20 19:10 UTC 

[PULL 00/21] Python patches
 2020-10-20 19:06 UTC  (24+ messages)
` [PULL 01/21] MAINTAINERS: Add Python library stanza
` [PULL 02/21] python/qemu: use isort to lay out imports
` [PULL 03/21] python/machine.py: Fix monitor address typing
` [PULL 04/21] python/machine.py: reorder __init__
` [PULL 05/21] python/machine.py: Don't modify state in _base_args()
` [PULL 06/21] python/machine.py: Handle None events in events_wait
` [PULL 07/21] python/machine.py: use qmp.command
` [PULL 08/21] python/machine.py: Add _qmp access shim
` [PULL 09/21] python/machine.py: fix _popen access
` [PULL 10/21] python/qemu: make 'args' style arguments immutable
` [PULL 11/21] iotests.py: Adjust HMP kwargs typing
` [PULL 12/21] python/qemu: Add mypy type annotations
` [PULL 13/21] python/qemu/console_socket.py: Correct type of recv()
` [PULL 14/21] python/qemu/console_socket.py: fix typing of settimeout
` [PULL 15/21] python/qemu/console_socket.py: Clarify type of drain_thread
` [PULL 16/21] python/qemu/console_socket.py: Add type hint annotations
` [PULL 17/21] python/qemu/console_socket.py: avoid encoding to/from string
` [PULL 18/21] python/qemu/qmp.py: Preserve error context on re-raise
` [PULL 19/21] python: add mypy config
` [PULL 20/21] python/qemu/qmp.py: re-raise OSError when encountered
` [PULL 21/21] python/qemu/qmp.py: Fix settimeout operation

[PATCH v3 0/5] virtiofsd xattr name mappings
 2020-10-20 19:02 UTC  (6+ messages)
` [PATCH v3 4/5] tools/virtiofsd: xattr name mapping examples

[PATCH v2 0/4] target/s390x: Improve carry computation
 2020-10-20 18:55 UTC  (5+ messages)
` [PATCH v2 1/4] target/s390x: Improve cc computation for ADD LOGICAL
` [PATCH v2 2/4] target/s390x: Improve ADD LOGICAL WITH CARRY
` [PATCH v2 3/4] target/s390x: Improve cc computation for SUBTRACT LOGICAL
` [PATCH v2 4/4] target/s390x: Improve SUB LOGICAL WITH BORROW

[RFC PATCH 0/8] fpu: experimental conversion of float128_addsub
 2020-10-20 18:49 UTC  (11+ messages)
` [RFC PATCH 1/8] softfloat: Use mulu64 for mul64To128
` [RFC PATCH 2/8] softfloat: Use int128.h for some operations
` [RFC PATCH 3/8] softfloat: Tidy a * b + inf return
` [RFC PATCH 4/8] softfloat: Add float_cmask and constants
` [RFC PATCH 5/8] softfloat: Inline pick_nan_muladd into its caller
` [RFC PATCH 6/8] int128.h: add bunch of uint128 utility functions (INCOMPLETE)
` [RFC PATCH 7/8] tests/fp: add quad support to the benchmark utility
` [RFC PATCH 8/8] softfloat: implement addsub_floats128 using Uint128 and new style code

[PATCH v4 0/7] Exposing backing-chain allocation over NBD
 2020-10-20 18:26 UTC  (6+ messages)
` [PATCH v4 4/7] nbd: Update qapi to support exporting multiple bitmaps

[PATCH 0/8] 9pfs: more local tests
 2020-10-20 18:26 UTC  (6+ messages)
` [PATCH 1/8] tests/9pfs: simplify fs_mkdir()

[PATCH v4 0/4] GitLab Custom Runners and Jobs (was: QEMU Gating CI)
 2020-10-20 18:13 UTC  (9+ messages)
` [PATCH v4 2/4] Jobs based on custom runners: build environment docs and playbook
` [PATCH v4 3/4] Jobs based on custom runners: docs and gitlab-runner setup playbook

[PATCH v2 0/5] tests/9pfs: Code refactoring
 2020-10-20 18:00 UTC  (8+ messages)
` [PATCH v2 1/5] tests/9pfs: Factor out do_version() helper
` [PATCH v2 2/5] tests/9pfs: Turn fs_readdir_split() into a helper
` [PATCH v2 3/5] tests/9pfs: Set alloc in fs_create_dir()
` [PATCH v2 4/5] tests/9pfs: Factor out do_attach() helper
` [PATCH v2 5/5] tests/9pfs: Turn fs_mkdir() into a helper

[PULL 00/31] target-arm queue
 2020-10-20 17:46 UTC  (6+ messages)
` [PULL 09/31] hw/core/clock: introduce clock object

[PATCH 00/16] util/vfio-helpers: Allow using multiple MSIX IRQs
 2020-10-20 17:24 UTC  (17+ messages)
` [PATCH 01/16] block/nvme: Correct minimum device page size
` [PATCH 02/16] util/vfio-helpers: Improve reporting unsupported IOMMU type
` [PATCH 03/16] util/vfio-helpers: Pass minimum page size to qemu_vfio_open_pci()
` [PATCH 04/16] util/vfio-helpers: Report error when IOMMU page size is not supported
` [PATCH 05/16] util/vfio-helpers: Trace PCI I/O config accesses
` [PATCH 06/16] util/vfio-helpers: Trace PCI BAR region info
` [PATCH 07/16] util/vfio-helpers: Trace where BARs are mapped
` [PATCH 08/16] util/vfio-helpers: Improve DMA trace events
` [PATCH 09/16] util/vfio-helpers: Convert vfio_dump_mapping to "
` [PATCH 10/16] util/vfio-helpers: Let qemu_vfio_dma_map() propagate Error
` [PATCH 11/16] util/vfio-helpers: Let qemu_vfio_do_mapping() "
` [PATCH 12/16] util/vfio-helpers: Let qemu_vfio_verify_mappings() use error_report()
` [PATCH 13/16] util/vfio-helpers: Introduce qemu_vfio_pci_msix_init_irqs()
` [PATCH 14/16] util/vfio-helpers: Introduce qemu_vfio_pci_msix_set_irq()
` [PATCH 15/16] block/nvme: Switch to using the MSIX API
` [PATCH 16/16] util/vfio-helpers: Remove now unused qemu_vfio_pci_init_irq()

[PATCH] os: deprecate the -enable-fips option and QEMU's FIPS enforcement
 2020-10-20 17:22 UTC  (2+ messages)

[PATCH v2 0/6] virtiofsd xattr name mappings
 2020-10-20 17:20 UTC  (5+ messages)
` [PATCH v2 3/6] tools/virtiofsd: xattr name mappings: Add option
  ` [Virtio-fs] "

[PATCH 0/2] KVM: Introduce ioeventfd read support
 2020-10-20 17:19 UTC  (5+ messages)
` [PATCH 1/2] linux-headers: Add support for reads in ioeventfd
` [PATCH 2/2] kvm: Add ioeventfd read test code

[PATCH 0/1] Do not stop guest when panic event is received
 2020-10-20 17:14 UTC  (2+ messages)

[PATCH] drivers/virt: vmgenid: add vm generation id driver
 2020-10-20 16:54 UTC  (13+ messages)

[PULL 00/41] target-arm queue
 2020-10-20 16:36 UTC  (44+ messages)
` [PULL 01/41] target/arm: Fix SMLAD incorrect setting of Q bit
` [PULL 02/41] target/arm: AArch32 VCVT fixed-point to float is always round-to-nearest
` [PULL 03/41] hw/arm/strongarm: Fix 'time to transmit a char' unit comment
` [PULL 04/41] hw/arm: Restrict APEI tables generation to the 'virt' machine
` [PULL 05/41] hw/timer/bcm2835: Introduce BCM2835_SYSTIMER_COUNT definition
` [PULL 06/41] hw/timer/bcm2835: Rename variable holding CTRL_STATUS register
` [PULL 07/41] hw/timer/bcm2835: Support the timer COMPARE registers
` [PULL 08/41] hw/arm/bcm2835_peripherals: Correctly wire the SYS_timer IRQs
` [PULL 09/41] accel/tcg: Add tlb_flush_page_bits_by_mmuidx*
` [PULL 10/41] target/arm: Use tlb_flush_page_bits_by_mmuidx*
` [PULL 11/41] tests/qtest: Add npcm7xx timer test
` [PULL 12/41] loads-stores.rst: add footnote that clarifies GETPC usage
` [PULL 13/41] hw/intc/bcm2835_ic: Trace GPU/CPU IRQ handlers
` [PULL 14/41] hw/intc/bcm2836_control: Use IRQ definitions instead of magic numbers
` [PULL 15/41] target/arm: Remove redundant mmu_idx lookup
` [PULL 16/41] target/arm: Fix reported EL for mte_check_fail
` [PULL 17/41] target/arm: Ignore HCR_EL2.ATA when {E2H,TGE} != 11
` [PULL 18/41] microbit_i2c: Fix coredump when dump-vmstate
` [PULL 19/41] hw/arm/nseries: Fix loading kernel image on n8x0 machines
` [PULL 20/41] decodetree: Fix codegen for non-overlapping group inside overlapping group
` [PULL 21/41] target/arm: Implement v8.1M NOCP handling
` [PULL 22/41] target/arm: Implement v8.1M conditional-select insns
` [PULL 23/41] target/arm: Make the t32 insn[25:23]=111 group non-overlapping
` [PULL 24/41] target/arm: Don't allow BLX imm for M-profile
` [PULL 25/41] target/arm: Implement v8.1M branch-future insns (as NOPs)
` [PULL 26/41] target/arm: Implement v8.1M low-overhead-loop instructions
` [PULL 27/41] target/arm: Fix has_vfp/has_neon ID reg squashing for M-profile
` [PULL 28/41] target/arm: Allow M-profile CPUs with FP16 to set FPSCR.FP16
` [PULL 29/41] target/arm: Implement FPSCR.LTPSIZE for M-profile LOB extension
` [PULL 30/41] linux-user/aarch64: Reset btype for signals
` [PULL 31/41] linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTI
` [PULL 32/41] include/elf: Add defines related to GNU property notes for AArch64
` [PULL 33/41] linux-user/elfload: Avoid leaking interp_name using GLib memory API
` [PULL 34/41] linux-user/elfload: Fix coding style in load_elf_image
` [PULL 35/41] linux-user/elfload: Adjust iteration over phdr
` [PULL 36/41] linux-user/elfload: Move PT_INTERP detection to first loop
` [PULL 37/41] linux-user/elfload: Use Error for load_elf_image
` [PULL 38/41] linux-user/elfload: Use Error for load_elf_interp
` [PULL 39/41] linux-user/elfload: Parse NT_GNU_PROPERTY_TYPE_0 notes
` [PULL 40/41] linux-user/elfload: Parse GNU_PROPERTY_AARCH64_FEATURE_1_AND
` [PULL 41/41] tests/tcg/aarch64: Add bti smoke tests

[PATCH v2] Remove deprecated -no-kvm option
 2020-10-20 16:32 UTC  (3+ messages)

[PATCH QEMU v25 00/17] Add migration support for VFIO devices
 2020-10-20 16:25 UTC  (9+ messages)
` [PATCH v26 07/17] vfio: Register SaveVMHandlers for VFIO device
` [PATCH v26 09/17] vfio: Add load state functions to SaveVMHandlers

[PATCH v2 4/4] hw/riscv: Load the kernel after the firmware
 2020-10-20 15:46 UTC  (3+ messages)

[PATCH] Remove deprecated -no-kvm option
 2020-10-20 15:57 UTC  (2+ messages)

[PATCH v5] sev: add sev-inject-launch-secret
 2020-10-20 15:56 UTC  (4+ messages)

[PATCH v2 0/4] Allow loading a no MMU kernel
 2020-10-20 15:44 UTC  (2+ messages)

[PATCH 0/5] tests/9pfs: Code refactoring
 2020-10-20 15:50 UTC  (8+ messages)
` [PATCH 1/5] tests/9pfs: Factor out do_fs_version() helper
` [PATCH 2/5] tests/9pfs: Turn fs_readdir_split() into a helper
` [PATCH 4/5] tests/9pfs: Factor out do_fs_attach() helper
` [PATCH 5/5] tests/9pfs: Turn fs_mkdir() into a helper

[PATCH] docs: Better mention of qemu-img amend limitations
 2020-10-20 15:44 UTC  (3+ messages)

[PATCH] accel/kvm: add PIO ioeventfds only in case kvm_eventfds_allowed is true
 2020-10-20 15:40 UTC  (2+ messages)

[PATCH 0/3] sh4: Trivial clean-ups for sh_timer.c
 2020-10-20 15:39 UTC  (4+ messages)
` [PATCH 1/3] hw/timer/sh_timer: Coding style clean-up
` [PATCH 2/3] hw/timer/sh_timer: Silence warnings about missing fallthrough statements
` [PATCH 3/3] hw/timer/sh_timer: Remove superfluous "break" statements

[PATCH v2] softmmu/memory: fix memory_region_ioeventfd_equal()
 2020-10-20 15:40 UTC  (2+ messages)

[PATCH] roms/Makefile: Add qboot to .PHONY list
 2020-10-20 15:25 UTC 

[PULL v2 00/30] Block patches
 2020-10-20 15:19 UTC  (3+ messages)

[PATCH 0/4] target/s390x: Improve carry computation
 2020-10-20 15:12 UTC  (5+ messages)
` [PATCH 4/4] target/s390x: Improve SUB LOGICAL WITH BORROW

[PULL 00/23] SD/MMC patches for 2020-08-21
 2020-10-20 15:16 UTC  (3+ messages)
` [PULL 22/23] hw/sd: Fix incorrect populated function switch status data structure


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