qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-07 11:46:11 to 2019-10-08 08:42:21 UTC [more...]

[PATCH v4 00/31] error: auto propagated local_err
 2019-10-08  8:41 UTC  (11+ messages)
` [PATCH v4 06/31] python: add commit-per-subsystem.py
` [PATCH v4 07/31] s390: Fix error_append_hint/error_prepend usage

[PATCH v2] Makefile: Remove generated files when doing 'distclean' (and 'clean')
 2019-10-08  8:28 UTC 

[Qemu-devel] [PATCH v18 0/6] Add ARMv8 RAS virtualization support in QEMU
 2019-10-08  8:05 UTC  (11+ messages)
` [Qemu-devel] [PATCH v18 3/6] ACPI: Add APEI GHES table generation support
  `  "
` [Qemu-devel] [PATCH v18 4/6] KVM: Move hwpoison page related functions into include/sysemu/kvm_int.h
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v18 5/6] target-arm: kvm64: inject synchronous External Abort
  `  "

[PATCH 0/1] IDE: Deprecate ide-drive
 2019-10-08  6:51 UTC  (5+ messages)
` [PATCH 1/1] IDE: deprecate ide-drive

[PATCH] target/riscv: PMP violation due to wrong size parameter
 2019-10-08  3:18 UTC  (6+ messages)

[PATCH 0/2] TM field check failed
 2019-10-08  2:34 UTC  (6+ messages)
` [PATCH 1/2] intel_iommu: split the resevred fields arrays into two ones
  ` [PATCH v1 "
` [PATCH 2/2] intel_iommu: TM field should not be in reserved bits
  ` [PATCH v2 "
` [PATCH v1 0/2] TM field check failed

[PATCH v4] intel_iommu: TM field should not be in reserved bits
 2019-10-08  1:51 UTC  (3+ messages)

[PATCH v2] target/riscv: Expose "priv" register for GDB
 2019-10-08  0:22 UTC  (5+ messages)

[PATCH v3 0/3] target/riscv: Expose "priv" register for GDB
 2019-10-08  0:17 UTC  (5+ messages)
` [PATCH v3 1/3] target/riscv: Tell gdbstub the correct number of CSRs
` [PATCH v3 2/3] target/riscv: Expose priv register for GDB for reads
` [PATCH v3 3/3] target/riscv: Make the priv register writable by GDB

[PATCH 0/2] xics, xive: Add some missing comments
 2019-10-07 14:49 UTC  (4+ messages)
` [PATCH 1/2] xive: Add /* Reason */ comment to "->user_creatable = false" statements
` [PATCH 2/2] xics: "

[PATCH 00/11] hw: Convert various reset() handler to DeviceReset
 2019-10-07 21:24 UTC  (4+ messages)

[PATCH 0/3] hw/arm/raspi: Split the UART block from the AUX block
 2019-10-07 21:09 UTC  (5+ messages)
` [PATCH 1/3] hw/char: Add the BCM2835 miniuart
` [PATCH 2/3] hw/char/bcm2835_aux: Use the BCM2835 miniuart block
` [PATCH 3/3] hw: Move BCM2835 AUX device from hw/char/ to hw/misc/

[PATCH v7 0/2] qcow2: add zstd cluster compression
 2019-10-07 20:21 UTC  (4+ messages)
` [PATCH v7 1/2] docs: improve qcow2 spec about extending image header
` [PATCH v7 2/2] docs: qcow2: introduce compression type feature

[PATCH 0/2] enhance iotest 223 coverage
 2019-10-07 20:06 UTC  (9+ messages)
` [PATCH 1/2] tests: Make iotest 223 easier to edit
` [PATCH 2/2] tests: More iotest 223 improvements

[Qemu-devel] [PATCH v9 0/3] NBD reconnect
 2019-10-07 20:03 UTC  (7+ messages)
` [Qemu-devel] [PATCH v9 3/3] iotests: test nbd reconnect
  `  "

[PATCH] qemu-nbd: Document benefit of --pid-file
 2019-10-07 19:48 UTC 

[PATCH] iotests: Do not run the iotests during "make check" anymore
 2019-10-07 19:10 UTC  (7+ messages)

