qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-30 15:43:47 to 2019-04-30 20:40:07 UTC [more...]

[Qemu-devel] [PATCH v1 1/5] armv7m: Allow entry information to be returned
 2019-04-30 20:27 UTC  (25+ messages)
` [Qemu-devel] [PATCH v1 2/5] hw/misc: Add the STM32F4xx Sysconfig device
` [Qemu-devel] [PATCH v1 3/5] hw/misc: Add the STM32F4xx EXTI device
` [Qemu-devel] [PATCH v1 4/5] hw/arm: Add the STM32F4xx SoC
` [Qemu-devel] [PATCH v1 5/5] hw/arm: Add the Netduino Plus 2

[Qemu-devel] [PATCH v1 0/5] Fix some GCC 9 build warnings
 2019-04-30 20:36 UTC  (21+ messages)
` [Qemu-devel] [PATCH v1 1/5] util/qemu-sockets: Fix "
` [Qemu-devel] [PATCH v1 2/5] hw/usb/hcd-xhci: Fix GCC 9 build warning
` [Qemu-devel] [PATCH v1 3/5] hw/usb/dev-mtp: "
` [Qemu-devel] [PATCH v1 4/5] linux-user/uname: Fix GCC 9 build warnings
` [Qemu-devel] [PATCH v1 5/5] linux-user/elfload: "

[Qemu-devel] [PULL 00/19] first batch of s390x patches for 4.1
 2019-04-30 20:30 UTC  (5+ messages)
` [Qemu-devel] [PULL 01/19] s390 vfio-ccw: Add bootindex property and IPLB data

[Qemu-devel] [Bug 1618301] [NEW] qemu-input: Mouse stops working in Windows guest
 2019-04-30 19:41 UTC  (3+ messages)
` [Qemu-devel] [Bug 1618301] "

[Qemu-devel] [PATCH 0/3] hw/microblaze: Kconfig cleanup
 2019-04-30 19:55 UTC  (3+ messages)

[Qemu-devel] [Bug 1634726] [NEW] qemu "make test" fails in iov.c with "undefined reference" on aarch64 on Ubuntu 16.04
 2019-04-30 19:22 UTC  (3+ messages)
` [Qemu-devel] [Bug 1634726] "

[Qemu-devel] [PATCH v2 3/4] util/cacheinfo.c: Use uintptr_t instead of unsigned long in AArch64 arch_cache_info()
 2019-04-30 19:12 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/3] hw/i386/acpi: Improve build modularity (isapc/q35/...)
 2019-04-30 19:28 UTC  (4+ messages)

[Qemu-devel] [PATCH v2] hw/pci-host: Use object_initialize_child for correct reference counting
 2019-04-30 19:22 UTC  (4+ messages)

[Qemu-devel] [PATCH] memory: correct the comment to DIRTY_MEMORY_MIGRATION
 2019-04-30 19:14 UTC  (3+ messages)

[Qemu-devel] [Qemu-devel v2] Introduce SnowRidge CPU model
 2019-04-30 18:59 UTC  (2+ messages)

[Qemu-devel] [PATCH] vl: fix -sandbox parsing crash when seccomp support is disabled
 2019-04-30 18:46 UTC  (3+ messages)

[Qemu-devel] [PATCH] configure: Remove old *-config-devices.mak.d files when running configure
 2019-04-30 18:54 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 4/4] include/qemu/osdep.h: Move the __USE_MINGW_ANSI_STDIO define up to avoid confliction
 2019-04-30 18:30 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 2/4] qga: Fix an enum conversion warning in commands-win32.c, hit by clang
 2019-04-30 18:25 UTC  (4+ messages)

[Qemu-devel] [PATCH 00/26] tcg: Add CPUClass::tlb_fill
 2019-04-30 18:14 UTC  (9+ messages)
