qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-06 14:28:03 to 2020-03-08 09:33:25 UTC [more...]

[PATCH v5 00/11] HMP monitor handlers refactoring
 2020-03-08  9:29 UTC  (13+ messages)
` [PATCH v5 01/11] usb/dev-storage: remove unused include
` [PATCH v5 02/11] monitor/hmp: inline add_init_drive
` [PATCH v5 03/11] monitor/hmp: rename device-hotplug.c to block/monitor/block-hmp-cmds.c
` [PATCH v5 04/11] monitor/hmp: move hmp_drive_del and hmp_commit to block-hmp-cmds.c
` [PATCH v5 05/11] monitor/hmp: move hmp_drive_mirror and hmp_drive_backup to block-hmp-cmds.c Moved code was added after 2012-01-13, thus under GPLv2+
` [PATCH v5 06/11] monitor/hmp: move hmp_block_job* to block-hmp-cmds.c
` [PATCH v5 07/11] monitor/hmp: move hmp_snapshot_* "
` [PATCH v5 08/11] monitor/hmp: move hmp_nbd_server* "
` [PATCH v5 09/11] monitor/hmp: move remaining hmp_block* functions "
` [PATCH v5 10/11] monitor/hmp: move hmp_info_block* "
` [PATCH v5 11/11] monitor/hmp: Move hmp_drive_add_node "

[PATCH 0/3] reference implementation of RSS
 2020-03-08  8:06 UTC  (4+ messages)

[PATCH v2 0/2] misc: Replace zero-length arrays with flexible array member
 2020-03-08  7:56 UTC  (5+ messages)
` [PATCH v2 1/2] misc: Replace zero-length arrays with flexible array member (automatic)
` [PATCH v2 2/2] misc: Replace zero-length arrays with flexible array member (manual)

[PATCH v32 00/22] Add RX archtecture support
 2020-03-08  3:49 UTC  (4+ messages)
` [PATCH v32 22/22] qemu-doc.texi: Add RX section

TCG global variable aliasing/optimization question
 2020-03-08  3:00 UTC  (2+ messages)

[PATCH v3 0/2] target/arm: Misc cleanups surrounding TBI
 2020-03-08  1:29 UTC  (3+ messages)
` [PATCH v3 1/2] target/arm: Check addresses for disabled regimes
` [PATCH v3 2/2] target/arm: Disable clean_data_tbi for system mode

[PATCH] riscv: Add semihosting support [v4]
 2020-03-07 19:44 UTC  (6+ messages)

[PATCH v8 0/9] qemu-binfmt-conf.sh
 2020-03-07 19:23 UTC  (12+ messages)
` [PATCH v8 1/9] qemu-binfmt-conf.sh: enforce safe style consistency
` [PATCH v8 2/9] qemu-binfmt-conf.sh: make opts -p and -c boolean
` [PATCH v8 3/9] qemu-binfmt-conf.sh: add QEMU_CREDENTIAL and QEMU_PERSISTENT
` [PATCH v8 4/9] qemu-binfmt-conf.sh: use the same presentation format as for qemu-*
` [PATCH v8 5/9] qemu-binfmt-conf.sh: remove 'qemu' prefix from cli options
` [PATCH v8 6/9] qemu-binfmt-conf.sh: honour QEMU_PATH and/or QEMU_SUFFIX
` [PATCH v8 7/9] qemu-binfmt-conf.sh: generalize <CPU> to positional [TARGETS]
` [PATCH v8 8/9] qemu-binfmt-conf.sh: add option --clear
` [PATCH v8 9/9] qemu-binfmt-conf.sh: add --test

[Qemu-devel] [PATCH] some remarks to build last version of qemu in MSYS2 (from user)
 2020-03-07 18:47 UTC  (2+ messages)

[PATCH v8 4/9] qemu-binfmt-conf.sh: use the same presentation format as for qemu-*
 2020-03-07 18:05 UTC 

[PATCH 0/3] buildsys: Fix building with SASL on Windows
 2020-03-07 17:51 UTC  (5+ messages)
` [PATCH 1/3] configure: Check for <sys/uio.h> header before external libraries
` [PATCH 2/3] configure: Fix building with SASL on Windows
` [PATCH 3/3] tests/docker: Install SASL library to extend code coverage on amd64

[PATCH v8 9/9] qemu-binfmt-conf.sh: add --test
 2020-03-07 17:44 UTC 

