messages from 2020-10-28 13:54:27 to 2020-10-28 23:01:47 UTC [more...]
[PATCH v3 00/15] python: create installable package
2020-10-28 22:59 UTC (40+ messages)
` [PATCH v3 01/15] python: create qemu packages
` [PATCH v3 02/15] python: add qemu package installer
` [PATCH v3 03/15] python: add VERSION file
` [PATCH v3 04/15] python: add directory structure README.rst files
` [PATCH v3 05/15] python: Add pipenv support
` [PATCH v3 06/15] python: add pylint import exceptions
` [PATCH v3 07/15] python: move pylintrc into setup.cfg
` [PATCH v3 08/15] python: add pylint to pipenv
` [PATCH v3 09/15] python: move flake8 config to setup.cfg
` [PATCH v3 10/15] python: Add flake8 to pipenv
` [PATCH v3 11/15] python: move mypy.ini into setup.cfg
` [PATCH v3 12/15] python: add mypy to pipenv
` [PATCH v3 13/15] python: move .isort.cfg into setup.cfg
` [PATCH v3 14/15] python/qemu: add isort to pipenv
` [PATCH v3 15/15] python/qemu: add qemu package itself "
[PATCH] linux-user/mmap.c: check range of mremap result in target address space
2020-10-28 21:38 UTC
[PATCH] semihosting: Merge semihosting console init functions to fix READC
2020-10-28 21:35 UTC
[PATCH v2 0/5] Fix the Hypervisor access functions
2020-10-28 21:33 UTC (13+ messages)
` [PATCH v2 1/5] target/riscv: Add a virtualised MMU Mode
` [PATCH v2 2/5] target/riscv: Set the virtualised MMU mode when doing hyp accesses
` [PATCH v2 3/5] target/riscv: Remove the HS_TWO_STAGE flag
` [PATCH v2 4/5] target/riscv: Remove the hyp load and store functions
` [PATCH v2 5/5] target/riscv: Split the Hypervisor execute load helpers
[PATCH] Add int128_or to include/qemu/int128.h
2020-10-28 21:19 UTC
[PATCH] meson.build: fix building of Xen support for aarch64
2020-10-28 21:17 UTC (2+ messages)
[PATCH] hw/timer/renesas_tmr.c cleanup read operation
2020-10-28 20:57 UTC (2+ messages)
[PATCH] MAINTAINERS: update my email address
2020-10-28 20:56 UTC (2+ messages)
[PATCH v2 00/10] hw/riscv: microchip_pfsoc: Support factory HSS boot out of the box
2020-10-28 20:30 UTC (10+ messages)
` [PATCH v2 01/10] hw/riscv: microchip_pfsoc: Document where to look at the SoC memory maps
` [PATCH v2 03/10] hw/riscv: microchip_pfsoc: Connect DDR memory controller modules
` [PATCH v2 08/10] hw/riscv: microchip_pfsoc: Map the reserved memory at address 0
` [PATCH v2 09/10] hw/riscv: microchip_pfsoc: Correct DDR memory map
[PULL 00/12] qemu-ga patch queue for soft-freeze
2020-10-28 20:39 UTC (2+ messages)
[RFC PATCH] hw/arm/virt: use sbsa-ec for reboot and poweroff in secure mode
2020-10-28 20:31 UTC (2+ messages)
[PATCH 00/11] target/arm: Fix neon reg offsets
2020-10-28 20:22 UTC (7+ messages)
` [PATCH 05/11] target/arm: Add read/write_neon_element32
[PATCH 0/9] silence the compiler warnings
2020-10-28 20:20 UTC (21+ messages)
` [PATCH 1/9] target/i386: silence the compiler warnings in gen_shiftd_rm_T1
` [PATCH 2/9] hw/intc/arm_gicv3_kvm: silence the compiler warnings
` [PATCH 3/9] accel/tcg/user-exec: "
` [PATCH 7/9] ppc: "
` [PATCH 8/9] target/ppc: "
` [PATCH 9/9] hw/timer/renesas_tmr: "
[PULL 0/8] Renesas patches for 2020-10-27
2020-10-28 19:59 UTC (2+ messages)
[PATCH 0/2] Fix some Neon insns on big-endian hosts
2020-10-28 19:51 UTC (6+ messages)
` [PATCH 1/2] target/arm: Fix float16 pairwise Neon ops "
` [PATCH 2/2] target/arm: Fix VUDOT/VSDOT (scalar) "
[RFC PATCH v2 00/37] cleanup qemu_init and make sense of command line processing
2020-10-28 19:32 UTC (7+ messages)
` [PATCH 03/29] vl: extract validation of -smp to machine.c
` [PATCH 04/29] vl: remove bogus check
[PATCH-for-5.2] hw/rx/rx-gdbsim: Fix memory leak
2020-10-28 19:22 UTC
[PATCH 0/4] riscv: Add semihosting support [v10]
2020-10-28 19:14 UTC (8+ messages)
` [PATCH 1/4] semihosting: Move ARM semihosting code to shared directories
[PATCH 0/4] Add RISC-V semihosting support
2020-10-28 19:09 UTC (6+ messages)
` [PATCH 1/4] semihosting: Move ARM semihosting code to shared directories [v3]
` [PATCH 2/4] semihosting: Change common-semi API to be architecture-independent
` [PATCH 3/4] semihosting: Change internal common-semi interfaces to use CPUState *
` [PATCH 4/4] riscv: Add semihosting support [v11]
[PATCH v2 0/6] Add support for Control-Flow Integrity
2020-10-28 18:47 UTC (11+ messages)
` [PATCH v2 3/6] configure: add option to enable LTO
[PATCH v9 0/8] Introduce 'yank' oob qmp command to recover from hanging qemu
2020-10-28 18:45 UTC (9+ messages)
` [PATCH v9 1/8] Introduce yank feature
` [PATCH v9 2/8] block/nbd.c: Add "
` [PATCH v9 3/8] chardev/char-socket.c: "
` [PATCH v9 4/8] migration: "
` [PATCH v9 5/8] io/channel-tls.c: make qio_channel_tls_shutdown thread-safe
` [PATCH v9 6/8] io: Document qmp oob suitability of qio_channel_shutdown and io_shutdown
` [PATCH v9 7/8] MAINTAINERS: Add myself as maintainer for yank feature
` [PATCH v9 8/8] tests/test-char.c: Wait for the chardev to connect in char_socket_client_dupid_test
[PATCH 0/5] python: add linters to gitlab CI
2020-10-28 18:38 UTC (10+ messages)
` [PATCH 1/5] python: add pytest and tests
` [PATCH 4/5] python: add .gitignore
[PATCH 00/25] block/nvme: Fix Aarch64 host
2020-10-28 18:24 UTC (59+ messages)
` [PATCH 01/25] MAINTAINERS: Cover 'block/nvme.h' file
` [PATCH 02/25] block/nvme: Use hex format to display offset in trace events
` [PATCH 03/25] block/nvme: Report warning with warn_report()
` [PATCH 05/25] block/nvme: Trace nvme_poll_queue() per queue
` [PATCH 06/25] block/nvme: Improve nvme_free_req_queue_wait() trace information
` [PATCH 07/25] block/nvme: Trace queue pair creation/deletion
` [PATCH 08/25] block/nvme: Simplify device reset
` [PATCH 09/25] block/nvme: Move definitions before structure declarations
` [PATCH 10/25] block/nvme: Use unsigned integer for queue counter/size
` [PATCH 11/25] block/nvme: Make nvme_identify() return boolean indicating error
` [PATCH 12/25] block/nvme: Make nvme_init_queue() "
` [PATCH 13/25] block/nvme: Introduce Completion Queue definitions
` [PATCH 14/25] block/nvme: Use definitions instead of magic values in add_io_queue()
` [PATCH 15/25] block/nvme: Correctly initialize Admin Queue Attributes
` [PATCH 16/25] block/nvme: Simplify ADMIN queue access
` [PATCH 17/25] block/nvme: Simplify nvme_cmd_sync()
` [PATCH 18/25] block/nvme: Pass AioContext argument to nvme_add_io_queue()
` [PATCH 21/25] block/nvme: Change size and alignment of IDENTIFY response buffer
` [PATCH 22/25] block/nvme: Change size and alignment of queue
` [PATCH 23/25] block/nvme: Change size and alignment of prp_list_pages
` [PATCH 24/25] block/nvme: Align iov's va and size on host page size
` [RFC PATCH 25/25] block/nvme: Fix use of write-only doorbells page on Aarch64 arch
[PATCH] pci: Refuse to hotplug PCI Devices when the Guest OS is not ready
2020-10-28 17:49 UTC (15+ messages)
[PATCH v2] xen: rework pci_piix3_xen_ide_unplug
2020-10-28 17:19 UTC (3+ messages)
[PULL v2 00/32] VFIO updates 2020-10-28 (for QEMU 5.2 soft-freeze)
2020-10-28 16:44 UTC (33+ messages)
` [PULL v2 01/32] vfio: Add function to unmap VFIO region
` [PULL v2 02/32] vfio: Add vfio_get_object callback to VFIODeviceOps
` [PULL v2 03/32] vfio: Add save and load functions for VFIO PCI devices
` [PULL v2 04/32] vfio: Add migration region initialization and finalize function
` [PULL v2 05/32] vfio: Add VM state change handler to know state of VM
` [PULL v2 06/32] vfio: Add migration state change notifier
` [PULL v2 07/32] vfio: Register SaveVMHandlers for VFIO device
` [PULL v2 08/32] vfio: Add save state functions to SaveVMHandlers
` [PULL v2 09/32] vfio: Add load "
` [PULL v2 10/32] memory: Set DIRTY_MEMORY_MIGRATION when IOMMU is enabled
` [PULL v2 11/32] vfio: Get migration capability flags for container
` [PULL v2 12/32] vfio: Add function to start and stop dirty pages tracking
` [PULL v2 13/32] vfio: Add vfio_listener_log_sync to mark dirty pages
` [PULL v2 14/32] vfio: Dirty page tracking when vIOMMU is enabled
` [PULL v2 15/32] vfio: Add ioctl to get dirty pages bitmap during dma unmap
` [PULL v2 16/32] vfio: Make vfio-pci device migration capable
` [PULL v2 17/32] qapi: Add VFIO devices migration stats in Migration stats
` [PULL v2 18/32] update-linux-headers: Add vfio_zdev.h
` [PULL v2 19/32] linux-headers: update against 5.10-rc1
` [PULL v2 20/32] s390x/pci: Move header files to include/hw/s390x
` [PULL v2 21/32] vfio: Create shared routine for scanning info capabilities
` [PULL v2 22/32] vfio: Find DMA available capability
` [PULL v2 23/32] s390x/pci: Add routine to get the vfio dma available count
` [PULL v2 24/32] s390x/pci: Honor DMA limits set by vfio
` [PULL v2 25/32] s390x/pci: create a header dedicated to PCI CLP
` [PULL v2 26/32] s390x/pci: use a PCI Group structure
` [PULL v2 27/32] s390x/pci: clean up s390 PCI groups
` [PULL v2 28/32] s390x/pci: use a PCI Function structure
` [PULL v2 29/32] vfio: Add routine for finding VFIO_DEVICE_GET_INFO capabilities
` [PULL v2 30/32] s390x/pci: get zPCI function info from host
` [PULL v2 31/32] hw/vfio: Use lock guard macros
` [PULL v2 32/32] vfio: fix incorrect print type
[PATCH V15 0/6] mips: Add Loongson-3 machine support
2020-10-28 16:48 UTC (5+ messages)
` [PATCH V15 1/6] target/mips: Fix PageMask with variable page size
` [PATCH V15 2/6] target/mips: Add unaligned access support for MIPS64R6 and Loongson-3
[PATCH v3] introduce VFIO-over-socket protocol specificaion
2020-10-28 16:41 UTC (3+ messages)
` [PATCH v5] introduce vfio-user protocol specification
[PULL 0/8] Linux user for 5.2 patches
2020-10-28 16:25 UTC (2+ messages)
[PATCH 0/4] qemu-storage-daemon: QAPIfy --chardev the stupid way
2020-10-28 16:01 UTC (9+ messages)
[PATCH 00/12] qom: Make all -object types use only class properties
2020-10-28 15:53 UTC (7+ messages)
` [PATCH 03/12] qom: Make object_class_property_add_uint*_ptr() get offset
[PULL 00/32] VFIO updates 2020-10-26 (for QEMU 5.2 soft-freeze)
2020-10-28 15:41 UTC (8+ messages)
[PATCH-for-5.2] hw/virtio/vhost-vdpa: Fix Coverity CID 1432864
2020-10-28 15:40 UTC
[PATCH] vhost-user-blk: Fix two resource leaks
2020-10-28 15:40 UTC (2+ messages)
[PATCH 0/5] spapr: Error handling fixes and cleanups (round 3)
2020-10-28 15:22 UTC (7+ messages)
` [PATCH 4/5] spapr: Pass &error_abort when getting some PC DIMM properties
Help on TCG asserts
2020-10-28 14:45 UTC (2+ messages)
[PATCH] WHPX: support for the kernel-irqchip on/off
2020-10-28 14:45 UTC
[PATCH] Revert series: virtiofsd: Announce submounts to the guest
2020-10-28 14:30 UTC (3+ messages)
[RESEND PATCH 0/9] hw/riscv: microchip_pfsoc: Support factory HSS boot out of the box
2020-10-28 14:13 UTC (5+ messages)
` [RESEND PATCH 2/9] hw/riscv: microchip_pfsoc: Connect DDR memory controller modules
[PATCH] Add support for pvpanic pci device
2020-10-28 13:32 UTC (7+ messages)
` [PATCH 1/6] hw/misc/pvpanic: Build the pvpanic device for any machine
` [PATCH 2/6] hw/misc/pvpanic: Cosmetic renaming
` [PATCH 3/6] hw/misc/pvpanic: Add the PCI interface
` [PATCH 4/6] hw/arm/virt: Use the pvpanic pci device
` [PATCH 5/6] pvpanic : update pvpanic document
` [PATCH 6/6] pvpanic: break dependency on ISA_BUS adding PCI
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).