qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-04 21:08:51 to 2020-10-05 16:31:17 UTC [more...]

[PATCH v8 00/14] monitor: Optionally run handlers in coroutines
 2020-10-05 15:58 UTC  (14+ messages)
` [PATCH v8 01/14] monitor: Add Monitor parameter to monitor_set_cpu()
` [PATCH v8 02/14] monitor: Add Monitor parameter to monitor_get_cpu_index()
` [PATCH v8 03/14] monitor: Use getter/setter functions for cur_mon
` [PATCH v8 04/14] hmp: Update current monitor only in handle_hmp_command()
` [PATCH v8 05/14] qmp: Assert that no other monitor is active
` [PATCH v8 06/14] qmp: Call monitor_set_cur() only in qmp_dispatch()
` [PATCH v8 07/14] monitor: Make current monitor a per-coroutine property
` [PATCH v8 08/14] qapi: Add a 'coroutine' flag for commands
` [PATCH v8 09/14] qmp: Move dispatcher to a coroutine
` [PATCH v8 10/14] hmp: Add support for coroutine command handlers
` [PATCH v8 11/14] util/async: Add aio_co_reschedule_self()
` [PATCH v8 12/14] block: Add bdrv_co_enter()/leave()
` [PATCH v8 13/14] block: Add bdrv_lock()/unlock()

[PATCH v4 0/6] Enable plugin support on msys2/mingw
 2020-10-05 16:28 UTC  (2+ messages)
` [PATCH v4 2/6] plugin: Fixes compiling errors "

[PATCH 00/16] hw/mips: Set CPU frequency
 2020-10-05 16:25 UTC  (6+ messages)
` [PATCH 15/16] target/mips/cpu: Do not allow system-mode use without input clock

[PATCH v10 0/9] Apply COR-filter to the block-stream permanently
 2020-10-05 16:23 UTC  (8+ messages)
` [PATCH v10 2/9] copy-on-read: add filter append/drop functions
` [PATCH v10 4/9] copy-on-read: pass base node name to COR driver
` [PATCH v10 5/9] copy-on-read: limit guest COR activity to base in "

[PATCH v8 0/4] Fixes curses on msys2/mingw
 2020-10-05 15:55 UTC  (5+ messages)
` [PATCH v8 1/4] configure: fixes indent of $meson setup
` [PATCH v8 2/4] curses: Fixes compiler error that complain don't have langinfo.h on msys2/mingw
` [PATCH v8 3/4] curses: Fixes curses compiling errors
` [PATCH v8 4/4] win32: Simplify gmtime_r detection not depends on if _POSIX_C_SOURCE are defined on msys2/mingw

[PULL v2 00/17] Block patches
 2020-10-05 15:43 UTC  (18+ messages)
` [PULL v2 01/17] util/vfio-helpers: Pass page protections to qemu_vfio_pci_map_bar()
` [PULL v2 02/17] block/nvme: Map doorbells pages write-only
` [PULL v2 03/17] block/nvme: Reduce I/O registers scope
` [PULL v2 04/17] block/nvme: Drop NVMeRegs structure, directly use NvmeBar
` [PULL v2 05/17] block/nvme: Use register definitions from 'block/nvme.h'
` [PULL v2 06/17] block/nvme: Replace magic value by SCALE_MS definition
` [PULL v2 07/17] block: return error-code from bdrv_invalidate_cache
` [PULL v2 08/17] block/io: refactor coroutine wrappers
` [PULL v2 09/17] block: declare some coroutine functions in block/coroutines.h
` [PULL v2 10/17] scripts: add block-coroutine-wrapper.py
` [PULL v2 11/17] block: generate coroutine-wrapper code
` [PULL v2 12/17] block: drop bdrv_prwv
` [PULL v2 13/17] block/io: refactor save/load vmstate
` [PULL v2 14/17] include/block/block.h: drop non-ascii quotation mark
` [PULL v2 15/17] docs: add 'io_uring' option to 'aio' param in qemu-options.hx
` [PULL v2 16/17] util/vfio-helpers: Collect IOVA reserved regions
` [PULL v2 17/17] util/vfio-helpers: Rework the IOVA allocator to avoid "

[PATCH v3 0/6] Enable plugin support on msys2/mingw
 2020-10-05 15:58 UTC  (14+ messages)
` [PATCH v3 1/6] plugins: Fixes a issue when dlsym failed, the handle not closed
` [PATCH v3 2/6] plugin: Fixes compiling errors on msys2/mingw
` [PATCH v3 3/6] cirrus: Enable plugin in cirrus for windows
` [PATCH v3 4/6] plugin: define QEMU_PLUGIN_API_IMPLEMENTATION first
` [PATCH v3 5/6] plugin: getting qemu_plugin_get_hwaddr only expose one function prototype