[PATCH v4 0/5] target/riscv: support vector extension part 2
 2020-03-07 17:44 UTC  (8+ messages)
` [PATCH v4 1/5] target/riscv: add vector unit stride load and store instructions
` [PATCH v4 2/5] target/riscv: add vector "

[PATCH v8 8/9] qemu-binfmt-conf.sh: add option --clear
 2020-03-07 17:42 UTC 

[PATCH v8 7/9] qemu-binfmt-conf.sh: generalize <CPU> to positional [TARGETS]
 2020-03-07 17:41 UTC 

[PATCH v8 6/9] qemu-binfmt-conf.sh: honour QEMU_PATH and/or QEMU_SUFFIX
 2020-03-07 17:36 UTC 

[PATCH 6/9] qemu-binfmt-conf.sh: honour QEMU_PATH and/or QEMU_SUFFIX
 2020-03-07 17:35 UTC 

[PATCH v8 5/9] qemu-binfmt-conf.sh: remove 'qemu' prefix from cli options
 2020-03-07 17:34 UTC 

[PATCH v8 4/9] qemu-binfmt-conf.sh: use the same presentation format as for qemu-*
 2020-03-07 17:32 UTC 

[PATCH v8 3/9] qemu-binfmt-conf.sh: add QEMU_CREDENTIAL and QEMU_PERSISTENT
 2020-03-07 17:30 UTC 

[PATCH v8 2/9] qemu-binfmt-conf.sh: make opts -p and -c boolean
 2020-03-07 17:27 UTC 

[PATCH v3 0/2] cmd646: remove pci_cmd646_ide_init() function
 2020-03-07 17:27 UTC  (4+ messages)
` [PATCH v3 1/2] dp264: use pci_create_simple() to initialise the cmd646 device
` [PATCH v3 2/2] cmd646: remove unused pci_cmd646_ide_init() function

[PATCH 0/2] cmd646: use DeviceClass for reset and VMStateDescription
 2020-03-07 17:26 UTC  (5+ messages)
` [PATCH 1/2] cmd646: register cmd646_reset() function in DeviceClass
` [PATCH 2/2] cmd646: register vmstate_ide_pci VMStateDescription "

[PATCH v8 1/9] qemu-binfmt-conf.sh: enforce safe style consistency
 2020-03-07 17:22 UTC 

[PATCH v2] virtio-serial-bus: do cleanup on the error path in realize() to avoid memleaks
 2020-03-07 16:37 UTC  (4+ messages)

[PATCH 0/2] Implement "non 100% native mode" in via-ide
 2020-03-07 15:56 UTC  (28+ messages)
` [PATCH 2/2] via-ide: Also emulate non 100% native mode

[PATCH] hw/riscv: Generate correct "mmu-type" for 32-bit machines
 2020-03-07 13:14 UTC  (2+ messages)

[PATCH 0/2] hw/rdma: Last step in eliminating data-path processing
 2020-03-07 12:56 UTC  (3+ messages)
` [PATCH 1/2] hw/rdma: Cosmetic change - no need for two sge arrays
` [PATCH 2/2] hw/rdma: Skip data-path mr_id translation

[PATCH] core/qdev: fix memleak in qdev_get_gpio_out_connector()
 2020-03-07 10:39 UTC  (3+ messages)

make test failure for iotest 267 on qemu-system-sparc64
 2020-03-07  9:48 UTC 

[PATCH] contrib/elf2dmp: prevent uninitialized warning
 2020-03-07  7:00 UTC  (5+ messages)

[PATCH v7 00/10] iotests: use python logging
 2020-03-07  6:36 UTC  (9+ messages)
` [PATCH v7 06/10] iotests: limit line length to 79 chars

[PATCH] hw/arm/stm32f405: Add preliminary RCC emulation support
 2020-03-07  2:13 UTC  (8+ messages)

[PATCH] gdbstub: add support to Xfer:auxv:read: packet
 2020-03-07  1:30 UTC  (2+ messages)

[PATCH v3 0/3] hw/riscv: Add a serial property to sifive_u
 2020-03-07  1:14 UTC  (5+ messages)
