qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-22 04:47:16 to 2021-01-22 18:23:56 UTC [more...]

[PATCH v2 0/8] testing/next (docker, binfmt, gdb version)
 2021-01-22 18:18 UTC  (7+ messages)
` [PATCH v2 1/8] tests/docker: Fix _get_so_libs() for docker-binfmt-image
` [PATCH v2 2/8] tests/docker: Fix typo in help message
` [PATCH v2 4/8] tests/docker: preserve original name when copying libs
` [PATCH v2 5/8] tests/docker: alias docker-help target for consistency
` [PATCH v2 6/8] tests/docker: add a docker-exec-copy-test
` [PATCH v2 7/8] configure: make version_ge more tolerant of shady version input

[PATCH v7 00/35] Hexagon patch series
 2021-01-22 18:10 UTC  (12+ messages)
` [PATCH v7 06/35] Hexagon (target/hexagon) register names
` [PATCH v7 08/35] Hexagon (target/hexagon) GDB Stub
` [PATCH v7 12/35] Hexagon (target/hexagon) instruction attributes
` [PATCH v7 14/35] Hexagon (target/hexagon) instruction printing
` [PATCH v7 15/35] Hexagon (target/hexagon/arch.[ch]) utility functions

[PATCH] coroutine-sigaltstack: Keep SIGUSR2 handler up
 2021-01-22 18:05 UTC  (6+ messages)

[PATCH RFC] pvrdma: wean code off pvrdma_ring.h kernel header
 2021-01-22 18:00 UTC 

[PULL 0/8] Usb 20210122 patches
 2021-01-22 17:48 UTC  (9+ messages)
` [PULL 1/8] hw/usb/host-libusb.c: fix build with kernel < 5.0
` [PULL 2/8] hw/usb: Fix bad printf format specifiers
` [PULL 3/8] hw/usb: Convert to qdev_realize()
` [PULL 4/8] hw/usb/hcd-xhci: Fix extraneous format-truncation error on 32-bit hosts
` [PULL 5/8] scsi/utils: Add INVALID_PARAM_VALUE sense code definition
` [PULL 6/8] hw/usb/dev-uas: Report command additional adb length as unsupported
` [PULL 7/8] usb: add pcap support
` [PULL 8/8] usb-host: map LIBUSB_SPEED_SUPER_PLUS to USB_SPEED_SUPER

hexagon sysemu - library loading path feature
 2021-01-22 17:45 UTC  (2+ messages)

[PATCH] spapr: Adjust firmware path of PCI devices
 2021-01-22 17:26 UTC  (2+ messages)

[PATCH v4 00/16] 64bit block-layer: part I
 2021-01-22 17:22 UTC  (19+ messages)
` [PATCH v4 07/16] block/io: improve bdrv_check_request: check qiov too
` [PATCH v4 08/16] block: use int64_t as bytes type in tracked requests
` [PATCH v4 09/16] block/io: use int64_t bytes in driver wrappers
` [PATCH v4 10/16] block/io: support int64_t bytes in bdrv_co_do_pwrite_zeroes()
` [PATCH v4 11/16] block/io: support int64_t bytes in bdrv_aligned_pwritev()
` [PATCH v4 12/16] block/io: support int64_t bytes in bdrv_co_do_copy_on_readv()
` [PATCH v4 13/16] block/io: support int64_t bytes in bdrv_aligned_preadv()
` [PATCH v4 14/16] block/io: support int64_t bytes in bdrv_co_p{read, write}v_part()
  ` [PATCH v4 14/16] block/io: support int64_t bytes in bdrv_co_p{read,write}v_part()
` [PATCH v4 15/16] block/io: support int64_t bytes in read/write wrappers

[PATCH] 9pfs: Convert reclaim list to QSLIST
 2021-01-22 17:18 UTC  (2+ messages)

[PATCH] i386: Add the support for AMD EPYC 3rd generation processors
 2021-01-22 16:36 UTC 

[PATCH 0/8] s390x/pci: Fixing s390 vfio-pci ISM support
 2021-01-22 16:46 UTC  (16+ messages)

[PATCH] gitlab-ci.yml: Use the whole tree as artifacts to speed up the CI
 2021-01-22 16:25 UTC  (5+ messages)

[PATCH v7 00/11] Rework iotests/check
 2021-01-22 16:18 UTC  (26+ messages)
` [PATCH v7 07/11] iotests: add findtests.py
` [PATCH v7 08/11] iotests: add testenv.py
` [PATCH v7 09/11] iotests: add testrunner.py
` [PATCH v7 10/11] iotests: rewrite check into python

[Bug 1912777] Re: KVM_EXIT_MMIO has increased in Qemu4.0.0 when compared to Qemu 2.11.0
 2021-01-22 15:58 UTC  (2+ messages)

[PATCH 0/3] configure: Do not build TCG or link with capstone if not necessary
 2021-01-22 16:02 UTC  (5+ messages)

[Bug 1912790] [NEW] qemu-aarch64-static segfaults python3
 2021-01-22 15:37 UTC  (2+ messages)
` [Bug 1912790] "

