qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-16 14:09:26 to 2019-08-18 12:25:25 UTC [more...]

[Qemu-devel] [PATCH v7 00/42] Invert Endian bit in SPARCv9 MMU TTE
 2019-08-18 12:22 UTC  (4+ messages)
` [Qemu-devel] [PATCH v7 36/42] memory: Access MemoryRegion with endianness

[Qemu-devel] [PATCH 0/2] Add virtio-fs (experimental)
 2019-08-18 11:08 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/2] virtio: add vhost-user-fs base device
` [Qemu-devel] [PATCH 2/2] virtio: add vhost-user-fs-pci device

[Qemu-devel] Patchew s390 QEMU build issues
 2019-08-18 11:05 UTC 

[Qemu-devel] [PATCH] qcow2: Fix the calculation of the maximum L2 cache size
 2019-08-18 10:17 UTC  (6+ messages)

[Qemu-devel] [PATCH] ppc: Three floating point fixes
 2019-08-18  8:10 UTC  (5+ messages)

[Qemu-devel] [PATCH v2 0/3] decodetree improvements
 2019-08-18  6:39 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/3] decodetree: Allow !function with no input bits
` [Qemu-devel] [PATCH v2 2/3] decodetree: Suppress redundant declaration warnings
` [Qemu-devel] [PATCH v2 3/3] target/riscv: Remove redundant declaration pragmas

[Qemu-devel] [PATCH 0/2] target/arm: Take exceptions on ATS instructions
 2019-08-18  6:23 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/2] target/arm: Allow ARMCPRegInfo read/write functions to throw exceptions
` [Qemu-devel] [PATCH 2/2] target/arm: Take exceptions on ATS instructions when needed

[Qemu-devel] [PATCH] nbd: Advertise multi-conn for shared read-only connections
 2019-08-18  1:31 UTC  (5+ messages)
      ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [Bug 1819289] [NEW] Windows 95 and Windows 98 will not install or run
 2019-08-17 21:27 UTC  (2+ messages)
` [Qemu-devel] [Bug 1819289] "

[Qemu-devel] [PATCH] block: gluster: Probe alignment limits
 2019-08-17 21:31 UTC  (2+ messages)

[Qemu-devel] [PATCH] block: Use QEMU_IS_ALIGNED instead of reinventing it
 2019-08-17 17:53 UTC 

[Qemu-devel] [PULL 5/7] file-posix: Support BDRV_REQ_NO_FALLBACK for zero writes
 2019-08-17 17:45 UTC  (3+ messages)

[Qemu-devel] [qemu-s390x] linux-user: s390x issue on Fedora 30 (dynamic library loader?)
 2019-08-17 16:51 UTC  (3+ messages)

[Qemu-devel] [PATCH] block/io.c: fix for the allocation failure
 2019-08-17 14:56 UTC  (4+ messages)

[Qemu-devel] [PATCH] file-posix: Fix has_write_zeroes after NO_FALLBACK
 2019-08-17 14:37 UTC  (2+ messages)

[Qemu-devel] [PATCH v4] ppc: Add support for 'mffsl' instruction
 2019-08-17  8:18 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 0/8] Kconfig switches
 2019-08-17 10:19 UTC  (9+ messages)
` [Qemu-devel] [PATCH v3 1/8] hw/Kconfig: Move the generic XLNX_ZYNQMP to the root hw/Kconfig
` [Qemu-devel] [PATCH v3 2/8] hw/intc: Only build the xlnx-iomod-intc device for the MicroBlaze PMU
` [Qemu-devel] [PATCH v3 3/8] hw/dma: Do not build the xlnx_dpdma device for the MicroBlaze machines
` [Qemu-devel] [PATCH v3 4/8] hw/core: Add a config switch for the "register" device
` [Qemu-devel] [PATCH v3 5/8] hw/core: Add a config switch for the "or-irq" device
` [Qemu-devel] [PATCH v3 6/8] hw/core: Add a config switch for the "split-irq" device
` [Qemu-devel] [PATCH v3 7/8] hw/misc: Add a config switch for the "unimplemented" device
` [Qemu-devel] [PATCH v3 8/8] hw/core: Add a config switch for the generic loader device

[Qemu-devel] [PATCH v23 00/22] Add RX archtecture support
 2019-08-17  9:48 UTC  (31+ messages)