` [PATCH v3 1/3] riscv/sifive_u: Fix up file ordering
` [PATCH v3 2/3] riscv/sifive_u: Add a serial property to the sifive_u SoC
` [PATCH v3 3/3] riscv/sifive_u: Add a serial property to the sifive_u machine

Any interest in dwc-otg (aka dwc2) device emulation? For Raspi 3 and below
 2020-03-07  0:34 UTC 

[PATCH] gdbstub: add support to Xfer:auxv:read: packet
 2020-03-07  0:17 UTC  (2+ messages)

[PATCH v3 0/4] Tighten qemu-img rules on missing backing format
 2020-03-06 22:51 UTC  (5+ messages)
` [PATCH v3 1/4] block: Add trivial backing_fmt support to qcow, sheepdog, vmdk
` [PATCH v3 2/4] iotests: Specify explicit backing format where sensible
` [PATCH v3 3/4] block: Add support to warn on backing file change without format
` [PATCH v3 4/4] qemu-img: Deprecate use of -b without -F

[PATCH RESEND v2] block/nvme: introduce PMR support from NVMe 1.4 spec
 2020-03-06 22:38 UTC 

[PATCH] build-sys: Move the print-variable rule to rules.mak
 2020-03-06 22:03 UTC  (3+ messages)

[PATCH v6 0/4] linux-user: generate syscall_nr.sh for RISC-V
 2020-03-06 21:35 UTC  (7+ messages)
` [PATCH v6 1/4] linux-user: Protect more syscalls
` [PATCH v6 2/4] linux-user/syscall: Add support for clock_gettime64/clock_settime64
` [PATCH v6 3/4] linux-user: Support futex_time64
` [PATCH v6 4/4] linux-user/riscv: Update the syscall_nr's to the 5.5 kernel

[PATCH v1 0/3] hw/riscv: Add a serial property to the sifive_u machine
 2020-03-06 19:51 UTC  (8+ messages)
` [PATCH v1 2/3] riscv/sifive_u: Add a serial property to the sifive_u SoC

[PATCH 0/7] post-rst-conversion cleanups
 2020-03-06 19:49 UTC  (9+ messages)
` [PATCH 1/7] Makefile: Remove redundant Texinfo related code
` [PATCH 2/7] Update comments in .hx files that mention Texinfo
` [PATCH 3/7] hxtool: Remove Texinfo generation support
` [PATCH 4/7] docs/sphinx/hxtool.py: Remove STEXI/ETEXI support
` [PATCH 5/7] Makefile: Make all Sphinx documentation depend on the extensions
` [PATCH 6/7] docs/index.rst, docs/index.html.in: Reorder manuals
` [PATCH 7/7] docs/qemu-option-trace.rst.inc: Remove redundant comment

[PULL 00/29] Block layer patches
 2020-03-06 19:26 UTC  (32+ messages)
` [PULL 01/29] qcow2: Fix alloc_cluster_abort() for pre-existing clusters
` [PULL 02/29] iotests/026: Test EIO on preallocated zero cluster
` [PULL 03/29] iotests/026: Test EIO on allocation in a data-file
` [PULL 04/29] block: Fix leak in bdrv_create_file_fallback()
` [PULL 05/29] block: Introduce 'bdrv_reopen_commit_post' step
` [PULL 06/29] block/qcow2: Move bitmap reopen into bdrv_reopen_commit_post
` [PULL 07/29] qemu-storage-daemon: Add barebone tool
` [PULL 08/29] stubs: Add arch_type
` [PULL 09/29] block: Move system emulator QMP commands to block/qapi-sysemu.c
` [PULL 10/29] block: Move common QMP commands to block-core QAPI module
` [PULL 11/29] block: Move sysemu QMP commands to QAPI block module
` [PULL 12/29] qemu-storage-daemon: Add --blockdev option
` [PULL 13/29] qapi: Flatten object-add
` [PULL 14/29] qemu-storage-daemon: Add --object option
` [PULL 15/29] qemu-storage-daemon: Add --nbd-server option
` [PULL 16/29] blockdev-nbd: Boxed argument type for nbd-server-add
` [PULL 17/29] qemu-storage-daemon: Add --export option
` [PULL 18/29] qemu-storage-daemon: Add main loop
` [PULL 19/29] qemu-storage-daemon: Add --chardev option
` [PULL 20/29] stubs: Update monitor stubs for qemu-storage-daemon
` [PULL 21/29] qapi: Create 'pragma' module
` [PULL 22/29] monitor: Create QAPIfied monitor_init()
` [PULL 23/29] qmp: Fail gracefully if chardev is already in use
` [PULL 24/29] hmp: "
` [PULL 25/29] monitor: Add allow_hmp parameter to monitor_init()
` [PULL 26/29] qemu-storage-daemon: Add --monitor option
` [PULL 27/29] block/rbd: Add support for ceph namespaces
` [PULL 28/29] iotests: Refactor blockdev-reopen test for iothreads
` [PULL 29/29] block: bdrv_reopen() with backing file in different AioContext

