qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-07 15:21:52 to 2019-03-07 18:20:04 UTC [more...]

[Qemu-devel] converting build system to Meson?
 2019-03-07 18:19 UTC  (8+ messages)

[Qemu-devel] [PATCH] qcow2 spec: Describe string header extensions
 2019-03-07 18:15 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 00/16] s390: vfio-ccw dasd ipl support
 2019-03-07 18:15 UTC  (12+ messages)
` [Qemu-devel] [PATCH v3 12/16] s390-bios: Refactor virtio to run channel programs via cio
` [Qemu-devel] [PATCH v3 13/16] s390-bios: Use control unit type to determine boot method
` [Qemu-devel] [PATCH v3 16/16] s390-bios: dasd-ipl: Use control unit type to customize error data
  ` [Qemu-devel] [qemu-s390x] "

[Qemu-devel] [PATCH v2] hw/block/virtio-blk: Clean req->dev repetitions
 2019-03-07 18:07 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/7] target/ppc: switch fpr/vsrl registers so all VSX registers are in host endian order
 2019-03-07 18:05 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 1/7] target/ppc: introduce single fpr_offset() function
` [Qemu-devel] [PATCH v2 2/7] target/ppc: introduce single vsrl_offset() function
` [Qemu-devel] [PATCH v2 3/7] target/ppc: move Vsr* macros from internal.h to cpu.h
` [Qemu-devel] [PATCH v2 4/7] target/ppc: introduce avr_full_offset() function
` [Qemu-devel] [PATCH v2 5/7] target/ppc: improve avr64_offset() and use it to simplify get_avr64()/set_avr64()
` [Qemu-devel] [PATCH v2 6/7] target/ppc: switch fpr/vsrl registers so all VSX registers are in host endian order
` [Qemu-devel] [PATCH v2 7/7] target/ppc: introduce vsr64_offset() to simplify get_cpu_vsr{l, h}() and set_cpu_vsr{l, h}()

[Qemu-devel] [PATCH v2 0/2] target/mips: Minor cleanups in test infrastructure
 2019-03-07 18:01 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/2] tests/tcg: target/mips: Correct preambles of test source files