[PATCH v8 000/133] Fixes curses on msys2/mingw
 2020-10-05 15:52 UTC  (2+ messages)
` [PATCH v8 001/133] target/arm: Replace ARM_FEATURE_PXN with ID_MMFR0.VMSA check

[PATCH v7 0/4] Fixes curses on msys2/mingw
 2020-10-05 15:40 UTC  (6+ messages)
` [PATCH v7 2/4] curses: Fixes compiler error that complain don't have langinfo.h "

[PATCH] cirrus.yml: Add VM-based jobs to test with NetBSD and OpenBSD
 2020-10-05 15:34 UTC 

QEMU API cleanup initiative - Let's chat during the KVM call
 2020-10-05 15:33 UTC  (4+ messages)

[PATCH] readthedocs: build with Python 3.6
 2020-10-05 15:31 UTC  (2+ messages)

[PATCH] softmmu/memory: Log invalid memory accesses
 2020-10-05 15:27 UTC 

[Qemu-devel] [Bug 1772165] [NEW] qemu-system-arm: -device usb-host, bus=001, vendorid=0x04f2, productid=0x0111: Bus '001' not found
 2020-10-05 15:10 UTC  (2+ messages)
` [Bug 1772165] Re: arm raspi2/raspi3 emulation has no USB support

[RFC PATCH 0/4] hw: Have some targets select FDT on a per-machine basis
 2020-10-05 15:08 UTC  (5+ messages)
` [RFC PATCH 1/4] Kconfig.host: Declare FDT symbol
` [RFC PATCH 2/4] hw/ppc: Rename FDT_PPC as FDT
` [RFC PATCH 3/4] hw/mips/Kconfig: Let boston machine select FDT
` [RFC PATCH 4/4] hw/rx/Kconfig: Let gdbsim "

KVM call for agenda for 2020-10-06
 2020-10-05 14:46 UTC  (2+ messages)

[PATCH v5] hw/avr: Add limited support for avr gpio registers
 2020-10-05 14:37 UTC 

[PULL 00/19] Build system + MCE patches for 2020-10-05
 2020-10-05 14:32 UTC  (21+ messages)
` [PULL 01/19] travis: remove TCI test
` [PULL 02/19] default-configs: move files to default-configs/devices/
` [PULL 03/19] configure: convert accelerator variables to meson options
` [PULL 04/19] configure: rewrite accelerator defaults as tests
` [PULL 05/19] configure: move accelerator logic to meson
` [PULL 06/19] configure: remove dead variable
` [PULL 07/19] configure: compute derivatives of target name in meson
` [PULL 08/19] configure: remove useless config-target.mak symbols
` [PULL 09/19] configure: remove target configuration
` [PULL 10/19] default-configs: remove default-configs/devices for user-mode targets
` [PULL 11/19] configure: move OpenBSD W^X test to meson
` [PULL 12/19] default-configs: use TARGET_ARCH key
` [PULL 13/19] default-configs: remove redundant keys
` [PULL 14/19] meson: move sparse detection to Meson and rewrite check_sparse.py
` [PULL 15/19] target-i386: seperate MCIP & MCE_MASK error reason
` [PULL 16/19] qapi/run-state.json: introduce memory failure event
` [PULL 17/19] target-i386: post memory failure event to QMP
` [PULL 18/19] tests: tcg: do not use implicit rules
` [PULL 19/19] dockerfiles: add diffutils to Fedora

[RFC PATCH 00/21] contrib/gitdm: Add more companies entries
 2020-10-05 14:20 UTC  (23+ messages)