[PATCH v3 00/13] migrate/ram: Fix resizing RAM blocks while migrating
 2020-03-06 19:11 UTC  (18+ messages)
` [PATCH v3 08/13] migration/ram: Simplify host page handling in ram_load_postcopy()
` [PATCH v3 09/13] migration/ram: Consolidate variable reset after placement "
` [PATCH v3 10/13] migration/ram: Handle RAM block resizes during postcopy
` [PATCH v3 11/13] migration/multifd: Print used_length of memory block
` [PATCH v3 12/13] migration/ram: Use offset_in_ramblock() in range checks

[PATCH 1/1] target/riscv: Fix VS mode interrupts forwarding
 2020-03-06 17:31 UTC  (2+ messages)

[PATCH v3 00/12] Convert QAPI doc comments to generate rST instead of texinfo
 2020-03-06 17:30 UTC  (2+ messages)

[PATCH] usb-serial: wakeup device on input
 2020-03-06 17:33 UTC  (3+ messages)

[PATCH] tests/qemu-iotests: Fix socket_scm_helper build path
 2020-03-06 17:23 UTC  (2+ messages)

[PULL 0/3] Block patches
 2020-03-06 17:02 UTC  (2+ messages)

[PATCH v5 00/50] Initial support for multi-process qemu
 2020-03-06 16:52 UTC  (17+ messages)
` [PATCH v5 14/50] mutli-process: build remote command line args
` [PATCH v5 32/50] multi-process: Use separate MMIO communication channel
` [PATCH v5 50/50] multi-process: add configure and usage information

[Qemu-devel] [Bug 1813165] [NEW] KVM internal error. Suberror: 1 emulation failure
 2020-03-06 16:36 UTC  (2+ messages)
` [Bug 1813165] "

[PATCH 0/6] hw/net: Make Net/CanBus can_receive() handlers return a boolean
 2020-03-06 15:27 UTC  (13+ messages)
` [PATCH 1/6] hw/net/e1000e_core: Let e1000e_can_receive() "
` [PATCH 2/6] hw/net/smc91c111: Let smc91c111_can_receive() "
` [PATCH 3/6] hw/net/rtl8139: Simplify if/else statement
` [PATCH 4/6] hw/net/rtl8139: Update coding style to make checkpatch.pl happy
` [PATCH 5/6] hw/net: Make NetCanReceive() return a boolean
` [PATCH 6/6] hw/net/can: Make CanBusClientInfo::can_receive() "

The issues about architecture of the COLO checkpoint
 2020-03-06 15:22 UTC  (19+ messages)

[PATCH] 9p/proxy: Fix export_flags
 2020-03-06 15:23 UTC  (2+ messages)

[PATCH v8 00/10] error: auto propagated local_err part I
 2020-03-06 15:21 UTC  (6+ messages)
` [PATCH v8 01/10] error: auto propagated local_err
` [PATCH v8 10/10] xen: introduce ERRP_AUTO_PROPAGATE

[PATCH] spapr/xive: use SPAPR_IRQ_IPI to define IPI ranges exposed to the guest
 2020-03-06 15:16 UTC  (2+ messages)

[PATCH] qemu.nsi: Install Sphinx documentation
 2020-03-06 15:02 UTC  (4+ messages)

[PATCH v2 0/2] block: bdrv_reopen() with backing file in different AioContext
 2020-03-06 14:58 UTC  (3+ messages)
` [PATCH v2 2/2] "

[PATCH RFC 0/4] kvm: Implement atomic memory region resizes
 2020-03-06 14:44 UTC  (8+ messages)
` [PATCH RFC 4/4] kvm: Implement atomic memory region resizes via region_resize()

[PATCH] modules: load modules from versioned /var/run dir
 2020-03-06 14:41 UTC  (2+ messages)

[PATCH] sercon: vbe modeset is int 10h function 4f02 not 4f00
 2020-03-06 10:35 UTC  (2+ messages)
` [SeaBIOS] "

[PATCH v4 0/4] qmp: Optionally run handlers in coroutines
 2020-03-06 14:26 UTC  (10+ messages)
` [PATCH v4 1/4] qapi: Add a 'coroutine' flag for commands


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