qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-20 15:25:31 to 2019-09-22 08:18:27 UTC [more...]

[Qemu-devel] [PATCH v2 00/11] RFC crypto/luks: encryption key managment using amend interface
 2019-09-22  8:17 UTC  (3+ messages)

[PATCH v3 00/20] Move rom and notdirty handling to cputlb
 2019-09-22  6:46 UTC  (23+ messages)
` [PATCH v3 01/20] exec: Use TARGET_PAGE_BITS_MIN for TLB flags
` [PATCH v3 02/20] exec: Split out variable page size support to exec-vary.c
` [PATCH v3 03/20] exec: Use const alias for TARGET_PAGE_BITS_VARY
` [PATCH v3 04/20] exec: Restrict TARGET_PAGE_BITS_VARY assert to CONFIG_DEBUG_TCG
` [PATCH v3 05/20] exec: Promote TARGET_PAGE_MASK to target_long
` [PATCH v3 06/20] exec: Tidy TARGET_PAGE_ALIGN
` [PATCH v3 07/20] exec: Cache TARGET_PAGE_MASK for TARGET_PAGE_BITS_VARY
` [PATCH v3 08/20] cputlb: Disable __always_inline__ without optimization
` [PATCH v3 09/20] cputlb: Replace switches in load/store_helper with callback
` [PATCH v3 10/20] cputlb: Introduce TLB_BSWAP
` [PATCH v3 11/20] exec: Adjust notdirty tracing
` [PATCH v3 12/20] cputlb: Move ROM handling from I/O path to TLB path
` [PATCH v3 13/20] cputlb: Move NOTDIRTY "
` [PATCH v3 14/20] cputlb: Partially inline memory_region_section_get_iotlb
` [PATCH v3 15/20] cputlb: Merge and move memory_notdirty_write_{prepare, complete}
` [PATCH v3 16/20] cputlb: Handle TLB_NOTDIRTY in probe_access
` [PATCH v3 17/20] cputlb: Remove cpu->mem_io_vaddr
` [PATCH v3 18/20] cputlb: Remove tb_invalidate_phys_page_range is_cpu_write_access
` [PATCH v3 19/20] cputlb: Pass retaddr to tb_invalidate_phys_page_fast
` [PATCH v3 20/20] cputlb: Pass retaddr to tb_check_watchpoint

[PATCH v1 0/6] RISC-V: Add more machine memory
 2019-09-22  2:19 UTC  (10+ messages)
` [PATCH v1 4/6] riscv/sifive_u: Add the start-in-flash property
` [PATCH v1 5/6] riscv/virt: Add the PFlash CFI01 device

[Qemu-devel] [RFC v2 0/5] Move notdirty handling to cputlb
 2019-09-21 22:21 UTC  (2+ messages)
`  "

[PATCH] hw/arm/boot: Use the IEC binary prefix definitions
 2019-09-21 15:26 UTC  (2+ messages)

[PATCH] hw/m68k/next-cube: Avoid static RTC variables and introduce control register
 2019-09-21 15:24 UTC  (2+ messages)

[PATCH 0/4] Make it possible to compile with CONFIG_ARM_V7M=n
 2019-09-21 15:04 UTC  (5+ messages)
` [PATCH 1/4] target/arm: Make cpu_register() and set_feature() available for other files
` [PATCH 2/4] target/arm: Move cortex-m related functions to new file v7m.c
` [PATCH 3/4] hw/arm: Move armv7m_nvic.c to hw/arm/ and always enable it for arm builds
` [PATCH 4/4] default-configs: Do not enforce CONFIG_ARM_V7M anymore

Cannot login into emulated smartcard with OpenSC because it expects external PIN pad
 2019-09-21 14:05 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH 00/14] hw/arm: Add the Raspberry Pi 4B
 2019-09-21 13:25 UTC  (2+ messages)
` [Qemu-arm] "

[Qemu-devel] [PATCH v3] virtio-mmio: implement modern (v2) personality (virtio-1)
 2019-09-21  7:06 UTC  (2+ messages)
` [Qemu-devel] [PATCH v3] virtio-mmio: implement modern (v2), "

[PATCH v2 1/2] riscv: hw: Drop "clock-frequency" property of cpu nodes
 2019-09-21 12:36 UTC  (5+ messages)
` [PATCH v2 2/2] riscv: sifive_u: Add ethernet0 to the aliases node