` [Qemu-devel] [PATCH v23 01/22] MAINTAINERS: Add RX
` [Qemu-devel] [PATCH v23 02/22] qemu/bitops.h: Add extract8 and extract16
` [Qemu-devel] [PATCH v23 03/22] hw/registerfields.h: Add 8bit and 16bit register macros
` [Qemu-devel] [PATCH v23 04/22] target/rx: TCG translation
` [Qemu-devel] [PATCH v23 05/22] target/rx: TCG helper
` [Qemu-devel] [PATCH v23 06/22] target/rx: CPU definition
` [Qemu-devel] [PATCH v23 07/22] target/rx: RX disassembler
` [Qemu-devel] [PATCH v23 08/22] target/rx: Disassemble rx_index_addr into a string
` [Qemu-devel] [PATCH v23 09/22] target/rx: Replace operand with prt_ldmi in disassembler
` [Qemu-devel] [PATCH v23 10/22] target/rx: Use prt_ldmi for XCHG_mr disassembly
` [Qemu-devel] [PATCH v23 11/22] target/rx: Emit all disassembly in one prt()
` [Qemu-devel] [PATCH v23 12/22] target/rx: Collect all bytes during disassembly
` [Qemu-devel] [PATCH v23 13/22] target/rx: Dump bytes for each insn "
` [Qemu-devel] [PATCH v23 14/22] hw/intc: RX62N interrupt controller (ICUa)
` [Qemu-devel] [PATCH v23 15/22] hw/timer: RX62N internal timer modules
` [Qemu-devel] [PATCH v23 16/22] hw/char: RX62N serial communication interface (SCI)
` [Qemu-devel] [PATCH v23 17/22] hw/rx: RX Target hardware definition
` [Qemu-devel] [PATCH v23 18/22] hw/rx: Honor -accel qtest
` [Qemu-devel] [PATCH v23 19/22] hw/rx: Restrict the RX62N microcontroller to the RX62N CPU core
` [Qemu-devel] [PATCH v23 20/22] Add rx-softmmu
` [Qemu-devel] [PATCH v23 21/22] BootLinuxConsoleTest: Test the RX-Virt machine
` [Qemu-devel] [PATCH v23 22/22] target/rx: remove unused functions

[Qemu-devel] [PATCH 0/2] memory: Fix up coalesced_io_del not working for KVM
 2019-08-17  9:32 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] memory: Replace has_coalesced_range with add/del flags
` [Qemu-devel] [PATCH 2/2] memory: Split zones when do coalesced_io_del()

[Qemu-devel] [PULL 0/3] Run iotests during "make check"
 2019-08-17  8:54 UTC  (4+ messages)
` [Qemu-devel] [PULL 1/3] block: fix NetBSD qemu-iotests failure
` [Qemu-devel] [PULL 2/3] tests: Run the iotests during "make check" again
` [Qemu-devel] [PULL 3/3] gitlab-ci: Remove qcow2 tests that are handled by "make check" already

[Qemu-devel] [PATCH 0/3] pc: Fix die-id validation and compatibility with libvirt
 2019-08-17  6:17 UTC  (14+ messages)
` [Qemu-devel] [PATCH 2/3] pc: Improve error message when die-id is omitted
` [Qemu-devel] [PATCH 3/3] pc: Don't make CPU properties mandatory unless necessary

[Qemu-devel] [PATCH qemu] target/ppc: Add Directed Privileged Door-bell Exception State (DPDES) SPR
 2019-08-17  3:29 UTC  (2+ messages)

[Qemu-devel] [PATCH] job: drop job_drain
 2019-08-17  2:24 UTC  (4+ messages)

[Qemu-devel] [PATCH] linux-user: Support gdb 'qOffsets' query for ELF
 2019-08-17  1:35 UTC  (3+ messages)

[Qemu-devel] [PATCH] Add support for ethtool via TARGET_SIOCETHTOOL ioctls
 2019-08-17  0:25 UTC  (7+ messages)
  ` [Qemu-devel] [PATCH v2] linux-user: Add support for SIOCETHTOOL ioctl

[Qemu-devel] CPU hotplug using SMM with QEMU+OVMF
 2019-08-17  0:20 UTC  (13+ messages)
      ` [Qemu-devel] [edk2-devel] "

[Qemu-devel] [PULL 0/3] Ide patches
 2019-08-16 23:16 UTC  (4+ messages)
