qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-21 12:39:44 to 2020-10-21 19:25:11 UTC [more...]

[PATCH QEMU v25 00/17] Add migration support for VFIO devices
 2020-10-21 19:03 UTC  (8+ messages)
` [PATCH v26 03/17] vfio: Add save and load functions for VFIO PCI devices
` [PATCH v26 08/17] vfio: Add save state functions to SaveVMHandlers

[PATCH 00/15] python: absorb scripts/qmp/qom-* tooling
 2020-10-21 18:52 UTC  (16+ messages)
` [PATCH 01/15] python/qmp: Add qom script rewrites
` [PATCH 02/15] python/qmp: add qom script entry points
` [PATCH 03/15] scripts/qmp: redirect qom-xxx scripts to python/qemu/qmp/
` [PATCH 04/15] scripts/qom-fuse: apply isort rules
` [PATCH 05/15] scripts/qom-fuse: apply flake8 rules
` [PATCH 06/15] python: Add 'fh' to known-good variable names
` [PATCH 07/15] scripts/qom-fuse: Apply pylint rules
` [PATCH 08/15] scripts/qom-fuse: Add docstrings
` [PATCH 09/15] scripts/qom-fuse: Convert to QOMCommand
` [PATCH 10/15] scripts/qom-fuse: use QOMCommand.qom_list()
` [PATCH 11/15] scripts/qom-fuse: ensure QOMFuse.read always returns bytes
` [PATCH 12/15] scripts/qom-fuse: add static type hints
` [PATCH 13/15] scripts/qom-fuse: move to python/qemu/qmp/qom_fuse.py
` [PATCH 14/15] scripts/qom-fuse: add redirection shim to python/qemu/qmp/qom-fuse.py
` [PATCH 15/15] python: add fuse command to 'qom' tools

[PATCH v5 0/6] migration/postcopy: Sync faulted addresses after network recovered
 2020-10-21 18:56 UTC  (10+ messages)
` [PATCH v5 3/6] migration: Maintain postcopy faulted addresses
` [PATCH v5 4/6] migration: Sync requested pages after postcopy recovery
` [PATCH v5 5/6] migration/postcopy: Release fd before going into 'postcopy-pause'

[PATCH 0/1] Skip flatview_simplify() for cpu vendor zhaoxin
 2020-10-21 18:49 UTC  (9+ messages)
` [PATCH 1/1] "
            ` 答复: "

[PATCH v2 0/8] 9pfs: more local tests
 2020-10-21 18:20 UTC  (10+ messages)
` [PATCH v2 1/8] tests/9pfs: simplify do_mkdir()
` [PATCH v2 2/8] tests/9pfs: add local Tunlinkat directory test
` [PATCH v2 3/8] tests/9pfs: add local Tlcreate test
` [PATCH v2 4/8] tests/9pfs: add local Tunlinkat file test
` [PATCH v2 5/8] tests/9pfs: add local Tsymlink test
` [PATCH v2 6/8] tests/9pfs: add local Tunlinkat symlink test
` [PATCH v2 7/8] tests/9pfs: add local Tlink test
` [PATCH v2 8/8] tests/9pfs: add local Tunlinkat hard link test

ARM semihosting issue
 2020-10-21 17:51 UTC  (8+ messages)

[RFC PATCH 00/15] softfloat: alternate conversion of float128_addsub
 2020-10-21 17:53 UTC  (11+ messages)
` [RFC PATCH 01/15] qemu/int128: Add int128_or
` [RFC PATCH 02/15] qemu/int128: Add int128_clz, int128_ctz
` [RFC PATCH 03/15] qemu/int128: Rename int128_rshift, int128_lshift
` [RFC PATCH 10/15] softfloat: Inline float_raise

[PATCH v3 0/5] virtiofsd xattr name mappings
 2020-10-21 17:39 UTC  (11+ messages)
` [PATCH v3 1/5] tools/virtiofsd: xattr name mappings: Add option
` [PATCH v3 4/5] tools/virtiofsd: xattr name mapping examples

[PATCH v12 00/12] linux-user: User support for AArch64 BTI
 2020-10-21 18:03 UTC  (14+ messages)