[Qemu-devel] [Bug 1842787] [NEW] Writes permanently hang with very heavy I/O on virtio-scsi - worse on virtio-blk
 2019-09-21 11:44 UTC  (2+ messages)
` [Bug 1842787] "

[PATCH] hw/ptimer: Assert next_event is newer than last_event
 2019-09-21 10:17 UTC 

[PATCH 0/3] docker: misc cleanups
 2019-09-21  9:53 UTC  (13+ messages)
` [PATCH 3/3] docker: remove unused debian-sid and debian-ports

[Qemu-devel] [PATCH 0/5] travis-ci: Build EDK2 roms
 2019-09-21  9:14 UTC  (6+ messages)
` [Qemu-devel] [PATCH 5/5] .travis.yml: Build and install "
          `  "

[Qemu-devel] [PATCH v1 0/2] RISC-V: Convert to do_transaction_failed hook
 2019-09-21  9:09 UTC  (6+ messages)
` [Qemu-devel] [PATCH v1 1/2] RISC-V: Handle bus errors in the page table walker
` [Qemu-devel] [PATCH v1 2/2] RISC-V: Implement cpu_do_transaction_failed
` [PATCH v1 0/2] RISC-V: Convert to do_transaction_failed hook

[PATCH 0/7] exec: Improve code for TARGET_PAGE_BITS_VARY
 2019-09-21  9:01 UTC  (6+ messages)
` [PATCH 2/7] exec: Split out variable page size support to exec-vary.c
` [PATCH 4/7] exec: Restrict TARGET_PAGE_BITS_VARY assert to CONFIG_DEBUG_TCG

[PATCH 0/7] target/alpha: Fix linux-user exception for CVTTQ
 2019-09-21  8:57 UTC  (11+ messages)
` [PATCH 1/7] target/alpha: Use array for FPCR_DYN conversion
` [PATCH 2/7] target/alpha: Fix SWCR_MAP_UMZ
` [PATCH 3/7] target/alpha: Fix SWCR_TRAP_ENABLE_MASK
` [PATCH 4/7] target/alpha: Handle SWCR_MAP_DMZ earlier
` [PATCH 5/7] target/alpha: Write to fpcr_flush_to_zero once
` [PATCH 6/7] target/alpha: Mask IOV exception with INV for user-only
` [PATCH 7/7] target/alpha: Tidy helper_fp_exc_raise_s

[PATCH v2 0/5] docker: misc cleanups
 2019-09-21  8:48 UTC  (9+ messages)
` [PATCH v2 1/5] docker: move tests from python2 to python3
` [PATCH v2 2/5] docker: remove 'deprecated' image definitions
` [PATCH v2 3/5] docker: remove debian8-mxe definitions
` [PATCH v2 4/5] docker: remove unused debian-sid and debian-ports
` [PATCH v2 5/5] docker: removed unused debian8 partial image

[PATCH v2 0/3] testing: Build WHPX enabled binaries
 2019-09-21  6:34 UTC  (4+ messages)

[Qemu-devel] [PATCH 00/21] aspeed: Add support for the AST2600 SoC
 2019-09-21  4:37 UTC  (8+ messages)
` [Qemu-devel] [PATCH 03/21] hw: aspeed_scu: Add AST2600 support
  `  "
` [Qemu-devel] [PATCH 12/21] aspeed/smc: "
  `  "

[PATCH v12 00/11] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
 2019-09-21  1:53 UTC  (3+ messages)

Migration failure when running nested VMs
 2019-09-20 19:01 UTC 

[Qemu-devel] [RFC 2 PATCH 00/16] APIC ID fixes for AMD EPYC CPU models
 2019-09-20 22:44 UTC  (2+ messages)
`  "

[Qemu-devel] [PULL 04/32] target/riscv: Implement riscv_cpu_unassigned_access
 2019-09-20 22:40 UTC  (2+ messages)

[PATCH v2 00/16] testing/next (docker/podman, tcg, build fixes)
 2019-09-20 22:09 UTC  (8+ messages)