` [Qemu-devel] [PULL 1/3] dma-helpers: ensure AIO callback is invoked after cancellation
` [Qemu-devel] [PULL 2/3] Revert "ide/ahci: Check for -ECANCELED in aio callbacks"
` [Qemu-devel] [PULL 3/3] hw/ide/atapi: Use the ldst API

[Qemu-devel] [PULL 00/36] Bitmaps patches
 2019-08-16 23:13 UTC  (37+ messages)
` [Qemu-devel] [PULL 01/36] qapi/block-core: Introduce BackupCommon
` [Qemu-devel] [PULL 02/36] drive-backup: create do_backup_common
` [Qemu-devel] [PULL 03/36] blockdev-backup: utilize do_backup_common
` [Qemu-devel] [PULL 04/36] qapi: add BitmapSyncMode enum
` [Qemu-devel] [PULL 05/36] block/backup: Add mirror sync mode 'bitmap'
` [Qemu-devel] [PULL 06/36] block/backup: add 'never' policy to bitmap sync mode
` [Qemu-devel] [PULL 07/36] hbitmap: Fix merge when b is empty, and result is not an alias of a
` [Qemu-devel] [PULL 08/36] hbitmap: enable merging across granularities
` [Qemu-devel] [PULL 09/36] block/dirty-bitmap: add bdrv_dirty_bitmap_merge_internal
` [Qemu-devel] [PULL 10/36] block/dirty-bitmap: add bdrv_dirty_bitmap_get
` [Qemu-devel] [PULL 11/36] block/backup: upgrade copy_bitmap to BdrvDirtyBitmap
` [Qemu-devel] [PULL 12/36] block/backup: add 'always' bitmap sync policy
` [Qemu-devel] [PULL 13/36] iotests: add testing shim for script-style python tests
` [Qemu-devel] [PULL 14/36] iotests: teach run_job to cancel pending jobs
` [Qemu-devel] [PULL 15/36] iotests: teach FilePath to produce multiple paths
` [Qemu-devel] [PULL 16/36] iotests: Add virtio-scsi device helper
` [Qemu-devel] [PULL 17/36] iotests: add test 257 for bitmap-mode backups
` [Qemu-devel] [PULL 18/36] block/backup: loosen restriction on readonly bitmaps
` [Qemu-devel] [PULL 19/36] blockdev: reduce aio_context locked sections in bitmap add/remove
` [Qemu-devel] [PULL 20/36] qapi: implement block-dirty-bitmap-remove transaction action
` [Qemu-devel] [PULL 21/36] iotests: test bitmap moving inside 254
` [Qemu-devel] [PULL 22/36] iotests/257: add Pattern class
` [Qemu-devel] [PULL 23/36] iotests/257: add EmulatedBitmap class
` [Qemu-devel] [PULL 24/36] iotests/257: Refactor backup helpers
` [Qemu-devel] [PULL 25/36] block/backup: hoist bitmap check into QMP interface
` [Qemu-devel] [PULL 26/36] iotests/257: test API failures
` [Qemu-devel] [PULL 27/36] block/backup: improve sync=bitmap work estimates
` [Qemu-devel] [PULL 28/36] block/backup: centralize copy_bitmap initialization
` [Qemu-devel] [PULL 29/36] block/backup: add backup_is_cluster_allocated
` [Qemu-devel] [PULL 30/36] block/backup: teach TOP to never copy unallocated regions
` [Qemu-devel] [PULL 31/36] block/backup: support bitmap sync modes for non-bitmap backups
` [Qemu-devel] [PULL 32/36] iotests/257: test traditional sync modes
` [Qemu-devel] [PULL 33/36] qapi: add dirty-bitmaps to query-named-block-nodes result
` [Qemu-devel] [PULL 34/36] block/backup: deal with zero detection
` [Qemu-devel] [PULL 35/36] block/backup: refactor write_flags
` [Qemu-devel] [PULL 36/36] tests/test-hbitmap: test next_zero and _next_dirty_area after truncate

[Qemu-devel] [PATCH] block: posix: Always allocate the first block
 2019-08-16 23:00 UTC  (4+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [Bug 1810400] [NEW] Failed to make dirty bitmaps writable: Can't update bitmap directory: Operation not permitted
 2019-08-16 22:47 UTC  (2+ messages)
` [Qemu-devel] [Bug 1810400] "

[Qemu-devel] [POC QEMU PATCH 0/2] CPU hotplug: use dedicated SMRAM at 0x30000 in SMM address space
 2019-08-16 22:43 UTC  (3+ messages)