[PATCH] virtiofsd: prevent opening of special files (CVE-2020-35517)
 2021-01-22 15:49 UTC  (4+ messages)

[PATCHv8 0/3] arm-virt: add secure pl061 for reset/power down
 2021-01-22 15:48 UTC  (10+ messages)
` [PATCHv8 1/3] hw: gpio: implement gpio-pwr driver for qemu reset/poweroff
` [PATCHv8 2/3] arm-virt: refactor gpios creation
` [PATCHv8 3/3] arm-virt: add secure pl061 for reset/power down

[PATCH 00/25] qemu-option, keyval, vl: switch -object/-M/-accel to keyval parsing
 2021-01-22 15:44 UTC  (14+ messages)
` [PATCH 04/25] keyval: accept escaped commas in implied option
` [PATCH 05/25] keyval: simplify keyval_parse_one
` [PATCH 06/25] tests: convert check-qom-proplist to keyval
` [PATCH 07/25] keyval: introduce keyval_parse_into

[PATCH 00/25] Convert CMSDK timer, watchdog, dualtimer to Clock framework
 2021-01-22 15:34 UTC  (19+ messages)
` [PATCH 01/25] ptimer: Add new ptimer_set_period_from_clock() function
` [PATCH 02/25] clock: Add new clock_has_source() function
` [PATCH 06/25] hw/timer/cmsdk-apb-timer: Rename CMSDKAPBTIMER struct to CMSDKAPBTimer
` [PATCH 07/25] hw/timer/cmsdk-apb-timer: Add Clock input
` [PATCH 08/25] hw/timer/cmsdk-apb-dualtimer: "
` [PATCH 09/25] hw/watchdog/cmsdk-apb-watchdog: "
` [PATCH 10/25] hw/arm/armsse: Rename "MAINCLK" property to "MAINCLK_FRQ"
` [PATCH 11/25] hw/arm/armsse: Wire up clocks
` [PATCH 12/25] hw/arm/mps2: Inline CMSDK_APB_TIMER creation

[PATCH] arm: rename xlnx-zcu102.canbusN properties
 2021-01-22 15:29 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 00/11] chardev: Convert IO handlers to use unsigned type
 2021-01-22 15:25 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 07/11] chardev: Let IOReadHandler "

[PATCH 1/2] intel_iommu: Support IR-only mode without DMA translation
 2021-01-22 15:14 UTC  (2+ messages)

[PULL 0/7] 2021-01-20 fuzzing patches
 2021-01-22 15:06 UTC  (2+ messages)

[PATCH] target/i386/hvf: add vmware-cpuid-freq cpu feature
 2021-01-22 15:05 UTC  (7+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] pci: add romsize property
 2021-01-22 14:54 UTC  (5+ messages)

[PATCH v2] hw/core/resettable: make in-reset state false during exit phase call
 2021-01-22 14:26 UTC  (3+ messages)

[PATCH v2] 9pfs: Improve unreclaim loop
 2021-01-22 14:15 UTC  (3+ messages)

[PATCH] vnc: drop vnc_colordepth() call
 2021-01-22 14:11 UTC  (3+ messages)

[PATCH v3 00/21] target-arm: Implement ARMv8.5-MemTag, user mode
 2021-01-22 14:13 UTC  (19+ messages)
` [PATCH v3 11/21] exec: Add support for TARGET_TAGGED_ADDRESSES
` [PATCH v3 12/21] linux-user/aarch64: Implement PR_TAGGED_ADDR_ENABLE
` [PATCH v3 13/21] linux-user/aarch64: Implement PR_MTE_TCF and PR_MTE_TAG
` [PATCH v3 17/21] linux-user/aarch64: Signal SEGV_MTESERR for sync tag check fault
` [PATCH v3 18/21] linux-user/aarch64: Signal SEGV_MTEAERR for async tag check error
` [PATCH v3 19/21] target/arm: Add allocation tag storage for user mode
` [PATCH v3 20/21] target/arm: Enable MTE for user-only
` [PATCH v3 21/21] tests/tcg/aarch64: Add mte smoke tests

[PATCH] util/log: flush TB cache when log level changes
 2021-01-22 14:05 UTC  (5+ messages)

[PATCH] hw/mips: loongson3: Drop 'struct MemmapEntry'
 2021-01-22 13:45 UTC  (4+ messages)

[PULL 00/11] Ui 20210115 patches
 2021-01-22 13:42 UTC  (6+ messages)