` [PATCH v2 06/16] target/ppc: fix signal delivery for ppc64abi32
` [PATCH v2 10/16] tests/tcg: add generic version of float_convs

[Qemu-devel] [PATCH] nbd: Grab aio context lock in more places
 2019-09-20 22:07 UTC  (2+ messages)
` [PATCH 2/1] tests: Use iothreads during iotest 223

[Qemu-devel] [PATCH v2] nbd/server: attach client channel to the export's AioContext
 2019-09-20 22:03 UTC  (5+ messages)
` [Qemu-block] "

[PATCH] hw/arm/boot.c: Set NSACR.{CP11,CP10} for NS kernel boots
 2019-09-20 21:59 UTC  (2+ messages)

[PATCH RFC] docker: automatic dependencies for dockerfiles
 2019-09-20 21:35 UTC  (2+ messages)

[PATCH] docker: move tests from python2 to python3
 2019-09-20 21:29 UTC  (2+ messages)

[Qemu-devel] [PATCH] xen-block: treat XenbusStateUnknown the same as XenbusStateClosed
 2019-09-20 21:10 UTC  (2+ messages)
` [Qemu-block] "

[PATCH] Acceptance tests: use avocado.utils.ssh for SSH interaction
 2019-09-20 20:49 UTC  (5+ messages)

[Qemu-devel] [PATCH 0/2] Fix tarball builds of UEFI/EDK2 firmware
 2019-09-20 19:50 UTC  (3+ messages)
` [Qemu-devel] [PATCH 2/2] roms/Makefile.edk2: don't pull in submodules when building from tarball

[Qemu-devel] [Bug 1811533] [NEW] Unstable Win10 guest with qemu 3.1 + huge pages + hv_stimer
 2019-09-20 19:41 UTC  (4+ messages)
` [Bug 1811533] "

[RFC 0/4] POC: Generating realistic block errors
 2019-09-20 19:29 UTC  (17+ messages)
` [RFC 4/4] ahci media error reporting

[PULL] Request pull for IPMI changes
 2019-09-20 19:16 UTC 

[Qemu-devel] [PATCH 0/3] migration/postcopy: unsentmap is not necessary
 2019-09-20 18:53 UTC  (3+ messages)
  `  "

[PATCH 1/2] riscv: sifive_u: Drop "clock-frequency" property of cpu nodes
 2019-09-20 18:47 UTC  (4+ messages)
` [PATCH 2/2] riscv: sifive_u: Add ethernet0 to the aliases node

[PATCH] Remove unassigned_access CPU hook
 2019-09-20 18:45 UTC  (2+ messages)

[PATCH] riscv: Skip checking CSR privilege level in debugger mode
 2019-09-20 18:43 UTC  (2+ messages)

[PATCH v2] target/i386: clean up comments over 80 chars per line
 2019-09-20 18:33 UTC  (4+ messages)

[Qemu-devel] [Bug 1844597] [NEW] fc1120a7f5f2d4b601003205c598077d3eb11ad2 causes a kernel panic in vfp_init on a clang built kernel
 2019-09-20 18:00 UTC  (7+ messages)