` [Qemu-devel] [POC Seabios PATCH] seabios: use isolated SMM address space for relocation

[Qemu-devel] bitmaps branch conflict resolution
 2019-08-16 22:20 UTC 

[Qemu-devel] [PATCH] linux-user: add memfd_create
 2019-08-16 21:10 UTC 

[Qemu-devel] Translation of qemu to Swedish
 2019-08-16 20:40 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 0/6] Allow Valgrind checking all QEMU processes
 2019-08-16 20:33 UTC  (5+ messages)
` [Qemu-devel] [PATCH v5 3/6] iotests: Add casenotrun report to bash tests
  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH] monitor/qmp: Update comment for commit 4eaca8de268
 2019-08-16 19:33 UTC 

[Qemu-devel] [PATCH 0/4] backup: fix skipping unallocated clusters
 2019-08-16 19:11 UTC  (2+ messages)

[Qemu-devel] [PATCH] virtio-blk: Cancel the pending BH when the dataplane is reset
 2019-08-16 18:35 UTC  (2+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH v2 0/3] colo: Add support for continious replication
 2019-08-16 18:20 UTC  (5+ messages)

[Qemu-devel] more automated/public CI for QEMU pullreqs
 2019-08-16 18:16 UTC 

[Qemu-devel] [PATCH for-4.2 00/13] qcow2: Let check -r all repair some snapshot bits
 2019-08-16 18:06 UTC  (5+ messages)
` [Qemu-devel] [PATCH for-4.2 09/13] qcow2: Fix overly long snapshot tables

[Qemu-devel] RISCV: when will the CLIC be ready?
 2019-08-16 17:29 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] pc: Don't make die-id mandatory unless necessary
 2019-08-16 17:07 UTC 

[Qemu-devel] [PULL 00/29] target-arm queue
 2019-08-16 17:02 UTC  (2+ messages)

[Qemu-devel] [Bug 645662] [NEW] Python 3.1.2 math errors with Qemu 0.12.5
 2019-08-16 16:46 UTC  (3+ messages)
` [Qemu-devel] [Bug 645662] Re: QEMU x87 emulation of trig and other complex ops is only at 64-bit precision, not 80-bit

[Qemu-devel] [PATCH v3 0/4] qcow2: async handling of fragmented io
 2019-08-16 16:42 UTC  (4+ messages)

[Qemu-devel] [PATCH v4 0/3] Add Aspeed GPIO controller model
 2019-08-16 16:21 UTC  (10+ messages)
` [Qemu-devel] [PATCH v5 1/3] hw/gpio: Add basic Aspeed GPIO model for AST2400 and AST2500
` [Qemu-devel] [PATCH v5 2/3] aspeed: add a GPIO controller to the SoC
` [Qemu-devel] [PATCH v5 3/3] hw/gpio: Add in AST2600 specific implementation

[Qemu-devel] [PULL 00/16] Block layer patches
 2019-08-16 16:21 UTC  (2+ messages)

[Qemu-devel] [PATCH v6 00/42] block: Deal with filters
 2019-08-16 16:16 UTC  (9+ messages)
` [Qemu-devel] [PATCH v6 35/42] block: Fix check_to_replace_node()
` [Qemu-devel] [PATCH v6 37/42] block: Leave BDS.backing_file constant

[Qemu-devel] [PULL 0/9] First batch of 4.2 NBD patches
 2019-08-16 15:43 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/5] qcow2: async handling of fragmented io
 2019-08-16 15:30 UTC  (6+ messages)
` [Qemu-devel] [PATCH v4 1/5] tests/qemu-iotests: Fix qemu-io related output in 026.out.nocache
` [Qemu-devel] [PATCH v4 2/5] block: introduce aio task pool
` [Qemu-devel] [PATCH v4 3/5] block/qcow2: refactor qcow2_co_preadv_part
` [Qemu-devel] [PATCH v4 4/5] block/qcow2: refactor qcow2_co_pwritev_part
` [Qemu-devel] [PATCH v4 5/5] block/qcow2: introduce parallel subrequest handling in read and write

[Qemu-devel] [PATCH v9 00/11] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
 2019-08-16 14:57 UTC  (11+ messages)
` [Qemu-devel] [PATCH v9 05/11] numa: Extend CLI to provide initiator information for numa nodes

[Qemu-devel] [PULL v2 00/29] Header cleanup patches for 2019-08-13
 2019-08-16 14:53 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/7] RISC-V: Hypervisor prep work part 2
 2019-08-16 13:59 UTC  (7+ messages)
` [Qemu-devel] [PATCH v3 4/7] target/riscv: Update the Hypervisor CSRs to v0.4
` [Qemu-devel] [PATCH v3 5/7] target/riscv: Use both register name and ABI name
` [Qemu-devel] [PATCH v3 6/7] target/riscv: Fix mstatus dirty mask


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