qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-22 18:29:54 to 2020-04-23 15:20:12 UTC [more...]

[PATCH v6 00/10] block: Fix resize (extending) of short overlays
 2020-04-23 15:18 UTC  (12+ messages)
` [PATCH v6 01/10] block: Add flags to BlockDriver.bdrv_co_truncate()
` [PATCH v6 02/10] block: Add flags to bdrv(_co)_truncate()
` [PATCH v6 03/10] block-backend: Add flags to blk_truncate()
` [PATCH v6 04/10] qcow2: Support BDRV_REQ_ZERO_WRITE for truncate
` [PATCH v6 05/10] raw-format: "
` [PATCH v6 06/10] file-posix: "
` [PATCH v6 07/10] block: truncate: Don't make backing file data visible
` [PATCH v6 08/10] iotests: Filter testfiles out in filter_img_info()
` [PATCH v6 09/10] iotests: Test committing to short backing file
` [PATCH v6 10/10] qcow2: Forward ZERO_WRITE flag for full preallocation

[PATCH 0/1] KVM support for VMD devices
 2020-04-23 15:18 UTC  (3+ messages)

[PATCH RESEND v6 00/36] Initial support for multi-process qemu
 2020-04-23 15:07 UTC  (42+ messages)
` [PATCH RESEND v6 01/36] memory: alloc RAM from file at offset
` [PATCH RESEND v6 02/36] multi-process: Refactor machine_init and exit notifiers
` [PATCH RESEND v6 03/36] command-line: refractor parser code
` [PATCH RESEND v6 04/36] multi-process: Refactor chardev functions out of vl.c
` [PATCH RESEND v6 05/36] multi-process: Refactor monitor "
` [PATCH RESEND v6 06/36] monitor: destaticize HMP commands
` [PATCH RESEND v6 07/36] multi-process: add a command line option for debug file
` [PATCH RESEND v6 08/36] multi-process: Add stub functions to facilitate build of multi-process
` [PATCH RESEND v6 09/36] multi-process: Add config option for multi-process QEMU
` [PATCH RESEND v6 10/36] multi-process: build system for remote device process
` [PATCH RESEND v6 11/36] multi-process: define mpqemu-link object
` [PATCH RESEND v6 12/36] multi-process: add functions to synchronize proxy and remote endpoints
` [PATCH RESEND v6 13/36] multi-process: setup PCI host bridge for remote device
` [PATCH RESEND v6 14/36] multi-process: setup a machine object for remote device process
` [PATCH RESEND v6 15/36] multi-process: setup memory manager for remote device
` [PATCH RESEND v6 16/36] multi-process: remote process initialization
` [PATCH RESEND v6 17/36] multi-process: introduce proxy object
` [PATCH RESEND v6 18/36] multi-process: Initialize Proxy Object's communication channel
` [PATCH RESEND v6 19/36] multi-process: Connect Proxy Object with device in the remote process
` [PATCH RESEND v6 20/36] multi-process: Forward PCI config space acceses to "
` [PATCH RESEND v6 21/36] multi-process: PCI BAR read/write handling for proxy & remote endpoints
` [PATCH RESEND v6 22/36] multi-process: Synchronize remote memory
` [PATCH RESEND v6 23/36] multi-process: create IOHUB object to handle irq
` [PATCH RESEND v6 24/36] multi-process: Retrieve PCI info from remote process
` [PATCH RESEND v6 25/36] multi-process: Introduce build flags to separate remote process code
` [PATCH RESEND v6 26/36] multi-process: add parse_cmdline in remote process
` [PATCH RESEND v6 27/36] multi-process: add support to parse device option
` [PATCH RESEND v6 28/36] multi-process: send heartbeat messages to remote
` [PATCH RESEND v6 29/36] multi-process: handle heartbeat messages in remote process
` [PATCH RESEND v6 30/36] multi-process: perform device reset in the "
` [PATCH RESEND v6 31/36] multi-process/mon: choose HMP commands based on target
` [PATCH RESEND v6 32/36] multi-process/mon: stub functions to enable QMP module for remote process
` [PATCH RESEND v6 33/36] multi-process/mon: enable QMP module support in the "
` [PATCH RESEND v6 34/36] multi-process/mon: Initialize QMP module for remote processes
` [PATCH RESEND v6 35/36] multi-process: add the concept description to docs/devel/qemu-multiprocess
` [PATCH RESEND v6 36/36] multi-process: add configure and usage information

Need BT support in qemu for Zephyr
 2020-04-23 14:55 UTC  (5+ messages)

[PATCH v21 QEMU 0/5] virtio-balloon: add support for free page reporting
 2020-04-23 14:46 UTC  (4+ messages)