` [Qemu-devel] [PATCH v2 2/2] tests/tcg: target/mips: Rename two header files for consistency

[Qemu-devel] [RFC PATCH v6 0/4] hw/block: better reporting on pflash backing file mismatch
 2019-03-07 18:01 UTC  (10+ messages)
` [Qemu-devel] [RFC PATCH v6 1/4] "
` [Qemu-devel] [RFC PATCH v6 2/4] hw/block: Pad undersized read-only images with 0xFF

[Qemu-devel] [PATCH v2 00/12] pc: Support firmware configuration with -blockdev
 2019-03-07 17:59 UTC  (18+ messages)
` [Qemu-devel] [PATCH v2 01/12] qdev: Fix latent bug with compat_props and onboard devices
` [Qemu-devel] [PATCH v2 02/12] qom: Move compat_props machinery from qdev to QOM
` [Qemu-devel] [PATCH v2 03/12] vl: Fix latent bug with -global and onboard devices
` [Qemu-devel] [PATCH v2 04/12] sysbus: Fix latent bug with "
` [Qemu-devel] [PATCH v2 05/12] vl: Improve legibility of BlockdevOptions queue
` [Qemu-devel] [PATCH v2 06/12] vl: Factor configure_blockdev() out of main()
` [Qemu-devel] [PATCH v2 07/12] vl: Create block backends before setting machine properties
` [Qemu-devel] [PATCH v2 08/12] pflash_cfi01: Add pflash_cfi01_get_blk() helper
` [Qemu-devel] [PATCH v2 09/12] pc_sysfw: Remove unused PcSysFwDevice
` [Qemu-devel] [PATCH v2 10/12] pc_sysfw: Pass PCMachineState to pc_system_firmware_init()
` [Qemu-devel] [PATCH v2 11/12] pc: Support firmware configuration with -blockdev
` [Qemu-devel] [PATCH v2 12/12] docs/interop/firmware.json: Prefer -machine to if=pflash

[Qemu-devel] [PATCH v2] machine: Move acpi_nvdimm_state into struct MachineState
 2019-03-07 17:56 UTC  (10+ messages)

[Qemu-devel] [PATCH 0/5] QEMU VFIO live migration
 2019-03-07 17:44 UTC  (4+ messages)

[Qemu-devel] [PATCH] target/mips: Fix minor bug in FPU
 2019-03-07 17:43 UTC  (4+ messages)

[Qemu-devel] [PATCH v4 00/22] target/arm: Implement ARMv8.5-MemTag, system mode
 2019-03-07 17:35 UTC  (24+ messages)
` [Qemu-devel] [PATCH v4 01/22] target/arm: Add MTE_ACTIVE to tb_flags
` [Qemu-devel] [PATCH v4 02/22] target/arm: Extract TCMA with ARMVAParameters
` [Qemu-devel] [PATCH v4 03/22] target/arm: Add MTE system registers
` [Qemu-devel] [PATCH v4 04/22] target/arm: Add helper_mte_check{1, 2}
` [Qemu-devel] [PATCH v4 05/22] target/arm: Suppress tag check for sp+offset
` [Qemu-devel] [PATCH v4 06/22] target/arm: Implement the IRG instruction
` [Qemu-devel] [PATCH v4 07/22] target/arm: Implement ADDG, SUBG instructions
` [Qemu-devel] [PATCH v4 08/22] target/arm: Implement the GMI instruction
` [Qemu-devel] [PATCH v4 09/22] target/arm: Implement the SUBP instruction
` [Qemu-devel] [PATCH v4 10/22] target/arm: Define arm_cpu_do_unaligned_access for CONFIG_USER_ONLY
` [Qemu-devel] [PATCH v4 11/22] target/arm: Implement LDG, STG, ST2G instructions
` [Qemu-devel] [PATCH v4 12/22] target/arm: Implement the STGP instruction
` [Qemu-devel] [PATCH v4 13/22] target/arm: Implement the LDGM and STGM instructions
` [Qemu-devel] [PATCH v4 14/22] target/arm: Implement the access tag cache flushes
` [Qemu-devel] [PATCH v4 15/22] target/arm: Clean address for DC ZVA
` [Qemu-devel] [PATCH v4 16/22] target/arm: Implement data cache set allocation tags
` [Qemu-devel] [PATCH v4 17/22] target/arm: Set PSTATE.TCO on exception entry
` [Qemu-devel] [PATCH v4 18/22] target/arm: Cache the Tagged bit for a page in MemTxAttrs
` [Qemu-devel] [PATCH v4 19/22] target/arm: Create tagged ram when MTE is enabled
` [Qemu-devel] [PATCH v4 20/22] target/arm: Create a TLB entry for tag physical address space
` [Qemu-devel] [PATCH v4 21/22] target/arm: Add allocation tag storage for system mode
` [Qemu-devel] [PATCH v4 22/22] target/arm: Enable MTE

[Qemu-devel] [PULL 00/57] qgraph merge
 2019-03-07 17:30 UTC  (58+ messages)
` [Qemu-devel] [PULL 01/57] chardev-socket: do not blindly reset handlers when switching GMainContext
` [Qemu-devel] [PULL 02/57] tests/libqos: introduce virtio_start_device
` [Qemu-devel] [PULL 03/57] tests/libqos: rename qpci_init_pc and qpci_init_spapr functions
` [Qemu-devel] [PULL 04/57] tests/libqos: embed allocators instead of malloc-ing them separately
` [Qemu-devel] [PULL 05/57] tests: qgraph API for the qtest driver framework
` [Qemu-devel] [PULL 06/57] tests/libqos: pci-pc driver and interface nodes
` [Qemu-devel] [PULL 07/57] tests/libqos: x86_64/pc machine node
` [Qemu-devel] [PULL 08/57] tests/libqos: sdhci driver and interface nodes
` [Qemu-devel] [PULL 09/57] tests/libqos: arm/raspi2 machine node
` [Qemu-devel] [PULL 10/57] tests/libqos: arm/smdkc210 "
` [Qemu-devel] [PULL 11/57] tests/libqos: arm/sabrelite "
` [Qemu-devel] [PULL 12/57] tests/libqos: arm/xilinx-zynq-a9 "
` [Qemu-devel] [PULL 13/57] tests/libqos: aarch64/xlnx-zcu102 "
` [Qemu-devel] [PULL 14/57] qos-test: sdhci test node
` [Qemu-devel] [PULL 15/57] tests/qgraph: add generic PCI testcases
` [Qemu-devel] [PULL 16/57] tests/libqos: pci-spapr driver and interface nodes
` [Qemu-devel] [PULL 17/57] tests/qgraph: ppc64/pseries machine node
` [Qemu-devel] [PULL 18/57] tests/libqos: has_buggy_msi flag
` [Qemu-devel] [PULL 19/57] tests/libqos: e1000e driver and interface nodes
` [Qemu-devel] [PULL 20/57] qos-test: e1000e test node
` [Qemu-devel] [PULL 21/57] tests/libqos: virtio-pci driver and interface nodes
` [Qemu-devel] [PULL 22/57] tests/libqos: remove global_qtest from virtio endianness checks
` [Qemu-devel] [PULL 23/57] tests/libqos: virtio-mmio driver and interface nodes
` [Qemu-devel] [PULL 24/57] tests/libqos: arm/virt machine node
` [Qemu-devel] [PULL 25/57] tests/qgraph: add generic virtio testcases
` [Qemu-devel] [PULL 26/57] tests/libqos: virtio-serial driver and interface nodes
` [Qemu-devel] [PULL 27/57] qos-test: virtio-console and virtio-serial test node
` [Qemu-devel] [PULL 28/57] tests/libqos: virtio-9p driver and interface nodes
` [Qemu-devel] [PULL 29/57] qos-test: virtio-9p test node
` [Qemu-devel] [PULL 30/57] tests/libqos: virtio-balloon driver and interface nodes
` [Qemu-devel] [PULL 31/57] tests/qgraph: remove virtio-balloon-test
` [Qemu-devel] [PULL 32/57] tests/libqos: virtio-rng driver and interface nodes
` [Qemu-devel] [PULL 33/57] qos-test: virtio-rng test node
` [Qemu-devel] [PULL 34/57] tests/libqos: virtio-blk driver and interface nodes
` [Qemu-devel] [PULL 35/57] qos-test: virtio-blk test node
` [Qemu-devel] [PULL 36/57] tests/libqos: virtio-net driver and interface nodes
` [Qemu-devel] [PULL 37/57] qos-test: virtio-net test node
` [Qemu-devel] [PULL 38/57] tests/libqos: support multiqueue for virtio-net
` [Qemu-devel] [PULL 39/57] vhost-user-test: always use 256 MiB of guest memory
` [Qemu-devel] [PULL 40/57] qos-test: vhost-user test node
` [Qemu-devel] [PULL 41/57] tests/libqos: virtio-scsi driver and interface nodes
` [Qemu-devel] [PULL 42/57] qos-test: virtio-scsi test node
` [Qemu-devel] [PULL 43/57] tests/libqos: remove pre-qgraph QVirtioPCIDevice API
` [Qemu-devel] [PULL 44/57] tests: move virtio entirely to qos-test
` [Qemu-devel] [PULL 45/57] qos-test: ac97 test node
` [Qemu-devel] [PULL 46/57] qos-test: tpci200 "
` [Qemu-devel] [PULL 47/57] qos-test: ipoctal232 "
` [Qemu-devel] [PULL 48/57] qos-test: ne2k_pci "
` [Qemu-devel] [PULL 49/57] qos-test: nvme "
` [Qemu-devel] [PULL 50/57] qos-test: pcnet "
` [Qemu-devel] [PULL 51/57] qos-test: spapr-phb "
` [Qemu-devel] [PULL 52/57] qos-test: usb-hcd-ohci "
` [Qemu-devel] [PULL 53/57] qos-test: vmxnet3 "
` [Qemu-devel] [PULL 54/57] qos-test: es1370 "
` [Qemu-devel] [PULL 55/57] qos-test: eepro100 "
` [Qemu-devel] [PULL 56/57] qos-test: e1000 "
` [Qemu-devel] [PULL 57/57] qos-test: megasas "