` [PATCH v12 01/12] linux-user/aarch64: Reset btype for signals
` [PATCH v12 02/12] linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTI
` [PATCH v12 03/12] include/elf: Add defines related to GNU property notes for AArch64
` [PATCH v12 04/12] linux-user/elfload: Avoid leaking interp_name using GLib memory API
` [PATCH v12 05/12] linux-user/elfload: Fix coding style in load_elf_image
` [PATCH v12 06/12] linux-user/elfload: Adjust iteration over phdr
` [PATCH v12 07/12] linux-user/elfload: Move PT_INTERP detection to first loop
` [PATCH v12 08/12] linux-user/elfload: Use Error for load_elf_image
` [PATCH v12 09/12] linux-user/elfload: Use Error for load_elf_interp
` [PATCH v12 10/12] linux-user/elfload: Parse NT_GNU_PROPERTY_TYPE_0 notes
` [PATCH v12 11/12] linux-user/elfload: Parse GNU_PROPERTY_AARCH64_FEATURE_1_AND
` [PATCH v12 12/12] tests/tcg/aarch64: Add bti smoke tests

[PATCH v5 0/2] util/oslib: qemu_try_memalign() improvements
 2020-10-21 17:38 UTC  (3+ messages)
` [PATCH v5 1/2] util/oslib-win32: Use _aligned_malloc for qemu_try_memalign
` [PATCH v5 2/2] util/oslib: Assert qemu_try_memalign() alignment is a power of 2

[PULL 00/13] SD/MMC patches for 2020-10-21
 2020-10-21 17:34 UTC  (14+ messages)
` [PULL 01/13] hw/sd/sdhci: Fix qemu_log_mask() format string
` [PULL 02/13] hw/sd/sdhci: Document the datasheet used
` [PULL 03/13] hw/sd/sdhci: Fix DMA Transfer Block Size field
` [PULL 04/13] hw/sd/sdhci: Stop multiple transfers when block count is cleared
` [PULL 05/13] hw/sd/sdhci: Resume pending DMA transfers on MMIO accesses
` [PULL 06/13] hw/sd/sdhci: Let sdhci_update_irq() return if IRQ was delivered
` [PULL 07/13] hw/sd/sdhci: Yield if interrupt delivered during multiple transfer
` [PULL 08/13] hw/sd/sdcard: Add trace event for ERASE command (CMD38)
` [PULL 09/13] hw/sd/sdcard: Introduce the INVALID_ADDRESS definition
` [PULL 10/13] hw/sd/sdcard: Do not use legal address '0' for INVALID_ADDRESS
` [PULL 11/13] hw/sd/sdcard: Reset both start/end addresses on error
` [PULL 12/13] hw/sd/sdcard: Do not attempt to erase out of range addresses
` [PULL 13/13] hw/sd/sdcard: Assert if accessing an illegal group

roms/efirom, tests/uefi-test-tools: update edk2's own submodules first
 2020-10-21 17:27 UTC  (9+ messages)

[PATCH v1 0/4] add guest-loader (for direct Xen boot)
 2020-10-21 17:18 UTC  (6+ messages)
` [PATCH v1 1/4] hw/board: promote fdt from ARM VirtMachineState to MachineState
` [PATCH v1 2/4] hw/riscv: migrate fdt field to generic MachineState
` [PATCH v1 3/4] device_tree: add qemu_fdt_setprop_string_array helper
` [PATCH v1 4/4] hw/core: implement a guest-loader to support static hypervisor guests

[PATCH v1 0/6] testing/next (gitdm, acceptance, docker, gitlab)
 2020-10-21 17:17 UTC  (9+ messages)
` [PATCH v1 1/6] Adding ani's email as an individual contributor
` [PATCH v1 2/6] contrib/gitdm: Add more individual contributors
` [PATCH v1 3/6] tests/docker/dockerfiles/centos: Use SDL2 instead of SDL1
` [PATCH v1 4/6] gitlab: skip checkpatch.pl checks if no commit delta on branch
` [PATCH v1 5/6] scripts: fix error from checkpatch.pl when no commits are found
` [PATCH v1 6/6] tests/acceptance: pick a random gdb port for reverse debugging

[Fwd] Issue 26558 in oss-fuzz: qemu: Fuzzing build failure
 2020-10-21 17:13 UTC  (2+ messages)

[PATCH v11 00/12] linux-user: User support for AArch64 BTI
 2020-10-21 17:04 UTC  (3+ messages)

[PATCH 0/3] sh4: Trivial clean-ups for sh_timer.c
 2020-10-21 16:48 UTC  (2+ messages)

[PATCH v7 00/11] migration: bring improved savevm/loadvm/delvm to QMP
 2020-10-21 16:39 UTC  (14+ messages)
` [PATCH v7 01/11] block: push error reporting into bdrv_all_*_snapshot functions
` [PATCH v7 02/11] migration: Make save_snapshot() return bool, not 0/-1
` [PATCH v7 03/11] migration: stop returning errno from load_snapshot()
` [PATCH v7 04/11] block: add ability to specify list of blockdevs during snapshot
` [PATCH v7 05/11] block: allow specifying name of block device for vmstate storage
` [PATCH v7 06/11] block: rename and alter bdrv_all_find_snapshot semantics
` [PATCH v7 07/11] migration: control whether snapshots are ovewritten
` [PATCH v7 08/11] migration: wire up support for snapshot device selection
` [PATCH v7 09/11] migration: introduce a delete_snapshot wrapper
` [PATCH v7 10/11] iotests: add support for capturing and matching QMP events
` [PATCH v7 11/11] migration: introduce snapshot-{save, load, delete} QMP commands

