messages from 2019-05-03 00:42:10 to 2019-05-03 10:04:36 UTC [more...]
[Qemu-devel] [PATCH v3 0/7] tests/qemu-iotests: Run basic iotests during "make check"
2019-05-03 10:03 UTC (6+ messages)
` [Qemu-devel] [PATCH v3 7/7] tests: Run the iotests during "make check" again
[Qemu-devel] [PATCH v2] mips: Decide to map PAGE_EXEC in map_address
2019-05-03 10:02 UTC (5+ messages)
[Qemu-devel] [PATCH v3] hw/virtio/virtio-mmio: Convert DPRINTF to trace and log
2019-05-03 9:40 UTC (8+ messages)
[Qemu-devel] [Bug 1821884] Re: Extend uefi-test-tools to report SMBIOS location
2019-05-03 9:32 UTC (2+ messages)
[Qemu-devel] [PATCH] qcow2: Assert that host cluster offsets fit in L2 table entries
2019-05-03 9:38 UTC (2+ messages)
[Qemu-devel] [PULL 0/8] qtest and misc patches
2019-05-03 9:37 UTC (3+ messages)
[Qemu-devel] [PATCH] s390-bios: Skip bootmap signature entries
2019-05-03 9:34 UTC (3+ messages)
[Qemu-devel] [PULL 0/2] tests/uefi-test-tools: report the SMBIOS entry point structures
2019-05-03 9:31 UTC (6+ messages)
` [Qemu-devel] [PULL 1/2] "
` [Qemu-devel] [PULL 2/2] tests/uefi-boot-images: "
[Qemu-devel] [PATCH v3] hw/usb/hcd-xhci: Fix GCC 9 build warning
2019-05-03 9:24 UTC (6+ messages)
[Qemu-devel] [PATCH v3 0/3] hw: edu: some fixes
2019-05-03 9:19 UTC (9+ messages)
` [Qemu-devel] [PATCH v3 2/3] edu: mmio: allow 64-bit access in read dispatch
` [Qemu-devel] [PATCH v3 3/3] edu: uses uint64_t in dma operation
[Qemu-devel] [PATCH v3 2/4] qga: Fix mingw compilation warnings on enum conversion
2019-05-03 9:06 UTC (6+ messages)
` [Qemu-devel] [PATCH v3 3/4] util/cacheinfo: Use uint64_t on LLP64 model to satisfy Windows ARM64
[Qemu-devel] [PATCH v2] security.rst: add Security Guide to developer docs
2019-05-03 9:04 UTC (5+ messages)
[Qemu-devel] [PATCH v2 0/3] Leon3 patches
2019-05-03 8:39 UTC (24+ messages)
` [Qemu-devel] [PATCH v2 1/3] leon3: add a little bootloader
` [Qemu-devel] [PATCH v2 2/3] leon3: introduce the plug and play mecanism
` [Qemu-devel] [PATCH v2 3/3] MAINTAINERS: add myself for leon3
[Qemu-devel] [PATCH v2 0/2] configure: disallow spaces and colons in source path and build path
2019-05-03 8:27 UTC (6+ messages)
` [Qemu-devel] [PATCH v2 1/2] configure: set source_path only once and make its definition more robust
` [Qemu-devel] [PATCH v2 2/2] configure: disallow spaces and colons in source path and build path
[Qemu-devel] [PATCH] s390/ipl: cast to SCSIDevice directly
2019-05-03 8:09 UTC (3+ messages)
[Qemu-devel] [RFC] Virtio RNG: Consider changing the default entropy source to /dev/urandom?
2019-05-03 7:59 UTC (3+ messages)
[Qemu-devel] [PATCH v3] hw/char/escc: Lower irq when transmit buffer is filled
2019-05-03 7:21 UTC (7+ messages)
` [Qemu-devel] [Qemu-trivial] "
[Qemu-devel] [PATCH] tests/docker: add ubuntu 18.04
2019-05-03 7:02 UTC (2+ messages)
[Qemu-devel] [PULL 0/7] Usb 20190503 v2 patches
2019-05-03 6:59 UTC (16+ messages)
` [Qemu-devel] [PULL 1/7] usb-mtp: fix string length for filename when writing metadata
` [Qemu-devel] [PULL 2/7] usb-mtp: fix alignment of access of ObjectInfo filename field
` [Qemu-devel] [PULL 3/7] usb-mtp: change default to success for usb_mtp_update_object
` [Qemu-devel] [PULL 4/7] usb/xhci: avoid trigger assertion if guest write wrong epid
` [Qemu-devel] [PULL 5/7] hw/usb/hcd-ohci: Do not use PCI functions with sysbus devices in ohci_die()
` [Qemu-devel] [PULL 6/7] hw/usb/hcd-ohci: Move PCI-related code into a separate file
` [Qemu-devel] [PULL 7/7] hw/usb: avoid format truncation warning when formatting port name
[Qemu-devel] [PATCH v3 00/40] s390x/tcg: Vector Instruction Support Part 2
2019-05-03 5:57 UTC (19+ messages)
` [Qemu-devel] [PATCH v3 02/40] s390x/tcg: Implement VECTOR ADD COMPUTE CARRY
` [Qemu-devel] [PATCH v3 04/40] s390x/tcg: Implement VECTOR ADD WITH CARRY "
` [Qemu-devel] [PATCH v3 12/40] s390x/tcg: Implement VECTOR COUNT TRAILING ZEROS
` [Qemu-devel] [PATCH v3 27/40] s390x/tcg: Implement VECTOR ELEMENT ROTATE AND INSERT UNDER MASK
` [Qemu-devel] [PATCH v3 30/40] s390x/tcg: Implement VECTOR SHIFT LEFT DOUBLE BY BYTE
` [Qemu-devel] [PATCH v3 34/40] s390x/tcg: Implement VECTOR SUBTRACT COMPUTE BORROW INDICATION
[Qemu-devel] [QEMU-PPC] [PATCH 00/13] target/ppc: Implement KVM support under TCG
2019-05-03 5:58 UTC (30+ messages)
` [Qemu-devel] [QEMU-PPC] [PATCH 01/13] target/ppc: Implement the VTB for HV access
` [Qemu-devel] [QEMU-PPC] [PATCH 02/13] target/ppc: Work [S]PURR implementation and add HV support
` [Qemu-devel] [QEMU-PPC] [PATCH 03/13] target/ppc: Add SPR ASDR
` [Qemu-devel] [QEMU-PPC] [PATCH 04/13] target/ppc: Add SPR TBU40
` [Qemu-devel] [QEMU-PPC] [PATCH 05/13] target/ppc: Add privileged message send facilities
` [Qemu-devel] [QEMU-PPC] [PATCH 06/13] target/ppc: Enforce that the root page directory size must be at least 5
` [Qemu-devel] [QEMU-PPC] [PATCH 07/13] target/ppc: Handle partition scoped radix tree translation
` [Qemu-devel] [QEMU-PPC] [PATCH 08/13] target/ppc: Implement hcall H_SET_PARTITION_TABLE
` [Qemu-devel] [QEMU-PPC] [PATCH 09/13] target/ppc: Implement hcall H_ENTER_NESTED
` [Qemu-devel] [QEMU-PPC] [PATCH 10/13] target/ppc: Implement hcall H_TLB_INVALIDATE
` [Qemu-devel] [QEMU-PPC] [PATCH 11/13] target/ppc: Implement hcall H_COPY_TOFROM_GUEST
` [Qemu-devel] [QEMU-PPC] [PATCH 12/13] target/ppc: Introduce POWER9 DD2.2 cpu type
` [Qemu-devel] [QEMU-PPC] [PATCH 13/13] target/ppc: Enable SPAPR_CAP_NESTED_KVM_HV under tcg
[Qemu-devel] [PATCH v2] hw/virtio/virtio-mmio: Convert DPRINTF to traces
2019-05-03 5:46 UTC (7+ messages)
[Qemu-devel] [PATCH v3 0/4] Initial Windows on ARM (AArch64 64-Bit) host support
2019-05-03 5:28 UTC (19+ messages)
` [Qemu-devel] [PATCH v3 1/4] QEMU_PACKED: Remove gcc_struct attribute in Windows non x86 targets
` [Qemu-devel] [PATCH v3 2/4] qga: Fix mingw compilation warnings on enum conversion
` [Qemu-devel] [PATCH v3 3/4] util/cacheinfo: Use uint64_t on LLP64 model to satisfy Windows ARM64
` [Qemu-devel] [PATCH v3 4/4] osdep: Fix mingw compilation regarding stdio formats
[Qemu-devel] Failing QEMU iotest 221
2019-05-03 4:43 UTC (4+ messages)
[Qemu-devel] Failing QEMU iotest 175
2019-05-03 4:37 UTC (4+ messages)
[Qemu-devel] [PATCH v2] arm: aspeed: Set SDRAM size
2019-05-03 2:29 UTC (2+ messages)
[Qemu-devel] [PATCH] Revert "armv7m: Guard against no -kernel argument"
2019-05-03 2:04 UTC (8+ messages)
[Qemu-devel] [PATCH 2/9] cpu/topology: add general support for machine properties
2019-05-03 1:08 UTC (7+ messages)
[Qemu-devel] [PULL 00/19] Python queue, 2019-05-02
2019-05-03 0:41 UTC (40+ messages)
` [Qemu-devel] [PULL 01/19] tests/acceptance: show avocado test execution by default
` [Qemu-devel] [PULL 02/19] tests/acceptance: improve docstring on pick_default_qemu_bin()
` [Qemu-devel] [PULL 03/19] tests/acceptance: fix doc reference to avocado_qemu directory
` [Qemu-devel] [PULL 04/19] tests/acceptance: introduce arch parameter and attribute
` [Qemu-devel] [PULL 05/19] tests/acceptance: use "arch:" tag to filter target specific tests
` [Qemu-devel] [PULL 06/19] tests/acceptance: look for target architecture in test tags first
` [Qemu-devel] [PULL 07/19] tests/boot_linux_console: rename the x86_64 after the arch and machine
` [Qemu-devel] [PULL 08/19] tests/boot_linux_console: update the x86_64 kernel
` [Qemu-devel] [PULL 09/19] tests/boot_linux_console: add common kernel command line options
` [Qemu-devel] [PULL 10/19] tests/boot_linux_console: increase timeout
` [Qemu-devel] [PULL 11/19] tests/boot_linux_console: refactor the console watcher into utility method
` [Qemu-devel] [PULL 12/19] scripts/qemu.py: support adding a console with the default serial device
` [Qemu-devel] [PULL 13/19] tests/boot_linux_console: add a test for mips + malta
` [Qemu-devel] [PULL 14/19] tests/boot_linux_console: add a test for mips64el "
` [Qemu-devel] [PULL 15/19] tests/boot_linux_console: add a test for aarch64 + virt
` [Qemu-devel] [PULL 16/19] tests/boot_linux_console: add a test for arm "
` [Qemu-devel] [PULL 17/19] tests/boot_linux_console: add a test for s390x + s390-ccw-virtio
` [Qemu-devel] [PULL 18/19] tests/boot_linux_console: add a test for alpha + clipper
` [Qemu-devel] [PULL 19/19] configure: automatically pick python3 is available
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).