` [PULL 10/11] vnc: move initialization to framebuffer_update_request

[PATCH v8 00/10] hw/ssi: imx_spi: Fix various bugs in the imx_spi model
 2021-01-22 13:36 UTC  (2+ messages)

[PATCH v3 0/4] meson: Try to clarify TCG / TCI options for new users
 2021-01-22 13:30 UTC  (5+ messages)
` [PATCH v3 1/4] meson: Explicit TCG backend used
` [PATCH v3 2/4] meson: Warn when TCI is selected but TCG backend is available
` [PATCH v3 3/4] configure: Improve TCI feature description
` [PATCH v3 4/4] configure: Reword --enable-tcg-interpreter as --disable-native-tcg

[Bug 1912224] [NEW] qemu may freeze during drive-mirroring on fragmented FS
 2021-01-22 13:19 UTC  (2+ messages)
` [Bug 1912224] "

About 'qemu-security' list subscription process
 2021-01-22 13:13 UTC  (3+ messages)

[PULL 0/5] Linux user for 6.0 patches
 2021-01-22 13:11 UTC  (2+ messages)

[PATCH 0/4] hw/riscv: Clean-ups and map high mmio for PCIe of 'virt' machine
 2021-01-22 12:29 UTC  (5+ messages)
` [PATCH 1/4] hw/riscv: Drop 'struct MemmapEntry'
` [PATCH 2/4] hw/riscv: virt: Drop the 'link_up' parameter of gpex_pcie_init()
` [PATCH 3/4] hw/riscv: virt: Limit RAM size in a 32-bit system
` [PATCH 4/4] hw/riscv: virt: Map high mmio for PCIe

Thread safety of coroutine-sigaltstack
 2021-01-22 12:24 UTC  (9+ messages)

[PATCH V5 0/6] hw/block/nvme: support multi-path for ctrl/ns
 2021-01-22 12:07 UTC  (7+ messages)
` [PATCH V5 1/6] hw/block/nvme: introduce nvme-subsys device
` [PATCH V5 2/6] hw/block/nvme: support to map controller to a subsystem
` [PATCH V5 3/6] hw/block/nvme: add CMIC enum value for Identify Controller
` [PATCH V5 4/6] hw/block/nvme: support for multi-controller in subsystem
` [PATCH V5 5/6] hw/block/nvme: add NMIC enum value for Identify Namespace
` [PATCH V5 6/6] hw/block/nvme: support for shared namespace in subsystem

[PATCH v2 0/4] meson: Try to clarify TCG / TCI options for new users
 2021-01-22 11:33 UTC  (7+ messages)
` [PATCH v2 1/4] meson: Explicit TCG backend used
` [PATCH v2 2/4] meson: Warn when TCI is selected but TCG backend is available
` [PATCH v2 3/4] configure: Improve TCI feature description
` [RFC PATCH v2 4/4] configure: Reword --enable-tcg-interpreter as --disable-native-tcg

[PATCH v2 00/36] block: update graph permissions update
 2021-01-22 11:26 UTC  (8+ messages)
` [PATCH v2 06/36] block: BdrvChildClass: add .get_parent_aio_context handler

[PATCH v2 for-6.0 0/8] nbd reconnect on open
 2021-01-22 10:56 UTC  (4+ messages)
` [PATCH v2 2/8] nbd: allow reconnect on open, with corresponding new options

[PATCH] replay: fix replay of the interrupts
 2021-01-22 10:39 UTC  (2+ messages)

[PULL 0/9] s390x updates
 2021-01-22 10:33 UTC  (2+ messages)

[RFC PATCH] linux-user/mmap: Return EFAULT for invalid addresses
 2021-01-22 10:28 UTC  (3+ messages)

[PATCH] linux-user/mmap: Avoid asserts for out of range mremap calls
 2021-01-22 10:28 UTC  (3+ messages)

[PATCH 0/2] meson: Try to clarify TCG / TCI options for new users
 2021-01-22  9:56 UTC  (8+ messages)
` [PATCH 1/2] meson: Explicit TCG backend used
` [PATCH 2/2] meson: Warn when TCI is selected but TCG backend is available

[PATCH 0/2] tcg/tci: Fix Clang build
 2021-01-22  8:19 UTC  (8+ messages)
` [RFC PATCH 2/2] gitlab-ci: Add a job building TCI with Clang

[RFC PATCH v2 0/8] Automatically convert configure options to meson build options
 2021-01-22  8:00 UTC  (5+ messages)
` [PATCH 8/8] configure: automatically parse command line for meson -D options

[PATCH v2 0/3] target/arm: Add support for FEAT_DIT, Data Independent Timing
 2021-01-22  4:45 UTC  (3+ messages)
` [PATCH v2 2/3] "
` [PATCH v2 3/3] target/arm: Set ID_AA64PFR0.DIT and ID_PFR0.DIT to 1 for "max" AA64 CPU


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