` [RFC PATCH 03/21] contrib/gitdm: Add Baidu to the domain map
` [RFC PATCH 04/21] contrib/gitdm: Add ByteDance "
  ` [Phishing Risk] [External] "
` [RFC PATCH 08/21] contrib/gitdm: Add Mentor Graphics "
` [RFC PATCH 09/21] contrib/gitdm: Add Nutanix "
` [RFC PATCH 10/21] contrib/gitdm: Add Nuvia "
` [RFC PATCH 13/21] contrib/gitdm: Add more entries to the Red Hat domain
` [RFC PATCH 16/21] contrib/gitdm: Add SUSE to the domain map
` [RFC PATCH 19/21] contrib/gitdm: Add Yadro "
` [RFC PATCH 20/21] contrib/gitdm: Add Yandex "

[PATCH] target/i386: Support up to 32768 CPUs without IRQ remapping
 2020-10-05 14:18 UTC 

[PATCH] vhost: Ignore vrings in dirty log when using a vIOMMU
 2020-10-05 14:18 UTC  (4+ messages)

[PATCH 0/4] Convert remaining submodules to meson, cleanup env var handling
 2020-10-05 14:16 UTC  (7+ messages)
` [PATCH 1/4] slirp: Convert Makefile bits to meson bits
` [PATCH 2/4] dtc: "
` [PATCH 3/4] configure: do not clobber environment CFLAGS/CXXFLAGS/LDFLAGS
` [PATCH 4/4] configure: consistently pass CFLAGS/CXXFLAGS/LDFLAGS to meson

[RFC v5 00/68] support vector extension v1.0
 2020-10-05 14:10 UTC  (6+ messages)
` [RFC v5 06/68] target/riscv: rvv-1.0: add translation-time vector context status

[Bug 1896096] [NEW] Git version: Build process is broken in block_curl.c.o
 2020-10-05 13:57 UTC  (2+ messages)
` [Bug 1896096] "

[PATCH] ide: clean up ahci_populate_sglist
 2020-10-05 14:07 UTC  (2+ messages)

[RFC 0/1] tools/virtiofsd: don't create temporary directory in /
 2020-10-05 13:58 UTC  (2+ messages)

[PATCH] virtiofsd: Call qemu_init_exec_dir
 2020-10-05 13:54 UTC  (2+ messages)

[PATCH v7 00/14] Reverse debugging
 2020-10-05 13:51 UTC  (4+ messages)

[PATCH] configure: don't enable ASLR for --enable-debug Windows builds
 2020-10-05 13:45 UTC  (3+ messages)

[PATCH 0/2] hw/mips: Code simplifications
 2020-10-05 13:37 UTC  (6+ messages)
` [PATCH 1/2] hw/mips: Simplify loading 64-bit ELF kernels
` [PATCH 2/2] hw/mips: Simplify code using ROUND_UP(INITRD_PAGE_SIZE)

[PULL 00/17] Block patches
 2020-10-05 13:26 UTC  (5+ messages)

[RFC PATCH 0/3] qom: Fix missing interface in qemu-storage-daemon
 2020-10-05 13:22 UTC  (7+ messages)
` [RFC PATCH 1/3] qom: Always register FW_CFG_DATA_GENERATOR_INTERFACE
` [RFC PATCH 2/3] tests: Only build socket_scm_helper when a softmmu target is available
` [RFC PATCH 3/3] tests: Add a trivial qemu-storage-daemon test

scripts/gdb: issues when loading modules after lx-symbols
 2020-10-05 13:03 UTC  (9+ messages)

[PATCH] migration: block-dirty-bitmap: rewrite dirty_bitmap_load_header
 2020-10-05 12:54 UTC 

[PATCH v5 00/10] migration: bring improved savevm/loadvm/delvm to QMP
 2020-10-05 12:45 UTC  (7+ messages)
` [PATCH v5 10/10] migration: introduce snapshot-{save, load, delete} QMP commands
    ` [PATCH v5 10/10] migration: introduce snapshot-{save,load,delete} "

[PATCH v2 0/4] qemu-storage-daemon: Remove QemuOpts from --object parser
 2020-10-05 12:08 UTC  (4+ messages)
` [PATCH v2 1/4] keyval: Parse help options