[PATCH RFC] docker: automatic dependencies for dockerfiles
 2019-10-07 19:09 UTC  (3+ messages)

[PATCH] .travis.yml: reduce scope of the --enable-debug build
 2019-10-07 19:08 UTC  (4+ messages)

[PATCH v9 00/13] TCG code quality tracking and perf integration
 2019-10-07 18:47 UTC  (16+ messages)
` [PATCH v9 01/13] accel/tcg: introduce TBStatistics structure
` [PATCH v9 02/13] accel: collecting TB execution count
` [PATCH v9 03/13] accel: collecting JIT statistics
` [PATCH v9 04/13] accel: replacing part of CONFIG_PROFILER with TBStats
` [PATCH v9 05/13] accel: adding TB_JIT_TIME and full replacing CONFIG_PROFILER
` [PATCH v9 06/13] debug: add -d tb_stats to control TBStatistics collection:
` [PATCH v9 07/13] monitor: adding tb_stats hmp command
` [PATCH v9 08/13] tb-stats: reset the tracked TBs on a tb_flush
` [PATCH v9 09/13] Adding info [tb-list|tb] commands to HMP (WIP)
` [PATCH v9 10/13] tb-stats: dump hot TBs at the end of the execution
` [PATCH v9 11/13] accel/tcg: adding integration with linux perf
` [PATCH v9 12/13] tb-stats: adding TBStatistics info into perf dump
` [PATCH v9 13/13] configure: remove the final bits of --profiler support

[PATCH v2 0/7] fw_cfg: Run tests on big-endian
 2019-10-07 18:33 UTC  (9+ messages)
` [PATCH v2 1/7] tests/libqos/fw_cfg: Document io_fw_cfg_init to drop io_fw_cfg_uninit
` [PATCH v2 2/7] tests/libqos/fw_cfg: Document mm_fw_cfg_init to drop mm_fw_cfg_uninit
` [PATCH v2 3/7] tests/libqos/fw_cfg: Document pc_fw_cfg_init to drop pc_fw_cfg_uninit
` [PATCH v2 4/7] tests/fw_cfg: Let the tests use a context
` [PATCH v2 5/7] tests/libqos/fw_cfg: Pass QTestState as argument
` [PATCH v2 6/7] tests/fw_cfg: Declare one QFWCFG for all tests
` [PATCH v2 7/7] tests/fw_cfg: Run the tests on big-endian targets

[Qemu-devel] [PATCH v2 00/29] Tame a few "touch this, recompile the world" headers
 2019-10-07 18:21 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 27/29] Include sysemu/sysemu.h a lot less
        ` [Qemu-devel] Is network backend netmap worth keeping? (was: [PATCH v2 27/29] Include sysemu/sysemu.h a lot less)
          ` Is network backend vde worth keeping? (was: Is network backend netmap worth keeping?)

[Qemu-devel] Bug#919921: qemu-user Linux ELF loader fails to handle pure BSS segments
 2019-10-07 17:34 UTC  (5+ messages)

[Qemu-devel] [PATCH v1 22/28] target/riscv: Allow specifying MMU stage
 2019-10-07 18:05 UTC  (3+ messages)
`  "

[PULL v2 0/8] Ide patches
 2019-10-07 17:55 UTC  (4+ messages)

[Qemu-devel] Is network backend netmap worth keeping?
 2019-10-07 17:53 UTC  (10+ messages)
` [PATCH] netmap: support git-submodule build otption

[PATCH] target/i386: log guest name and memory error type AO, AR for MCEs
 2019-10-07 17:52 UTC  (3+ messages)

[PATCH 0/5] hw/arm/exynos4210: Add acceptance tests to the SMDKC210 board
 2019-10-07 17:42 UTC  (5+ messages)
` [PATCH 1/5] tests/boot_linux_console: Add initrd test for the Exynos4210

[PATCH 00/19] hw/arm/raspi: Improve Raspberry Pi 2/3 reliability
 2019-10-07 17:23 UTC  (4+ messages)
` [PATCH 12/19] hw/arm/bcm2835_peripherals: Add Clock/Power/Reset Manager blocks

[RFC PATCH 0/5] target/arm/kvm: Provide an option to adjust virtual time
 2019-10-07 17:06 UTC  (6+ messages)