[Qemu-devel] [PATCH] mirror: Confirm we're quiesced only if the job is paused or cancelled
 2019-03-07 17:15 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2] target/mips: Minor cleanups in test infrastructure
 2019-03-07 17:06 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/2] tests/tcg: target/mips: Correct preambles of test source files
` [Qemu-devel] [PATCH 2/2] tests/tcg: target/mips: Rename two header files for consistency

[Qemu-devel] [PATCH v3 0/8] migration: Mark multifd not experimental
 2019-03-07 17:01 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 3/8] multifd: Create new next_packet_size field

[Qemu-devel] [PATCH] scsi-disk: Fix crash if request is invaild or disk is no medium
 2019-03-07 17:00 UTC  (3+ messages)

[Qemu-devel] [PULL 0/7] Python queue, 2019-02-22
 2019-03-07 16:58 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] io: fix handling of EOF / error conditions in websock GSource
 2019-03-07 16:58 UTC 

[Qemu-devel] [PATCH v4 0/2] qemu-iotests: Add dependency to qemu-block tools
 2019-03-07 16:55 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 2/2] qemu-iotests: Add dependency to qemu-nbd tool

[Qemu-devel] [PATCH v5-resend 0/2] Basic ATI VGA emulation
 2019-03-07 16:48 UTC 

[Qemu-devel] [PATCH v3] file-posix: add drop-cache=on|off option
 2019-03-07 16:49 UTC 

[Qemu-devel] [multiprocess RFC PATCH 36/37] multi-process: add the concept description to docs/devel/qemu-multiprocess
 2019-03-07 16:49 UTC  (7+ messages)

[Qemu-devel] [PATCH v4 0/4] tests: Allow use of Ports bash and GNU sed extensions
 2019-03-07 16:41 UTC  (6+ messages)

[Qemu-devel] [multiprocess RFC PATCH 22/37] multi-process: QMP/HMP commands to remove device from the remote process
 2019-03-07 16:40 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/7] bitmaps: add inconsistent bit
 2019-03-07 16:37 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 7/7] block/dirty-bitmaps: implement "

[Qemu-devel] [PATCH 00/20] qcow2: External data files
 2019-03-07 16:37 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 00/32] s390x/tcg: Vector Instruction Support Part 1
 2019-03-07 16:35 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 0/2] OpenBSD: Let QEMU 4.0 be usable from OpenBSD 6.0 and onwards
 2019-03-07 16:35 UTC  (4+ messages)

[Qemu-devel] egl: EGL_MESA_image_dma_buf_export not supported / Failed to initialize EGL render node for SPICE GL
 2019-03-07 16:25 UTC  (2+ messages)

[Qemu-devel] [PATCH] RFC: net/socket: learn to talk with a unix dgram socket
 2019-03-07 16:18 UTC  (5+ messages)

[Qemu-devel] [multiprocess RFC PATCH 00/37] Initial support of multi-process qemu
 2019-03-07 16:15 UTC  (5+ messages)
` [Qemu-devel] [multiprocess RFC PATCH 35/37] multi-process: QMP/HMP commands to resize block device on remote process