ERROR: glib-2.48 gthread-2.0 is required to compile QEMU
 2020-10-21 16:32 UTC  (3+ messages)
  `  "

[PATCH v4 0/2] util/oslib: qemu_try_memalign() improvements
 2020-10-21 16:21 UTC  (4+ messages)
` [PATCH v4 2/2] util/oslib: Assert qemu_try_memalign() alignment is a power of 2

[PATCH] tests/docker/dockerfiles/centos: Use SDL2 instead of SDL1
 2020-10-21 16:15 UTC  (3+ messages)

[PATCH] migration/block-dirty-bitmap: fix larger granularity bitmaps
 2020-10-21 16:02 UTC  (3+ messages)

[PULL v2 00/21] Python patches
 2020-10-21 15:56 UTC  (2+ messages)

[PATCH 0/2] tcg: optimize across branches
 2020-10-21 15:51 UTC  (6+ messages)
` [PATCH 1/2] tcg: Do not kill globals at conditional branches
` [PATCH 2/2] tcg/optimize: Flush data at labels not TCG_OPF_BB_END

[PATCH 0/2] s390x: pv: Diag318 fixes
 2020-10-21 15:48 UTC  (10+ messages)
` [PATCH 1/2] s390x: pv: Remove sclp boundary checks
` [PATCH 2/2] s390x: pv: Fix diag318 PV fencing

[PATCH v3] pc: Implement -no-hpet as sugar for -machine hpet=on
 2020-10-21 15:28 UTC  (2+ messages)

[PATCH v7 00/21] preallocate filter
 2020-10-21 14:58 UTC  (22+ messages)