` [RFC PATCH 1/5] target/arm/kvm64: kvm64 cpus have timer registers
` [RFC PATCH 2/5] timer: arm: Introduce functions to get the host cntfrq
` [RFC PATCH 3/5] target/arm/kvm: Implement cpu feature kvm-adjvtime
` [RFC PATCH 4/5] tests/arm-cpu-features: Check feature default values
` [RFC PATCH 5/5] target/arm/cpu: Add the kvm-adjvtime CPU property

[PATCH 0/6] block-copy: memory limit
 2019-10-07 17:10 UTC  (18+ messages)
` [PATCH 1/6] block/block-copy: allocate buffer in block_copy_with_bounce_buffer
` [PATCH 2/6] block/block-copy: limit copy_range_size to 16 MiB
` [PATCH 3/6] block/block-copy: refactor copying
` [PATCH 4/6] util: introduce co-shared-amount
` [PATCH 5/6] block/block-copy: add memory limit
` [PATCH 6/6] block/block-copy: increase buffered copy request

[PATCH v1 0/5] s390x/mmu: Implement more facilities
 2019-10-07 17:02 UTC  (5+ messages)
` [PATCH v1 5/5] s390x/cpumodel: Add new TCG features to QEMU cpu model

[Qemu-devel] [PATCH v5 0/5] iotests: use python logging
 2019-10-07 16:55 UTC  (17+ messages)
` [Qemu-devel] [PATCH v5 1/5] iotests: remove 'linux' from default supported platforms
  `  "

[PULL 00/19] virtio, vhost, acpi: features, fixes, tests
 2019-10-07 16:31 UTC  (2+ messages)

[Qemu-devel] [PATCH v1 24/28] target/riscv: Implement second stage MMU
 2019-10-07 16:15 UTC  (2+ messages)
`  "

[PATCH 00/97] Patch Round-up for stable 4.0.1, freeze on 2019-10-10
 2019-10-07 15:57 UTC  (2+ messages)

[PATCH v2] .travis.yml: Test the release tarball
 2019-10-07 16:04 UTC 

[PATCH] target/mips: add gdb xml files
 2019-10-07 15:46 UTC  (2+ messages)

[PULL v3 0/4] Block layer patches
 2019-10-07 15:33 UTC  (2+ messages)

[PATCH] cpus: kick all vCPUs when running thread=single
 2019-10-07 15:30 UTC  (7+ messages)

[PATCH v3 0/3] some fix in tests/migration
 2019-10-07 15:09 UTC  (3+ messages)
` [PATCH v3 2/3] tests/migration: fix a typo in comment

[PATCH] tests: document how to update acpi tables
 2019-10-07 15:06 UTC  (2+ messages)

[Qemu-devel] qemu_futex_wait() lockups in ARM64: 2 possible issues
 2019-10-07 14:58 UTC  (11+ messages)
      ` [Bug 1805256] "

[Bug 1846816] [NEW] Booting error on AIX 6.1 "Illegal Trap Instruction Interrupt in Kernel""
 2019-10-07 14:27 UTC  (5+ messages)
` [Bug 1846816] "

[PULL 00/53] ppc-for-4.2 queue 20191004
 2019-10-07 14:40 UTC  (2+ messages)

[PATCH v4 0/5] Automatic RCU read unlock
 2019-10-07 14:36 UTC  (6+ messages)