` [Bug 1844597] "

[Qemu-devel] [PATCH v6 0/3] qcow2: add zstd cluster compression
 2019-09-20 17:55 UTC  (4+ messages)
  ` [Qemu-devel] [Ping] "
    ` [Qemu-block] "

[PULL 0/2] Python (acceptance tests) queue, 2019-09-19
 2019-09-20 17:54 UTC  (2+ messages)

[PATCH 00/15] ipmi: Bug fixes, add new interfaces
 2019-09-20 17:51 UTC  (8+ messages)
` [PATCH 01/15] ipmi: Fix watchdog NMI handling
` [PATCH 02/15] ipmi: Fix the get watchdog command

[PATCH] .travis.yml: Test the release tarball
 2019-09-20 17:46 UTC  (2+ messages)

[PATCH] roms: Add a 'make help' target alias
 2019-09-20 17:36 UTC  (3+ messages)

Invalid blob size on NVDIMM hot-add (was: RE: [RFC PATCH 0/4] ARM virt: ACPI memory hotplug support)
 2019-09-20 17:04 UTC 

[PULL 0/4] Block layer patches
 2019-09-20 16:20 UTC  (5+ messages)
` [PULL 1/4] block/snapshot: Restrict set of snapshot nodes
` [PULL 2/4] iotests: Test internal snapshots with -blockdev
` [PULL 3/4] iotests: Require Python 3.6 or later
` [PULL 4/4] iotests: Remove Python 2 compatibility code

[Qemu-devel] [PULL 0/8] Trivial branch patches
 2019-09-20 16:28 UTC  (2+ messages)

[PATCH v13 00/15] backup-top filter driver for backup
 2019-09-20 16:13 UTC  (4+ messages)

[PATCH v2 0/2] edk2 build scripts: eliminate python 2 dependency
 2019-09-20 16:06 UTC  (2+ messages)

Initialize data memory in user space emulation
 2019-09-20 16:29 UTC  (7+ messages)

[PATCH] memory: Replace DEBUG_UNASSIGNED printf calls by trace events
 2019-09-20 16:03 UTC  (7+ messages)

[Qemu-devel] [PATCH-for-4.2 v11 00/11] ARM virt: ACPI memory hotplug support
 2019-09-20 15:49 UTC  (2+ messages)

[Bug 1844817] [NEW] trace: dynamic width format syntax not validated
 2019-09-20 15:48 UTC 

[PATCH 00/22] block: Fix check_to_replace_node()
 2019-09-20 15:28 UTC  (23+ messages)
` [PATCH 01/22] blockdev: Allow external snapshots everywhere
` [PATCH 02/22] blockdev: Allow resizing everywhere
` [PATCH 03/22] block: Drop bdrv_is_first_non_filter()
` [PATCH 04/22] iotests: Let 041 use -blockdev for quorum children
` [PATCH 05/22] quorum: Fix child permissions
` [PATCH 06/22] block: Add bdrv_recurse_can_replace()
` [PATCH 07/22] blkverify: Implement .bdrv_recurse_can_replace()
` [PATCH 08/22] quorum: Store children in own structure
` [PATCH 09/22] quorum: Add QuorumChild.to_be_replaced
` [PATCH 10/22] quorum: Implement .bdrv_recurse_can_replace()
` [PATCH 11/22] block: Use bdrv_recurse_can_replace()
` [PATCH 12/22] block: Remove bdrv_recurse_is_first_non_filter()
` [PATCH 13/22] mirror: Double-check immediately before replacing
` [PATCH 14/22] quorum: Stop marking it as a filter
` [PATCH 15/22] mirror: Prevent loops
` [PATCH 16/22] iotests: Use complete_and_wait() in 155
` [PATCH 17/22] iotests: Add VM.assert_block_path()
` [PATCH 18/22] iotests: Resolve TODOs in 041
` [PATCH 19/22] iotests: Use self.image_len in TestRepairQuorum
` [PATCH 20/22] iotests: Add tests for invalid Quorum @replaces
` [PATCH 21/22] iotests: Check that @replaces can replace filters
` [PATCH 22/22] iotests: Mirror must not attempt to create loops

[Qemu-devel] [PATCH 0/2] block/snapshot: Restrict set of snapshot nodes
 2019-09-20 16:02 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] "
  `  "

[Bug 1844814] [NEW] trace: SystemTap documentation out of date
 2019-09-20 15:36 UTC 

[Qemu-devel] [Bug 1815423] [NEW] Incorrect floating point cast to int
 2019-09-20 15:23 UTC  (2+ messages)
` [Bug 1815423] Re: x86_64 TCG: "

[Qemu-devel] [PULL 00/34] s390x update
 2019-09-20 15:34 UTC  (8+ messages)
`  "

[Qemu-devel] COMPARE_AND_WRITE support for rbd driver
 2019-09-20 15:26 UTC  (3+ messages)
`  "

[Qemu-devel] [Bug 1840922] [NEW] qemu-arm for cortex-m33 aborts with unhandled CPU exception 0x8
 2019-09-20 15:17 UTC  (2+ messages)
` [Bug 1840922] "

[Qemu-devel] [Bug 1839325] [NEW] Go programs crash on qemu-sh4 due to issues with atomics
 2019-09-20 15:18 UTC  (2+ messages)
` [Bug 1839325] "


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