qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-20 19:30:50 to 2019-09-23 10:18:38 UTC [more...]

[PATCH] hw/arm/boot: Use the IEC binary prefix definitions
 2019-09-23 10:17 UTC  (6+ messages)

[PATCH v3 00/20] Move rom and notdirty handling to cputlb
 2019-09-23 10:02 UTC  (45+ 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

[Qemu-devel] [PATCH v6 0/8] Add Qemu to SeaBIOS LCHS interface
 2019-09-23  9:50 UTC  (4+ messages)
  `  "

[Qemu-devel] [PATCH v7 0/3] 9p: Fix file ID collisions
 2019-09-23  9:50 UTC  (3+ messages)

[PULL 0/4] Block layer patches
 2019-09-23  9:49 UTC  (2+ messages)

[Qemu-devel] [RFC] contrib: add vhost-user-sim
 2019-09-23  9:33 UTC  (3+ messages)

[PATCH 0/4] Make it possible to compile with CONFIG_ARM_V7M=n
 2019-09-23  8:58 UTC  (8+ 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

[PATCH v1 0/6] RISC-V: Add more machine memory
 2019-09-23  9:09 UTC  (13+ 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
` [PATCH v1 6/6] riscv/virt: Jump to pflash if specified

[PATCH v3 0/2] target/i386: cpu.h marcos clean up
 2019-09-23  8:35 UTC  (6+ messages)
` [PATCH v3 1/2] target/i386: clean up comments over 80 chars per line
` [PATCH v3 2/2] target/i386: drop the duplicated definition of cpuid AVX512_VBMI marco

[PULL 00/30] s390x/tcg update
 2019-09-23  8:07 UTC  (31+ messages)
` [PULL 01/30] s390x/tcg: Reset exception_index to -1 instead of 0
` [PULL 02/30] s390x/tcg: MVCL: Zero out unused bits of address
` [PULL 03/30] s390x/tcg: MVCL: Detect destructive overlaps
` [PULL 04/30] s390x/tcg: MVCL: Process max 4k bytes at a time
` [PULL 05/30] s390x/tcg: MVC: Increment the length once
` [PULL 06/30] s390x/tcg: MVC: Use is_destructive_overlap()
` [PULL 07/30] s390x/tcg: MVPG: Check for specification exceptions
` [PULL 08/30] s390x/tcg: MVPG: Properly wrap the addresses
` [PULL 09/30] s390x/tcg: MVCLU/MVCLE: Process max 4k bytes at a time
` [PULL 10/30] s390x/tcg: MVCS/MVCP: Check for special operation exceptions
` [PULL 11/30] s390x/tcg: MVCOS: Lengths are 32 bit in 24/31-bit mode
` [PULL 12/30] s390x/tcg: MVCS/MVCP: Properly wrap the length
` [PULL 13/30] s390x/tcg: MVST: Check for specification exceptions
` [PULL 14/30] s390x/tcg: MVST: Fix storing back the addresses to registers
` [PULL 15/30] s390x/tcg: Always use MMU_USER_IDX for CONFIG_USER_ONLY
` [PULL 16/30] s390x/tcg: Fault-safe memset
` [PULL 17/30] s390x/tcg: Fault-safe memmove
` [PULL 18/30] s390x/tcg: MVCS/MVCP: Use access_memmove()
` [PULL 19/30] s390x/tcg: MVC: Fault-safe handling on destructive overlaps
` [PULL 20/30] s390x/tcg: MVCLU: Fault-safe handling
` [PULL 21/30] s390x/tcg: OC: "
` [PULL 22/30] s390x/tcg: XC: "
` [PULL 23/30] s390x/tcg: NC: "
` [PULL 24/30] s390x/tcg: MVCIN: "
` [PULL 25/30] s390x/tcg: MVN: "
` [PULL 26/30] s390x/tcg: MVZ: "
` [PULL 27/30] s390x/tcg: MVST: "
` [PULL 28/30] s390x/tcg: MVO: "
` [PULL 29/30] tests/tcg: target/s390x: Test MVO
` [PULL 30/30] tests/tcg: target/s390x: Test MVC

[PATCH qemu] ppc/kvm: Skip writing DPDES back when in run time state
 2019-09-23  8:41 UTC 

illegal hardware instruction during MIPS-I ELF linux user emulation
 2019-09-23  8:15 UTC 

[PATCH v3 0/2] Allow memory_region_register_iommu_notifier() to fail
 2019-09-23  7:59 UTC  (5+ messages)
` [PATCH v3 1/2] vfio: Turn the container error into an Error handle
` [PATCH v3 2/2] memory: allow memory_region_register_iommu_notifier() to fail

[PULL 0/5] s390x update
 2019-09-23  7:39 UTC  (6+ messages)
` [PULL 1/5] pc-bios/s390-ccw: Do not pre-initialize empty array
` [PULL 2/5] pc-bios/s390-ccw/net: fix a possible memory leak in get_uuid()
` [PULL 3/5] pc-bios/s390-ccw: Rebuild the s390-netboot.img firmware image
` [PULL 4/5] s390x/kvm: Officially require at least kernel 3.15
` [PULL 5/5] s390x/cpumodel: Add the z15 name to the description of gen15a

[Qemu-devel] [for-4.2 PATCH 3/6] replay: update docs for record/replay with block devices
 2019-09-23  6:15 UTC  (12+ messages)
                `  "

[Qemu-devel] [PATCH 0/3] migration/postcopy: unsentmap is not necessary
 2019-09-23  5:56 UTC  (4+ messages)
  `  "

[PATCH qemu] spapr-pci: Provide either correct assigned-addresses or none
 2019-09-23  5:51 UTC 

[PATCH 00/15] ipmi: Bug fixes, add new interfaces
 2019-09-23  5:51 UTC  (7+ messages)
` [PATCH 03/15] ipmi: Generate an interrupt on watchdog pretimeout expiry
` [PATCH 05/15] qdev: Add a no default uuid property
` [PATCH 06/15] ipmi: Add a UUID device property

[Qemu-devel] [PATCH 00/21] aspeed: Add support for the AST2600 SoC
 2019-09-23  5:44 UTC  (6+ messages)
` [Qemu-devel] [PATCH 03/21] hw: aspeed_scu: Add AST2600 support
  `  "

[PATCH v2] target/i386: clean up comments over 80 chars per line
 2019-09-23  1:46 UTC  (3+ messages)

[PATCH 0/2] kvm: clear dirty bitmaps from all overlapping memslots
 2019-09-23  1:29 UTC  (4+ messages)

[Bug 1844946] [NEW] macOS HVF broken with WinXP after Aug 21 2018 92d5f1a414
 2019-09-22 21:21 UTC 

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

[Qemu-devel] [RFC 2 PATCH 00/16] APIC ID fixes for AMD EPYC CPU models
 2019-09-22 12:48 UTC  (4+ messages)
` [Qemu-devel] [RFC 2 PATCH 06/16] hw/core: Add core complex id in X86CPU topology
  `  "
` [RFC 2 PATCH 00/16] APIC ID fixes for AMD EPYC CPU models

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

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

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

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  (9+ 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  (2+ messages)

[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] [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  (6+ messages)
` [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  (2+ messages)
` [Bug 1811533] "

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


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