` [PATCH v4 1/5] rcu: Add automatically released rcu_read_lock variants
` [PATCH v4 2/5] migration: Fix missing rcu_read_unlock
` [PATCH v4 3/5] migration: Use automatic rcu_read unlock in ram.c
` [PATCH v4 4/5] migration: Use automatic rcu_read unlock in rdma.c
` [PATCH v4 5/5] rcu: Use automatic rc_read unlock in core memory/exec code

[Qemu-devel] [PATCH v2 00/15] target/arm: Implement semihosting v2.0
 2019-10-07 14:16 UTC  (17+ messages)
` [Qemu-devel] [PATCH v2 01/15] target/arm/arm-semi: Capture errno in softmmu version of set_swi_errno()
` [Qemu-devel] [PATCH v2 02/15] target/arm/arm-semi: Always set some kind of errno for failed calls
` [Qemu-devel] [PATCH v2 03/15] target/arm/arm-semi: Correct comment about gdb syscall races
` [Qemu-devel] [PATCH v2 04/15] target/arm/arm-semi: Make semihosting code hand out its own file descriptors
` [Qemu-devel] [PATCH v2 05/15] target/arm/arm-semi: Restrict use of TaskState*
` [Qemu-devel] [PATCH v2 06/15] target/arm/arm-semi: Use set_swi_errno() in gdbstub callback functions
` [Qemu-devel] [PATCH v2 07/15] target/arm/arm-semi: Factor out implementation of SYS_CLOSE
` [Qemu-devel] [PATCH v2 08/15] target/arm/arm-semi: Factor out implementation of SYS_WRITE

[PATCH v6 00/10] Introduce the microvm machine type
 2019-10-07 13:59 UTC  (7+ messages)
` [PATCH v6 03/10] hw/i386/pc: move shared x86 functions to x86.c and export them

[PULL 0/5] edk2-next patches for 2019-10-07
 2019-10-07 13:35 UTC  (6+ messages)
` [PULL 1/5] make-release: pull in edk2 submodules so we can build it from tarballs
` [PULL 2/5] roms/Makefile.edk2: don't pull in submodules when building from tarball
` [PULL 3/5] roms: Add a 'make help' target alias
` [PULL 4/5] edk2 build scripts: honor external BaseTools flags with uefi-test-tools
` [PULL 5/5] edk2 build scripts: work around TianoCore#1607 without forcing Python 2

[RFC 0/4] transaction-based ptimer API
 2019-10-07 13:32 UTC  (9+ messages)
` [RFC 1/4] hw/timer/arm_timer: Add trace events
` [RFC 2/4] ptimer: Rename ptimer_init() to ptimer_init_with_bh()
` [RFC 3/4] ptimer: Provide new transaction-based API
` [RFC 4/4] hw/timer/arm_timer.c: Switch to transaction-based ptimer API

[PATCH 0/4] iotests: trivial cleanups
 2019-10-07 13:09 UTC  (2+ messages)

[Qemu-devel] [Bug 1623998] [NEW] pulseaudio Invalid argument error
 2019-10-07 12:45 UTC  (2+ messages)
` [Bug 1623998] "

[PATCH v5 0/9] target/arm/kvm: enable SVE in guests
 2019-10-07 12:41 UTC  (4+ messages)
` [PATCH v5 4/9] target/arm/cpu64: max cpu: Introduce sve<N> properties

[PATCH 00/16] io_uring: add Linux io_uring AIO engine
 2019-10-07 12:09 UTC  (17+ messages)
` [PATCH 01/16] configure: permit use of io_uring
` [PATCH 02/16] qapi/block-core: add option for io_uring
` [PATCH 03/16] block/block: add BDRV flag "
` [PATCH 04/16] block/io_uring: implements interfaces "
` [PATCH 05/16] stubs: add stubs for io_uring interface
` [PATCH 06/16] util/async: add aio interfaces for io_uring
` [PATCH 07/16] blockdev: adds bdrv_parse_aio to use io_uring
` [PATCH 08/16] block/file-posix.c: extend "
` [PATCH 09/16] block: add trace events for io_uring
` [PATCH 10/16] block/io_uring: adds userspace completion polling
` [PATCH 11/16] qemu-io: adds option to use aio engine
` [PATCH 12/16] qemu-img: adds option to use aio engine for benchmarking
` [PATCH 13/16] qemu-nbd: adds option for aio engines
` [PATCH 14/16] tests/qemu-iotests: enable testing with aio options
` [PATCH 15/16] tests/qemu-iotests: use AIOMODE with various tests
` [PATCH 16/16] block/io_uring: adds fd registration

[PATCH v2 0/6] qcow2: advanced compression options
 2019-10-07 11:52 UTC  (4+ messages)
` [PATCH v2 3/6] qemu-nbd: add compression flag support

[Qemu-devel] [Bug 1805256] [NEW] qemu-img hangs on high core count ARM system
 2018-11-26 22:53 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).