` [PATCH v21 QEMU 4/5] virtio-balloon: Implement support for page poison tracking feature

[PATCH] qcow2: Allow resize of images with internal snapshots
 2020-04-23 14:35 UTC  (3+ messages)

[PATCH v4 00/30] Add subcluster allocation to qcow2
 2020-04-23 14:18 UTC  (6+ messages)
` [PATCH v4 20/30] qcow2: Add subcluster support to discard_in_l2_slice()

[PATCH 0/3] colo-compare bugfixes
 2020-04-23 14:03 UTC  (10+ messages)
` [PATCH 1/3] net/colo-compare.c: Create event_bh with the right AioContext
` [PATCH 3/3] net/colo-compare.c: Fix deadlock

[PATCH v2 1/2] virtio-vga: fix virtio-vga bar ordering
 2020-04-23 14:03 UTC  (6+ messages)
` [PATCH v2 2/2] virtio-pci: update virtio pci bar layout documentation

[PATCH v5 0/9] block: Fix resize (extending) of short overlays
 2020-04-23 13:59 UTC  (28+ messages)
` [PATCH v5 1/9] block: Add flags to BlockDriver.bdrv_co_truncate()
` [PATCH v5 2/9] block: Add flags to bdrv(_co)_truncate()
` [PATCH v5 3/9] block-backend: Add flags to blk_truncate()
` [PATCH v5 4/9] qcow2: Support BDRV_REQ_ZERO_WRITE for truncate
` [PATCH v5 5/9] raw-format: "
` [PATCH v5 6/9] file-posix: "
` [PATCH v5 7/9] block: truncate: Don't make backing file data visible
` [PATCH v5 8/9] iotests: Filter testfiles out in filter_img_info()
` [PATCH v5 9/9] iotests: Test committing to short backing file

[PATCH v2 00/36] tcg 5.1 omnibus patch set
 2020-04-23 13:50 UTC  (33+ messages)
` [PATCH v2 09/36] tcg: Consolidate 3 bits into enum TCGTempKind
` [PATCH v2 13/36] tcg: Use tcg_constant_{i32, i64} with tcg int expanders
  ` [PATCH v2 13/36] tcg: Use tcg_constant_{i32,i64} "
` [PATCH v2 18/36] tcg/optimize: Use tcg_constant_internal with constant folding
` [PATCH v2 19/36] tcg/tci: Add special tci_movi_{i32,i64} opcodes
` [PATCH v2 20/36] tcg: Remove movi and dupi opcodes
` [PATCH v2 21/36] tcg: Use tcg_out_dupi_vec from temp_load
` [PATCH v2 22/36] tcg: Increase tcg_out_dupi_vec immediate to int64_t
` [PATCH v2 23/36] tcg: Add tcg_reg_alloc_dup2
` [PATCH v2 24/36] tcg/i386: Use tcg_constant_vec with tcg vec expanders
` [PATCH v2 25/36] tcg: Remove tcg_gen_dup{8,16,32,64}i_vec
` [PATCH v2 26/36] tcg: Add load_dest parameter to GVecGen2
` [PATCH v2 27/36] tcg: Fix integral argument type to tcg_gen_rot[rl]i_i{32, 64}
  ` [PATCH v2 27/36] tcg: Fix integral argument type to tcg_gen_rot[rl]i_i{32,64}
` [PATCH v2 28/36] tcg: Implement gvec support for rotate by immediate
` [PATCH v2 29/36] tcg: Implement gvec support for rotate by vector
` [PATCH v2 31/36] tcg: Implement gvec support for rotate by scalar

[PATCH] target/arm: Use correct variable for setting 'max' cpu's MIDR_EL1
 2020-04-23 13:29 UTC  (7+ messages)

[PATCH] target/arm: Use correct variable for setting 'max' cpu's ID_AA64DFR0
 2020-04-23 13:28 UTC  (4+ messages)

[PATCH v2 0/4] hw/arm: xlnx-zcu102: Disable unsupported FDT firmware nodes
 2020-04-23 12:11 UTC  (5+ messages)
` [PATCH v2 1/4] device_tree: Allow name wildcards in qemu_fdt_node_path()
` [PATCH v2 2/4] device_tree: Constify compat "
` [PATCH v2 3/4] hw/arm: xlnx-zcu102: Move arm_boot_info into XlnxZCU102
` [PATCH v2 4/4] hw/arm: xlnx-zcu102: Disable unsupported FDT firmware nodes

[PATCH v2 0/2] hw/arm/virt: dt: add kaslr-seed property
 2020-04-23 11:59 UTC  (2+ messages)

[PATCH v1 0/3] hw/arm: xlnx-zcu102: Disable unsupported FDT firmware nodes
 2020-04-23 11:46 UTC  (5+ messages)
` [PATCH v1 3/3] "

[PATCH 0/5] ramfb: a bunch of reverts and fixes
 2020-04-23 11:41 UTC  (4+ messages)