` [PATCH v7 01/21] block: simplify comment to BDRV_REQ_SERIALISING
` [PATCH v7 02/21] block/io.c: drop assertion on double waiting for request serialisation
` [PATCH v7 03/21] block/io: split out bdrv_find_conflicting_request
` [PATCH v7 04/21] block/io: bdrv_wait_serialising_requests_locked: drop extra bs arg
` [PATCH v7 05/21] block: bdrv_mark_request_serialising: split non-waiting function
` [PATCH v7 06/21] block: introduce BDRV_REQ_NO_WAIT flag
` [PATCH v7 07/21] block: bdrv_check_perm(): process children anyway
` [PATCH v7 08/21] block: introduce preallocate filter
` [PATCH v7 09/21] qemu-io: add preallocate mode parameter for truncate command
` [PATCH v7 10/21] iotests: qemu_io_silent: support --image-opts
` [PATCH v7 11/21] iotests.py: execute_setup_common(): add required_fmts argument
` [PATCH v7 12/21] iotests: add 298 to test new preallocate filter driver
` [PATCH v7 13/21] scripts/simplebench: fix grammar: s/successed/succeeded/
` [PATCH v7 14/21] scripts/simplebench: support iops
` [PATCH v7 15/21] scripts/simplebench: use standard deviation for +- error
` [PATCH v7 16/21] simplebench: rename ascii() to results_to_text()
` [PATCH v7 17/21] simplebench: move results_to_text() into separate file
` [PATCH v7 18/21] simplebench/results_to_text: improve view of the table
` [PATCH v7 19/21] simplebench/results_to_text: add difference line to "
` [PATCH v7 20/21] simplebench/results_to_text: make executable
` [PATCH v7 21/21] scripts/simplebench: add bench_prealloc.py

[PATCH v5] replay: do not build if TCG is not available
 2020-10-21 15:26 UTC  (3+ messages)

[PATCH] qmp: fix aio_poll() assertion failure on Windows
 2020-10-21 14:51 UTC  (2+ messages)

[PATCH v5 00/16] Add a Generic Virtual Device Fuzzer
 2020-10-21 14:49 UTC  (5+ messages)
` [PATCH v5 02/16] fuzz: Add general virtual-device fuzzer

[PULL 00/17] Microvm 20201021 patches
 2020-10-21 14:48 UTC  (18+ messages)
` [PULL 01/17] tests/acpi: allow changes for microvm/APIC.pcie
` [PULL 02/17] tests/acpi: add empty microvm/APIC.pcie
` [PULL 03/17] x86: make pci irqs runtime configurable
` [PULL 04/17] microvm: set pci_irq_mask
` [PULL 05/17] apci: drop has_pci arg for acpi_build_madt
` [PULL 06/17] tests/acpi: update expected data files
` [PULL 07/17] tests/acpi: disallow changes for microvm/APIC.pcie
` [PULL 08/17] acpi: add aml builder stubs
` [PULL 09/17] usb/xhci: add include/hw/usb/xhci.h header file
` [PULL 10/17] usb/xhci: add xhci_sysbus_build_aml() helper
` [PULL 11/17] usb/xhci: fixup xhci kconfig deps
` [PULL 12/17] microvm: add usb support
` [PULL 13/17] tests/acpi: allow updates for expected data files
` [PULL 14/17] tests/acpi: add empty tests/data/acpi/microvm/DSDT.{usb, rtc} files
` [PULL 15/17] tests/acpi: add microvm usb test
` [PULL 16/17] tests/acpi: add microvm rtc test
` [PULL 17/17] tests/acpi: update expected data files

[PATCH v3] pc: Implement -no-hpet as sugar for -machine allow-hpet=no
 2020-10-21 14:48 UTC  (2+ messages)

[PATCH] pc: Implement -no-hpet as sugar for -machine hpet=off
 2020-10-21 14:44 UTC  (5+ messages)

[PATCH v3] virtio-rng: return available data with O_NONBLOCK
 2020-10-21 14:43 UTC  (8+ messages)

[PATCH] vhost-user: add separate memslot counter for vhost-user
 2020-10-21 14:34 UTC  (6+ messages)

[PATCH 0/5] spapr: Error handling fixes and cleanups (round 3)
 2020-10-21 14:29 UTC  (3+ messages)
` [PATCH 1/5] pc-dimm: Drop @errp argument of pc_dimm_plug()

[PATCH 0/1] Do not stop guest when panic event is received
 2020-10-21 13:33 UTC  (4+ messages)

[PATCH v2] pc: Implement -no-hpet as sugar for -machine allow-hpet=no
 2020-10-21 13:32 UTC  (2+ messages)

[PATCH 00/12] qom: Make all -object types use only class properties
 2020-10-21 13:30 UTC  (4+ messages)
` [PATCH 03/12] qom: Make object_class_property_add_uint*_ptr() get offset

[PATCH 0/3] qom: Simplify pointer property getters/setters
 2020-10-21 13:09 UTC  (2+ messages)

[PATCH v3 00/20] hw/mips: Set CPU frequency
 2020-10-21 12:38 UTC  (5+ messages)
` [PATCH v3 12/20] hw/mips/r4k: Explicit CPU frequency is 200 MHz


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