Show patches with: Submitter = Philippe Mathieu-Daudé       |    Archived = No       |   769 patches
« 1 2 ... 4 5 67 8 »
Patch Series S/W/F Date Submitter Delegate State
[10/13] dma: Let dma_memory_rw_relaxed() take MemTxAttrs argument dma: Let the DMA API take MemTxAttrs argument and propagate MemTxResult --- 2020-09-04 Philippe Mathieu-Daudé Accepted
[09/13] dma: Let dma_memory_set() take MemTxAttrs argument dma: Let the DMA API take MemTxAttrs argument and propagate MemTxResult --- 2020-09-04 Philippe Mathieu-Daudé New
[08/13] dma: Let dma_memory_valid() take MemTxAttrs argument dma: Let the DMA API take MemTxAttrs argument and propagate MemTxResult --- 2020-09-04 Philippe Mathieu-Daudé Accepted
[07/13] dma: Let dma_memory_write() propagate MemTxResult dma: Let the DMA API take MemTxAttrs argument and propagate MemTxResult --- 2020-09-04 Philippe Mathieu-Daudé Accepted
[06/13] dma: Let dma_memory_read() propagate MemTxResult dma: Let the DMA API take MemTxAttrs argument and propagate MemTxResult --- 2020-09-04 Philippe Mathieu-Daudé Superseded
[05/13] dma: Let dma_memory_rw() propagate MemTxResult dma: Let the DMA API take MemTxAttrs argument and propagate MemTxResult --- 2020-09-04 Philippe Mathieu-Daudé Accepted
[04/13] dma: Let dma_memory_set() propagate MemTxResult dma: Let the DMA API take MemTxAttrs argument and propagate MemTxResult --- 2020-09-04 Philippe Mathieu-Daudé Accepted
[03/13] dma: Document address_space_map/address_space_unmap() prototypes dma: Let the DMA API take MemTxAttrs argument and propagate MemTxResult --- 2020-09-04 Philippe Mathieu-Daudé Superseded
[02/13] docs/devel/loads-stores: Add regexp for DMA functions dma: Let the DMA API take MemTxAttrs argument and propagate MemTxResult --- 2020-09-04 Philippe Mathieu-Daudé Superseded
[01/13] pci: pass along the return value of dma_memory_rw dma: Let the DMA API take MemTxAttrs argument and propagate MemTxResult --- 2020-09-04 Philippe Mathieu-Daudé New
[3/3] block/nvme: Pair doorbell registers block/nvme: Use NvmeBar structure from "block/nvme.h" --- 2020-09-04 Philippe Mathieu-Daudé New
[2/3] block/nvme: Use generic NvmeBar structure block/nvme: Use NvmeBar structure from "block/nvme.h" --- 2020-09-04 Philippe Mathieu-Daudé New
[1/3] block/nvme: Group controller registers in NVMeRegs structure block/nvme: Use NvmeBar structure from "block/nvme.h" --- 2020-09-04 Philippe Mathieu-Daudé New
[2/2] hw/timer/hpet: Fix DPRINTF format string [1/2] hw/timer/hpet: Remove dead code --- 2020-09-03 Philippe Mathieu-Daudé New
[1/2] hw/timer/hpet: Remove dead code [1/2] hw/timer/hpet: Remove dead code --- 2020-09-03 Philippe Mathieu-Daudé Superseded
[v7,15/15] block/nvme: Use an array of EventNotifier block/nvme: Various cleanups required to use multiple queues --- 2020-09-03 Philippe Mathieu-Daudé Superseded
[v7,11/15] block/nvme: Simplify nvme_init_queue() arguments block/nvme: Various cleanups required to use multiple queues --- 2020-09-03 Philippe Mathieu-Daudé Superseded
[v7,08/15] block/nvme: Use union of NvmeIdCtrl / NvmeIdNs structures block/nvme: Various cleanups required to use multiple queues --- 2020-09-03 Philippe Mathieu-Daudé Superseded
[v7,07/15] block/nvme: Rename local variable block/nvme: Various cleanups required to use multiple queues --- 2020-09-03 Philippe Mathieu-Daudé New
[v7,05/15] block/nvme: Improve error message when IO queue creation failed block/nvme: Various cleanups required to use multiple queues --- 2020-09-03 Philippe Mathieu-Daudé Superseded
[v7,04/15] block/nvme: Define INDEX macros to ease code review block/nvme: Various cleanups required to use multiple queues --- 2020-09-03 Philippe Mathieu-Daudé New
[v7,03/15] block/nvme: Let nvme_create_queue_pair() fail gracefully block/nvme: Various cleanups required to use multiple queues --- 2020-09-03 Philippe Mathieu-Daudé New
[RFC,12/12] dma: Assert when device writes to indirect memory (such MMIO regions) hw: Forbid DMA write accesses to MMIO regions --- 2020-09-03 Philippe Mathieu-Daudé New
[09/12] dma: Let load/store DMA functions take MemTxAttrs argument hw: Forbid DMA write accesses to MMIO regions --- 2020-09-03 Philippe Mathieu-Daudé New
[08/12] docs/devel/loads-stores: Add regexp for DMA functions hw: Forbid DMA write accesses to MMIO regions --- 2020-09-03 Philippe Mathieu-Daudé Superseded
[04/12] dma: Let dma_memory_rw_relaxed() take MemTxAttrs argument hw: Forbid DMA write accesses to MMIO regions --- 2020-09-03 Philippe Mathieu-Daudé New
[03/12] dma: Let dma_memory_set() take MemTxAttrs argument hw: Forbid DMA write accesses to MMIO regions --- 2020-09-03 Philippe Mathieu-Daudé New
[02/12] dma: Let dma_memory_valid() take MemTxAttrs argument hw: Forbid DMA write accesses to MMIO regions --- 2020-09-03 Philippe Mathieu-Daudé Superseded
tests/qtest/tpm: Declare input buffers const and static tests/qtest/tpm: Declare input buffers const and static --- 2020-09-02 Philippe Mathieu-Daudé New
[5/5] util/qsp: Do not declare local variable only used for assertion misc: Reduce assert side-effects --- 2020-09-02 Philippe Mathieu-Daudé New
[2/5] hw/pci-bridge: Do not declare local variable only used for assertion misc: Reduce assert side-effects --- 2020-09-02 Philippe Mathieu-Daudé New
[v2,1/2] hw/isa/superio: Set abstract TYPE_ISA_SUPERIO instance size [v2,1/2] hw/isa/superio: Set abstract TYPE_ISA_SUPERIO instance size --- 2020-08-22 Philippe Mathieu-Daudé Superseded
[v6,12/15] block/nvme: Replace BDRV_POLL_WHILE by AIO_WAIT_WHILE block/nvme: Various cleanups required to use multiple queues --- 2020-08-21 Philippe Mathieu-Daudé Superseded
[v6,11/15] block/nvme: Simplify nvme_init_queue() arguments block/nvme: Various cleanups required to use multiple queues --- 2020-08-21 Philippe Mathieu-Daudé Superseded
[v6,10/15] block/nvme: Replace qemu_try_blockalign(bs) by qemu_try_memalign(pg_sz) block/nvme: Various cleanups required to use multiple queues --- 2020-08-21 Philippe Mathieu-Daudé New
[v6,09/15] block/nvme: Replace qemu_try_blockalign0 by qemu_try_blockalign/memset block/nvme: Various cleanups required to use multiple queues --- 2020-08-21 Philippe Mathieu-Daudé Superseded
[v6,08/15] block/nvme: Use union of NvmeIdCtrl / NvmeIdNs structures block/nvme: Various cleanups required to use multiple queues --- 2020-08-21 Philippe Mathieu-Daudé Superseded
[v6,06/15] block/nvme: Use common error path in nvme_add_io_queue() block/nvme: Various cleanups required to use multiple queues --- 2020-08-21 Philippe Mathieu-Daudé Superseded
[v6,02/15] block/nvme: Avoid further processing if trace event not enabled block/nvme: Various cleanups required to use multiple queues --- 2020-08-21 Philippe Mathieu-Daudé Superseded
hw/isa/isa-superio: Set abstract TYPE_ISA_SUPERIO instance size hw/isa/isa-superio: Set abstract TYPE_ISA_SUPERIO instance size --- 2020-08-21 Philippe Mathieu-Daudé New
[v3,2/2] meson: Do not consider qemu-keymap a 'tool' meson: Build qemu-keymap when configured using --disable-tools --- 2020-08-21 Philippe Mathieu-Daudé New
[v2] meson: Do not consider qemu-keymap a 'tool' [v2] meson: Do not consider qemu-keymap a 'tool' --- 2020-08-21 Philippe Mathieu-Daudé New
configure: Silence shift warning in version_ge() configure: Silence shift warning in version_ge() --- 2020-08-21 Philippe Mathieu-Daudé New
util/vfio-helpers: Unify trace-events size format util/vfio-helpers: Unify trace-events size format --- 2020-08-20 Philippe Mathieu-Daudé New
[v5,12/15] block/nvme: Replace BDRV_POLL_WHILE by AIO_WAIT_WHILE block/nvme: Various cleanups required to use multiple queues --- 2020-08-20 Philippe Mathieu-Daudé Superseded
[v5,11/15] block/nvme: Simplify nvme_init_queue() arguments block/nvme: Various cleanups required to use multiple queues --- 2020-08-20 Philippe Mathieu-Daudé Superseded
[v5,09/15] block/nvme: Replace qemu_try_blockalign0 by qemu_try_blockalign/memset block/nvme: Various cleanups required to use multiple queues --- 2020-08-20 Philippe Mathieu-Daudé New
[v5,08/15] block/nvme: Use union of NvmeIdCtrl / NvmeIdNs structures block/nvme: Various cleanups required to use multiple queues --- 2020-08-20 Philippe Mathieu-Daudé Superseded
[v5,06/15] block/nvme: Use common error path in nvme_add_io_queue() block/nvme: Various cleanups required to use multiple queues --- 2020-08-20 Philippe Mathieu-Daudé Superseded
[v5,05/15] block/nvme: Improve error message when IO queue creation failed block/nvme: Various cleanups required to use multiple queues --- 2020-08-20 Philippe Mathieu-Daudé Superseded
[v5,02/15] block/nvme: Avoid further processing if trace event not enabled block/nvme: Various cleanups required to use multiple queues --- 2020-08-20 Philippe Mathieu-Daudé Superseded
[RFC,v4,5/5] block/nvme: Use qemu_vfio_pci_init_msix_irqs() to initialize our IRQ [RFC,v4,1/5] block/nvme: Use an array of EventNotifier --- 2020-08-19 Philippe Mathieu-Daudé Superseded
[RFC,v4,2/5] util/vfio-helpers: Improve reporting unsupported IOMMU type [RFC,v4,1/5] block/nvme: Use an array of EventNotifier --- 2020-08-19 Philippe Mathieu-Daudé Superseded
[RFC,v4,1/5] block/nvme: Use an array of EventNotifier [RFC,v4,1/5] block/nvme: Use an array of EventNotifier --- 2020-08-19 Philippe Mathieu-Daudé New
[RFC,v3,4/5] util/vfio-helpers: Introduce qemu_vfio_pci_init_msix_irqs() [RFC,v3,1/5] block/nvme: Use an array of EventNotifier --- 2020-08-18 Philippe Mathieu-Daudé New
[RFC,v3,3/5] util/vfio-helpers: Store eventfd using int32_t type [RFC,v3,1/5] block/nvme: Use an array of EventNotifier --- 2020-08-18 Philippe Mathieu-Daudé Superseded
[RFC,v3,1/5] block/nvme: Use an array of EventNotifier [RFC,v3,1/5] block/nvme: Use an array of EventNotifier --- 2020-08-18 Philippe Mathieu-Daudé New
ui/gtk: Update refresh interval after widget is realized ui/gtk: Update refresh interval after widget is realized --- 2020-08-17 Philippe Mathieu-Daudé New
[RFC,v2,6/7] util/vfio-helpers: Allow to set EventNotifier to particular IRQ util/vfio-helpers: Add support for multiple IRQs --- 2020-08-13 Philippe Mathieu-Daudé New
[RFC,v2,5/7] util/vfio-helpers: Support multiple eventfd util/vfio-helpers: Add support for multiple IRQs --- 2020-08-13 Philippe Mathieu-Daudé New
[RFC,v2,2/7] util/vfio-helpers: Move IRQ 'type' from pci_init_irq() to open_pci() util/vfio-helpers: Add support for multiple IRQs --- 2020-08-13 Philippe Mathieu-Daudé New
[v4,13/14] block/nvme: Simplify nvme_create_queue_pair() arguments [v4,01/14] block/nvme: Replace magic value by SCALE_MS definition --- 2020-08-12 Philippe Mathieu-Daudé Superseded
[v4,12/14] block/nvme: Replace BDRV_POLL_WHILE by AIO_WAIT_WHILE [v4,01/14] block/nvme: Replace magic value by SCALE_MS definition --- 2020-08-12 Philippe Mathieu-Daudé Superseded
[v4,11/14] block/nvme: Simplify nvme_init_queue() arguments [v4,01/14] block/nvme: Replace magic value by SCALE_MS definition --- 2020-08-12 Philippe Mathieu-Daudé Superseded
[v4,05/14] block/nvme: Improve error message when IO queue creation failed [v4,01/14] block/nvme: Replace magic value by SCALE_MS definition --- 2020-08-12 Philippe Mathieu-Daudé Superseded
[v4,02/14] block/nvme: Avoid further processing if trace event not enabled [v4,01/14] block/nvme: Replace magic value by SCALE_MS definition --- 2020-08-12 Philippe Mathieu-Daudé Superseded
[v4,01/14] block/nvme: Replace magic value by SCALE_MS definition [v4,01/14] block/nvme: Replace magic value by SCALE_MS definition --- 2020-08-12 Philippe Mathieu-Daudé New
[PULL,1/2] tests/acceptance/boot_linux: Extract common URL from xlnx-versal test [PULL,1/2] tests/acceptance/boot_linux: Extract common URL from xlnx-versal test --- 2020-08-12 Philippe Mathieu-Daudé New
[RFC,2/3] util/vfio-helpers: Add trace event to display device IRQs available [RFC,1/3] util/vfio-helpers: Store eventfd using int32_t type --- 2020-08-11 Philippe Mathieu-Daudé New
[RFC,1/3] util/vfio-helpers: Store eventfd using int32_t type [RFC,1/3] util/vfio-helpers: Store eventfd using int32_t type --- 2020-08-11 Philippe Mathieu-Daudé New
[PATCH-for-5.2,2/3] util/qemu-timer: Fix typo in description trivial: Remove 'and and' in descriptions --- 2020-08-11 Philippe Mathieu-Daudé New
[v2,2/2] tests/acceptance/boot_linux: Use stable URL for xlnx-versal test Untitled series #58513 --- 2020-08-10 Philippe Mathieu-Daudé New
[PATCH-for-5.2] memory: Add trace events to audit MemoryRegionOps fields [PATCH-for-5.2] memory: Add trace events to audit MemoryRegionOps fields --- 2020-08-06 Philippe Mathieu-Daudé New
[PATCH-for-5.2] exec: Remove MemoryRegion::global_locking field [PATCH-for-5.2] exec: Remove MemoryRegion::global_locking field --- 2020-08-06 Philippe Mathieu-Daudé New
[PATCH-for-5.2] Revert "mailmap: Update philmd email address" [PATCH-for-5.2] Revert "mailmap: Update philmd email address" --- 2020-08-06 Philippe Mathieu-Daudé New
[PATCH-for-5.1,v3,2/2] stubs: Remove qemu_notify_event() [PATCH-for-5.1,v3,1/2] exec: Restrict icount to softmmu --- 2020-08-05 Philippe Mathieu-Daudé Superseded
[PATCH-for-5.1,v3,1/2] exec: Restrict icount to softmmu [PATCH-for-5.1,v3,1/2] exec: Restrict icount to softmmu --- 2020-08-05 Philippe Mathieu-Daudé New
[PATCH-for-5.1,v2,2/2] stubs: Remove qemu_notify_event() stubs: Fix notify-event stub linkage error on MinGW --- 2020-08-05 Philippe Mathieu-Daudé New
[PATCH-for-5.1] .travis.yml: Deprecate it in favor of GitLab CI [PATCH-for-5.1] .travis.yml: Deprecate it in favor of GitLab CI --- 2020-08-04 Philippe Mathieu-Daudé New
[PATCH-for-5.1,v2,1/1] accel/xen: Fix xen_enabled() behavior on target-agnostic objects [PATCH-for-5.1,v2,1/1] accel/xen: Fix xen_enabled() behavior on target-agnostic objects --- 2020-08-04 Philippe Mathieu-Daudé New
[PATCH-for-5.2,1/2] hw/mips/mipssim: Use MMIO serial device on fake ISA I/O hw/char: Remove TYPE_SERIAL_IO --- 2020-07-30 Philippe Mathieu-Daudé New
[PATCH-for-5.1] accel/xen: Fix xen_enabled() behavior on target-agnostic objects [PATCH-for-5.1] accel/xen: Fix xen_enabled() behavior on target-agnostic objects --- 2020-07-28 Philippe Mathieu-Daudé New
[PATCH-for-5.1,v2,2/2] tpm: List the available TPM backends tpm: Improve error reporting --- 2020-07-23 Philippe Mathieu-Daudé Superseded
[RFC,PATCH-for-5.1,2/2] tpm: List the available TPM backends tpm: Improve error reporting --- 2020-07-22 Philippe Mathieu-Daudé New
[PULL,2/2] hw/nvram/fw_cfg: Let fw_cfg_add_from_generator() return boolean value fw_cfg patches for 2020-07-21 --- 2020-07-21 Philippe Mathieu-Daudé Superseded
[v2,2/2] hw/nvram/fw_cfg: Let fw_cfg_add_from_generator() return boolean value hw/nvram/fw_cfg: Let fw_cfg_add_from_generator() return boolean value --- 2020-07-21 Philippe Mathieu-Daudé Superseded
[PATCH-for-5.1] hw/nvram/fw_cfg: Let fw_cfg_add_from_generator() return boolean value [PATCH-for-5.1] hw/nvram/fw_cfg: Let fw_cfg_add_from_generator() return boolean value --- 2020-07-20 Philippe Mathieu-Daudé New
[RFC,PATCH-for-5.2,5/5] hw/virtio: Simplify virtio_mem_set_requested_size() [PATCH-for-5.2,1/5] hw/core/qdev-properties: Simplify get_reserved_region() --- 2020-07-15 Philippe Mathieu-Daudé New
[RFC,PATCH-for-5.2,2/5] qom: Split ObjectPropertyAccessor as ObjectProperty[Get/Set] [PATCH-for-5.2,1/5] hw/core/qdev-properties: Simplify get_reserved_region() --- 2020-07-15 Philippe Mathieu-Daudé New
[PATCH-for-5.2,1/5] hw/core/qdev-properties: Simplify get_reserved_region() [PATCH-for-5.2,1/5] hw/core/qdev-properties: Simplify get_reserved_region() --- 2020-07-15 Philippe Mathieu-Daudé New
[PATCH-for-5.1] net/colo: Remove unused trace event [PATCH-for-5.1] net/colo: Remove unused trace event --- 2020-07-15 Philippe Mathieu-Daudé New
[PATCH-for-5.2] hw/vfio: Move some target-independent devices to common-objs [PATCH-for-5.2] hw/vfio: Move some target-independent devices to common-objs --- 2020-07-15 Philippe Mathieu-Daudé New
[PULL,19/19] python/qmp.py: add QMPProtocolError [PULL,01/19] scripts/performance: Add dissect.py script --- 2020-07-14 Philippe Mathieu-Daudé New
[PULL,17/19] python/qmp.py: Do not return None from cmd_obj [PULL,01/19] scripts/performance: Add dissect.py script --- 2020-07-14 Philippe Mathieu-Daudé New
[PULL,16/19] python/qmp.py: re-absorb MonitorResponseError [PULL,01/19] scripts/performance: Add dissect.py script --- 2020-07-14 Philippe Mathieu-Daudé New
[PULL,15/19] iotests.py: use qemu.qmp type aliases [PULL,01/19] scripts/performance: Add dissect.py script --- 2020-07-14 Philippe Mathieu-Daudé New
[PULL,11/19] python/machine.py: split shutdown into hard and soft flavors [PULL,01/19] scripts/performance: Add dissect.py script --- 2020-07-14 Philippe Mathieu-Daudé New
[PULL,10/19] tests/acceptance: Don't test reboot on cubieboard [PULL,01/19] scripts/performance: Add dissect.py script --- 2020-07-14 Philippe Mathieu-Daudé New
[PULL,05/19] python/machine.py: Perform early cleanup for wait() calls, too [PULL,01/19] scripts/performance: Add dissect.py script --- 2020-07-14 Philippe Mathieu-Daudé New
[PULL,03/19] python/machine.py: Close QMP socket in cleanup [PULL,01/19] scripts/performance: Add dissect.py script --- 2020-07-14 Philippe Mathieu-Daudé New
« 1 2 ... 4 5 67 8 »