[Qemu-devel] [PULL 00/12] sphinx queue
 2019-03-07 16:12 UTC  (16+ messages)
` [Qemu-devel] [PULL 01/12] docs/cpu-hotplug.rst: Fix rST markup issues
` [Qemu-devel] [PULL 02/12] docs: Convert memory.txt to rst format
` [Qemu-devel] [PULL 03/12] docs: Commit initial files from sphinx-quickstart
` [Qemu-devel] [PULL 04/12] docs/conf.py: Disable unused _static directory
` [Qemu-devel] [PULL 05/12] docs/conf.py: Configure the 'alabaster' theme
` [Qemu-devel] [PULL 06/12] docs/conf.py: Don't include rST sources in HTML build
` [Qemu-devel] [PULL 07/12] docs/conf.py: Disable option warnings
` [Qemu-devel] [PULL 08/12] docs: Provide separate conf.py for each manual we want
` [Qemu-devel] [PULL 09/12] Makefile, configure: Support building rST documentation
` [Qemu-devel] [PULL 10/12] Makefile: Abstract out "identify the pkgversion" code
` [Qemu-devel] [PULL 11/12] docs/conf.py: Don't hard-code QEMU version
` [Qemu-devel] [PULL 12/12] MAINTAINERS: Add entry for Sphinx documentation infrastructure

[Qemu-devel] [PATCH] Added periodic IRQ support for bcm2836_control local timer
 2019-03-07 16:08 UTC  (8+ messages)

[Qemu-devel] [PATCH v5 00/14] Audio patches
 2019-03-07 15:56 UTC  (4+ messages)
` [Qemu-devel] [PATCH v5 04/14] audio: -audiodev command line option basic implementation

[Qemu-devel] [PATCH] numa: warn if numa 'mem' option or default RAM splitting between nodes is used
 2019-03-07 15:55 UTC  (7+ messages)

[Qemu-devel] [PATCH 0/5] target/mips: Add tests for a variety of MSA int binary ops
 2019-03-07 15:49 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/9] tcg: Add tcg_gen_extract2_{i32,i64}
 2019-03-07 15:47 UTC  (3+ messages)

[Qemu-devel] [RFC PATCH 0/4] pc: Support firmware configuration with -blockdev (splitted)
 2019-03-07 15:29 UTC  (4+ messages)
` [Qemu-devel] [PATCH 3/4] hw/i386/pc_sysfw: Let pc_system_firmware_init() access PCMachineState

[Qemu-devel] [PATCH v2 0/4] iotests: check whitelisted formats
 2019-03-07 15:23 UTC  (3+ messages)

[Qemu-devel] [PULL 0/4] Usb 20190307 patches
 2019-03-07 15:21 UTC  (2+ messages)


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