` [Qemu-devel] [PATCH 23/26] target/xtensa: Convert to CPUClass::tlb_fill

[Qemu-devel] [PATCH v2 1/4] Initial Windows on ARM (AArch64 64-Bit) host support
 2019-04-30 18:10 UTC  (2+ messages)

[Qemu-devel] [PATCH v6 0/7] NBD reconnect
 2019-04-30 17:50 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/4] target/arm: four minor M-profile bug fixes
 2019-04-30 17:40 UTC  (3+ messages)

[Qemu-devel] [PATCH] Introduce SnowRidge CPU model
 2019-04-30 17:40 UTC  (4+ messages)

[Qemu-devel] [PATCH for 4.1 v2] target/riscv: Expose time CSRs when allowed by [m|s]counteren
 2019-04-30 17:36 UTC  (2+ messages)

[Qemu-devel] Spreading the load on QEMU pullreq handling and release work
 2019-04-30 17:27 UTC  (2+ messages)

[Qemu-devel] [RFC 0/3] VirtIO RDMA
 2019-04-30 17:16 UTC  (10+ messages)

[Qemu-devel] [PATCH] target/ppc/kvm: Fix trace typo
 2019-04-30 17:28 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/14] target/ppc: remove getVSR()/putVSR() and further tidy-up
 2019-04-30 17:00 UTC  (43+ messages)
` [Qemu-devel] [PATCH 01/14] target/ppc: remove getVSR()/putVSR() from fpu_helper.c
` [Qemu-devel] [PATCH 02/14] target/ppc: remove getVSR()/putVSR() from mem_helper.c
` [Qemu-devel] [PATCH 03/14] target/ppc: remove getVSR()/putVSR() from int_helper.c
` [Qemu-devel] [PATCH 04/14] target/ppc: introduce GEN_VSX_HELPER_X3 macro to fpu_helper.c
` [Qemu-devel] [PATCH 05/14] target/ppc: introduce GEN_VSX_HELPER_X2 "
` [Qemu-devel] [PATCH 06/14] target/ppc: introduce GEN_VSX_HELPER_X2_AB "
` [Qemu-devel] [PATCH 07/14] target/ppc: introduce GEN_VSX_HELPER_X1 "
` [Qemu-devel] [PATCH 08/14] target/ppc: introduce GEN_VSX_HELPER_R3 "
` [Qemu-devel] [PATCH 09/14] target/ppc: introduce GEN_VSX_HELPER_R2 "
` [Qemu-devel] [PATCH 10/14] target/ppc: introduce GEN_VSX_HELPER_R2_AB "
` [Qemu-devel] [PATCH 11/14] target/ppc: decode target register in VSX_VECTOR_LOAD_STORE_LENGTH at translation time
` [Qemu-devel] [PATCH 12/14] target/ppc: decode target register in VSX_EXTRACT_INSERT "
` [Qemu-devel] [PATCH 13/14] target/ppc: improve VSX_TEST_DC with new generator macros
` [Qemu-devel] [PATCH 14/14] target/ppc: improve VSX_FMADD with new GEN_VSX_HELPER_VSX_MADD macro

[Qemu-devel] [PULL 00/27] Block layer patches
 2019-04-30 16:57 UTC  (58+ messages)
` [Qemu-devel] [PULL 01/27] tests/qemu-iotests: Fix output of qemu-io related tests
` [Qemu-devel] [PULL 02/27] block: Fix AioContext switch for bs->drv == NULL
` [Qemu-devel] [PULL 03/27] vpc: unlock Coroutine lock to make IO submit Concurrently
` [Qemu-devel] [PULL 04/27] vmdk: Set vmdk parent backing_format to vmdk
` [Qemu-devel] [PULL 05/27] block/vhdx: Remove redundant IEC binary prefixes definition
` [Qemu-devel] [PULL 06/27] block/vhdx: Use IEC binary prefixes for size constants
` [Qemu-devel] [PULL 07/27] cutils: Fix size_to_str() on 32-bit platforms
` [Qemu-devel] [PULL 08/27] qemu-img: Saner printing of large file sizes
` [Qemu-devel] [PULL 09/27] qcow2: Avoid COW during metadata preallocation
` [Qemu-devel] [PULL 10/27] qcow2: Add errp to preallocate_co()
` [Qemu-devel] [PULL 11/27] qcow2: Fix full preallocation with external data file
` [Qemu-devel] [PULL 12/27] iotests: Perform the correct test in 082
` [Qemu-devel] [PULL 13/27] qemu-img: Make create hint at protocol options
` [Qemu-devel] [PULL 14/27] qcow2: Fix qcow2_make_empty() with external data file
` [Qemu-devel] [PULL 15/27] qcow2: Fix error handling in the compression code
` [Qemu-devel] [PULL 16/27] block: introduce byte-based io helpers
` [Qemu-devel] [PULL 17/27] block/qcow2: use buffer-based io
` [Qemu-devel] [PULL 18/27] block/qcow: "
` [Qemu-devel] [PULL 19/27] block/qed: "
` [Qemu-devel] [PULL 20/27] block/parallels: "
` [Qemu-devel] [PULL 21/27] block/backup: "
` [Qemu-devel] [PULL 22/27] block/commit: "
` [Qemu-devel] [PULL 23/27] block/stream: "
` [Qemu-devel] [PULL 24/27] qemu-img: "
` [Qemu-devel] [PULL 25/27] commit: Make base read-only if there is an early failure
` [Qemu-devel] [PULL 26/27] iotests: Check that images are in read-only mode after block-commit
` [Qemu-devel] [PULL 27/27] block/qed: add missed coroutine_fn markers