[PULL v3 00/11] capstone + disassembler patch queue
 2020-10-05 12:00 UTC  (2+ messages)

[PATCH v5 00/14] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
 2020-10-05 11:41 UTC  (13+ messages)
` [PATCH v5 06/14] hw/block/nvme: Add support for active/inactive namespaces
` [PATCH v5 09/14] hw/block/nvme: Support Zoned Namespace Command Set

[PATCH v3 0/2] hw/virtio-pci: AER capability
 2020-10-05 11:56 UTC  (3+ messages)
` [PATCH v3 1/2] hw/virtio-pci Added counter for pcie capabilities offsets
` [PATCH v3 2/2] hw/virtio-pci Added AER capability

[PATCH v2 0/2] hw/virtio-pci: AER capability
 2020-10-05 11:33 UTC  (6+ messages)
` [PATCH v2 1/2] hw/virtio-pci Added counter for pcie capabilities offsets
` [PATCH v2 2/2] hw/virtio-pci Added AER capability

[PATCH 0/5] qapi: Restrict machine (and migration) specific commands
 2020-10-05 10:55 UTC  (4+ messages)

[PATCH v3 00/19] Support disabling TCG on ARM (part 2)
 2020-10-05 10:53 UTC  (9+ messages)
` [PATCH v3 17/19] hw/arm: Automatically select the 'virt' machine on KVM

Emulate Rpi with QEMU fails
 2020-10-05 10:51 UTC  (5+ messages)

[PATCH] elfload: use g_new instead of malloc
 2020-10-05  9:55 UTC  (8+ messages)
        ` [PATCH v2] elfload: use g_new/g_malloc and g_autofree

[PULL 0/5] fw_cfg/crypto patches for 5.1 soft freeze
 2020-10-05  9:16 UTC  (5+ messages)
` [PULL 5/5] crypto/tls-cipher-suites: Produce fw_cfg consumable blob

[PATCH] qom: Improve error message displayed with missing object properties
 2020-10-05  8:46 UTC  (3+ messages)

[PULL v2 00/92] Misc patches for 2020-09-24
 2020-10-05  8:44 UTC  (5+ messages)

[PATCH] tests/acceptance: Add a 'virt_kvm' test using the GICv3
 2020-10-05  8:08 UTC  (2+ messages)

[PATCH v2] tests/boot_linux_console: Boot Trusted Firmware-A on the Raspberry Pi 3
 2020-10-05  8:07 UTC  (2+ messages)

[PATCH v2] sd: Exhibit support for CMD23
 2020-10-05  8:03 UTC  (2+ messages)

[PATCH 0/2] .mailmap: Fixes since v5.1
 2020-10-05  7:56 UTC  (2+ messages)

[PATCH] ssi: Display chip select polarity in monitor 'info qtree'
 2020-10-05  7:44 UTC  (2+ messages)

[PATCH] hw/ssi/npcm7xx_fiu: Fix handling of unsigned integer
 2020-10-05  7:43 UTC  (2+ messages)

[RFC 0/1] memory: Delete assertion in memory_region_unregister_iommu_notifier
 2020-10-05  6:32 UTC  (8+ messages)
` [PATCH 0/5] memory: Skip "
  ` [PATCH 5/5] memory: Skip bad range assertion if notifier is DEVIOTLB_UNMAP type

[PATCH 0/4] assorted gcc 10/fedora32 compile warning fixes
 2020-10-05  6:26 UTC  (10+ messages)
` [PATCH 1/4] vmdk: fix maybe uninitialized warnings
` [PATCH 2/4] nbd: silence maybe-uninitialized warnings
` [PATCH 4/4] virtiofsd: avoid false positive compiler warning

[RFC PATCH] contrib/gitdm: Add more individual contributors
 2020-10-05  5:28 UTC  (4+ messages)

[RFC PATCH 0/2] contrib/gitdm: Add more academic contributors
 2020-10-05  5:01 UTC  (3+ messages)
` [RFC PATCH 1/2] "

[Bug 1898490] [NEW] gtk with virtio and opengl black screen
 2020-10-04 23:58 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).