` [PATCH 4/5] ramfb: add sanity checks to ramfb_create_display_surface

[PATCH] target/arm: Vectorize integer comparison vs zero
 2020-04-23 11:39 UTC  (2+ messages)

[PATCH v2 00/14] Miscellaneous error handling fixes
 2020-04-23 11:30 UTC  (9+ messages)
` [PATCH v2 07/14] bochs-display: Fix vgamem=SIZE error handling
` [PATCH v2 14/14] qga: Fix qmp_guest_suspend_{disk, ram}() "

[PATCH] virtio-vga: fix virtio-vga bar ordering
 2020-04-23 11:30 UTC  (4+ messages)

[PATCH v3] hw/char/pl011: Enable TxFIFO and async transmission
 2020-04-23 11:05 UTC  (2+ messages)

Integration of qemu-img
 2020-04-23 11:03 UTC  (5+ messages)
        ` AW: "

[PATCH v2] qemu-sockets: add abstract UNIX domain socket support
 2020-04-23 10:51 UTC  (3+ messages)

[PATCH] Makefile: Let the 'help' target list the helper targets
 2020-04-23 10:43 UTC 

[PATCH] qemu-sockets: add abstract UNIX domain socket support
 2020-04-23 10:37 UTC  (4+ messages)

[PATCH QEMU v2 0/5] Add a GPIO backend
 2020-04-23 10:08 UTC  (16+ messages)
` [PATCH QEMU v2 1/5] ARM: PL061: Move TYPE_PL061 to hw/gpio/pl061.h
` [PATCH QEMU v2 2/5] ARM: PL061: Extract pl061_create_fdt()
` [PATCH QEMU v2 3/5] Add a GPIO backend using libgpiod
` [PATCH QEMU v2 4/5] ARM: PL061: Add gpiodev support
` [PATCH QEMU v2 5/5] hw/arm/virt: Add dynamic PL061 GPIO support

[PATCH 00/11] accel: Allow targets to use Kconfig, disable semihosting by default
 2020-04-23  9:51 UTC  (10+ messages)
` [PATCH 01/11] MAINTAINERS: Fix KVM path expansion glob
` [PATCH 09/11] target/mips: Always enable CONFIG_SEMIHOSTING

[PATCH 0/2] net/colo-compare.c: Expose "max_queue_size" to users and clean up
 2020-04-23  9:07 UTC  (5+ messages)

[PATCH v3 00/19] Support disabling TCG on ARM (part 2)
 2020-04-23  8:36 UTC  (3+ messages)
` [PATCH v3 10/19] target/arm: Restrict ARMv4 cpus to TCG accel

[PATCH] accel/tcg: Add stub for probe_access()
 2020-04-23  8:17 UTC  (5+ messages)

[PATCH v2 0/5] target/arm: Restrict TCG cpus to TCG accel
 2020-04-23  7:33 UTC  (6+ messages)
` [PATCH v2 1/5] target/arm: Restric the Address Translate write operation "
` [PATCH v2 2/5] target/arm: Make cpu_register() available for other files
` [PATCH v2 3/5] target/arm/cpu: Use ARRAY_SIZE() to iterate over ARMCPUInfo[]
` [PATCH v2 4/5] target/arm/cpu: Update coding style to make checkpatch.pl happy
` [PATCH v2 5/5] target/arm: Restrict TCG cpus to TCG accel

[PATCH 0/6] target/arm: Restrict TCG cpus to TCG accel
 2020-04-23  7:23 UTC  (3+ messages)
` [PATCH 2/6] target/arm: Make set_feature() available for other files

[edk2-discuss] Load Option passing. Either bugs or my confusion
 2020-04-23  3:15 UTC  (6+ messages)

[PATCH] linux-user/riscv: fix up struct target_ucontext definition
 2020-04-23  1:55 UTC  (7+ messages)

[PATCH v3 0/4] Introduce Xilinx ZynqMP CAN controller
 2020-04-23  0:56 UTC  (5+ messages)
` [PATCH v3 1/4] hw/net/can: "
` [PATCH v3 2/4] xlnx-zynqmp: Connect "
` [PATCH v3 3/4] tests/qtest: Introduce tests for Xilinx ZyqnMP "
` [PATCH v3 4/4] MAINTAINERS: Add maintainer entry for Xilinx ZynqMP CAN

[PATCH for QEMU] hw/vfio: Add VMD Passthrough Quirk
 2020-04-22 22:17 UTC  (5+ messages)

qemu 4.2.0 audiodev soundhw
 2020-04-22 19:48 UTC  (2+ messages)

[RFC 0/3] 64bit block-layer part I
 2020-04-22 19:32 UTC  (3+ messages)

[PATCH v2 0/4] smbus: SPD fixes
 2020-04-22 19:32 UTC  (5+ messages)
` [PATCH v2 2/4] smbus: Fix spd_data_generate() error API violation

[ANNOUNCE] QEMU 5.0.0-rc4 is now available
 2020-04-22 19:25 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).