[Qemu-devel] [PATCH v5 00/15] demacro softmmu (plus tests/coverage)
 2019-04-30 16:52 UTC  (32+ messages)
` [Qemu-devel] [PATCH v5 01/15] tests/tcg/multiarch: add support for multiarch system tests
` [Qemu-devel] [PATCH v5 02/15] tests/tcg/multiarch: add hello world system test
` [Qemu-devel] [PATCH v5 03/15] tests/tcg/aarch64: add system boot.S
` [Qemu-devel] [PATCH v5 04/15] tests/tcg/multiarch: move the system memory test
` [Qemu-devel] [PATCH v5 05/15] tests/tcg/minilib: support %c format char
` [Qemu-devel] [PATCH v5 06/15] tests/tcg/multiarch: expand system memory test to cover more
` [Qemu-devel] [PATCH v5 07/15] accel/tcg: demacro cputlb
` [Qemu-devel] [PATCH v5 08/15] cputlb: Move TLB_RECHECK handling into load/store_helper
` [Qemu-devel] [PATCH v5 09/15] accel/tcg: remove softmmu_template.h
` [Qemu-devel] [PATCH v5 10/15] cputlb: Drop attribute flatten
` [Qemu-devel] [PATCH v5 11/15] cputlb: Do unaligned load recursion to outermost function
` [Qemu-devel] [PATCH v5 12/15] cputlb: Do unaligned store "
` [Qemu-devel] [PATCH v5 13/15] Makefile: fix coverage-report reference to BUILD_DIR
` [Qemu-devel] [PATCH v5 14/15] Makefile: include per-target build directories in coverage report
` [Qemu-devel] [PATCH v5 15/15] Makefile.target: support per-target coverage reports

[Qemu-devel] [PATCH v4 0/8] ARM virt: ACPI memory hotplug support
 2019-04-30 16:34 UTC  (7+ messages)
` [Qemu-devel] [PATCH v4 3/8] hw/acpi: Add ACPI Generic Event Device Support
` [Qemu-devel] [PATCH v4 5/8] hw/arm/virt: Enable device memory cold/hot plug with ACPI boot

[Qemu-devel] [PATCH] qcow2: Fix qcow2_make_empty() with external data file
 2019-04-30 15:42 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/2] introduction of version attribute for VFIO live migration
 2019-04-30 15:29 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/2] vfio/mdev: add version field as mandatory attribute for mdev device

[Qemu-devel] [PATCH] qcow2: Fix qcow2_make_empty() with external data file
 2019-04-30 15:32 UTC  (3+ messages)

[Qemu-devel] [PATCH v5 0/3] Fix overflow bug in qcow2 discard
 2019-04-30 15:41 UTC  (7+ messages)
` [Qemu-devel] [PATCH v5 2/3] block/io: bdrv_pdiscard: support int64_t bytes parameter


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