Show patches with: Submitter = Philippe Mathieu-Daudé       |    Archived = No       |   769 patches
« 1 2 3 47 8 »
Patch Series S/W/F Date Submitter Delegate State
[v2,3/5] qapi: Restrict '(p)memsave' command to machine code qapi: Restrict machine (and migration) specific commands --- 2020-10-12 Philippe Mathieu-Daudé Superseded
[v2,2/5] qapi: Restrict 'system wakeup/reset/powerdown' commands to machine.json qapi: Restrict machine (and migration) specific commands --- 2020-10-12 Philippe Mathieu-Daudé New
[v2,1/5] qapi: Restrict 'inject-nmi' command to machine code qapi: Restrict machine (and migration) specific commands --- 2020-10-12 Philippe Mathieu-Daudé New
docs/devel/testing.rst: Update outdated Avocado URLs docs/devel/testing.rst: Update outdated Avocado URLs --- 2020-10-10 Philippe Mathieu-Daudé New
[3/3] migration: stop returning errno from load_snapshot() migration: Make save/load_snapshot() return boolean --- 2020-10-08 Philippe Mathieu-Daudé New
[2/3] migration: Make save_snapshot() return bool, not 0/-1 migration: Make save/load_snapshot() return boolean --- 2020-10-08 Philippe Mathieu-Daudé Accepted
[1/3] block: push error reporting into bdrv_all_*_snapshot functions migration: Make save/load_snapshot() return boolean --- 2020-10-08 Philippe Mathieu-Daudé Superseded
[v3] hw/arm: Restrict APEI tables generation to the 'virt' machine [v3] hw/arm: Restrict APEI tables generation to the 'virt' machine --- 2020-10-08 Philippe Mathieu-Daudé Superseded
[v3,1/1] hw/nvram: Always register FW_CFG_DATA_GENERATOR_INTERFACE qom: Fix missing interface in qemu-storage-daemon --- 2020-10-06 Philippe Mathieu-Daudé New
[v2,9/9] qom: Move the creation of the library to the main meson.build meson: Move the creation of the library to the main meson.build --- 2020-10-06 Philippe Mathieu-Daudé Superseded
[v2,8/9] authz: Move the creation of the library to the main meson.build meson: Move the creation of the library to the main meson.build --- 2020-10-06 Philippe Mathieu-Daudé Superseded
[v2,7/9] crypto: Move the creation of the library to the main meson.build meson: Move the creation of the library to the main meson.build --- 2020-10-06 Philippe Mathieu-Daudé Superseded
[v2,6/9] io: Move the creation of the library to the main meson.build meson: Move the creation of the library to the main meson.build --- 2020-10-06 Philippe Mathieu-Daudé Superseded
[v2,5/9] migration: Move the creation of the library to the main meson.build meson: Move the creation of the library to the main meson.build --- 2020-10-06 Philippe Mathieu-Daudé Superseded
[v2,4/9] chardev: Move the creation of the library to the main meson.build meson: Move the creation of the library to the main meson.build --- 2020-10-06 Philippe Mathieu-Daudé Superseded
[v2,3/9] hw/core: Move the creation of the library to the main meson.build meson: Move the creation of the library to the main meson.build --- 2020-10-06 Philippe Mathieu-Daudé Superseded
[v2,2/9] meson.build: Sort sourcesets alphabetically meson: Move the creation of the library to the main meson.build --- 2020-10-06 Philippe Mathieu-Daudé New
[v2,1/9] meson.build: Add comments to clarify code organization meson: Move the creation of the library to the main meson.build --- 2020-10-06 Philippe Mathieu-Daudé New
[v2,1/1] hw/nvram: Always register FW_CFG_DATA_GENERATOR_INTERFACE qom: Fix missing interface in qemu-storage-daemon --- 2020-10-06 Philippe Mathieu-Daudé Superseded
[10/10] qom: Move the creation of the library to the main meson.build meson: Move the creation of the library to the main meson.build --- 2020-10-06 Philippe Mathieu-Daudé New
[09/10] authz: Move the creation of the library to the main meson.build meson: Move the creation of the library to the main meson.build --- 2020-10-06 Philippe Mathieu-Daudé New
[08/10] crypto: Move the creation of the library to the main meson.build meson: Move the creation of the library to the main meson.build --- 2020-10-06 Philippe Mathieu-Daudé New
[07/10] io: Move the creation of the library to the main meson.build meson: Move the creation of the library to the main meson.build --- 2020-10-06 Philippe Mathieu-Daudé New
[06/10] migration: Move the creation of the library to the main meson.build meson: Move the creation of the library to the main meson.build --- 2020-10-06 Philippe Mathieu-Daudé New
[05/10] chardev: Move the creation of the library to the main meson.build meson: Move the creation of the library to the main meson.build --- 2020-10-06 Philippe Mathieu-Daudé New
[04/10] hw/core: Move the creation of the library to the main meson.build meson: Move the creation of the library to the main meson.build --- 2020-10-06 Philippe Mathieu-Daudé New
[03/10] meson.build: Sort sourcesets alphabetically meson: Move the creation of the library to the main meson.build --- 2020-10-06 Philippe Mathieu-Daudé Superseded
[02/10] meson.build: Add comments to clarify code organization meson: Move the creation of the library to the main meson.build --- 2020-10-06 Philippe Mathieu-Daudé New
[RFC,01/10] migration: Only add migration files to the Meson sourceset meson: Move the creation of the library to the main meson.build --- 2020-10-06 Philippe Mathieu-Daudé New
softmmu/memory: Log invalid memory accesses softmmu/memory: Log invalid memory accesses --- 2020-10-05 Philippe Mathieu-Daudé New
[RFC,4/4] hw/rx/Kconfig: Let gdbsim machine select FDT hw: Have some targets select FDT on a per-machine basis --- 2020-10-05 Philippe Mathieu-Daudé New
[RFC,3/4] hw/mips/Kconfig: Let boston machine select FDT hw: Have some targets select FDT on a per-machine basis --- 2020-10-05 Philippe Mathieu-Daudé New
[RFC,2/4] hw/ppc: Rename FDT_PPC as FDT hw: Have some targets select FDT on a per-machine basis --- 2020-10-05 Philippe Mathieu-Daudé New
[RFC,1/4] Kconfig.host: Declare FDT symbol hw: Have some targets select FDT on a per-machine basis --- 2020-10-05 Philippe Mathieu-Daudé New
[RFC,3/3] tests: Add a trivial qemu-storage-daemon test qom: Fix missing interface in qemu-storage-daemon --- 2020-10-05 Philippe Mathieu-Daudé New
[RFC,2/3] tests: Only build socket_scm_helper when a softmmu target is available qom: Fix missing interface in qemu-storage-daemon --- 2020-10-05 Philippe Mathieu-Daudé New
[RFC,1/3] qom: Always register FW_CFG_DATA_GENERATOR_INTERFACE qom: Fix missing interface in qemu-storage-daemon --- 2020-10-05 Philippe Mathieu-Daudé New
[5/5] qapi: Restrict Xen migration commands to migration.json qapi: Restrict machine (and migration) specific commands --- 2020-10-02 Philippe Mathieu-Daudé New
[4/5] qapi: Restrict 'query-kvm' command to machine code qapi: Restrict machine (and migration) specific commands --- 2020-10-02 Philippe Mathieu-Daudé New
[3/5] qapi: Restrict '(p)memsave' command to machine code qapi: Restrict machine (and migration) specific commands --- 2020-10-02 Philippe Mathieu-Daudé New
[2/5] qapi: Restrict 'system wakeup/reset/powerdown' commands to machine.json qapi: Restrict machine (and migration) specific commands --- 2020-10-02 Philippe Mathieu-Daudé Superseded
[1/5] qapi: Restrict 'inject-nmi' command to machine code qapi: Restrict machine (and migration) specific commands --- 2020-10-02 Philippe Mathieu-Daudé New
hw/block/nvme: Simplify timestamp sum hw/block/nvme: Simplify timestamp sum --- 2020-10-02 Philippe Mathieu-Daudé New
[v4,1/1] qapi: Restrict code generated for user-mode user-mode: Prune build dependencies (part 3) --- 2020-10-02 Philippe Mathieu-Daudé New
[RESEND,v2,16/16] pci: Let pci_dma_write() propagate MemTxResult hw: Let DMA/PCI API take MemTxAttrs argument and propagate MemTxResult --- 2020-10-01 Philippe Mathieu-Daudé Superseded
[RESEND,v2,15/16] pci: Let pci_dma_read() propagate MemTxResult hw: Let DMA/PCI API take MemTxAttrs argument and propagate MemTxResult --- 2020-10-01 Philippe Mathieu-Daudé Accepted
[RESEND,v2,14/16] pci: Let pci_dma_rw() propagate MemTxResult hw: Let DMA/PCI API take MemTxAttrs argument and propagate MemTxResult --- 2020-10-01 Philippe Mathieu-Daudé Superseded
[RESEND,v2,13/16] dma: Let dma_memory_map() take MemTxAttrs argument hw: Let DMA/PCI API take MemTxAttrs argument and propagate MemTxResult --- 2020-10-01 Philippe Mathieu-Daudé New
[RESEND,v2,12/16] dma: Let dma_memory_read/write() take MemTxAttrs argument hw: Let DMA/PCI API take MemTxAttrs argument and propagate MemTxResult --- 2020-10-01 Philippe Mathieu-Daudé Superseded
[RESEND,v2,11/16] dma: Let dma_memory_rw() take MemTxAttrs argument hw: Let DMA/PCI API take MemTxAttrs argument and propagate MemTxResult --- 2020-10-01 Philippe Mathieu-Daudé Superseded
[RESEND,v2,10/16] dma: Let dma_memory_rw_relaxed() take MemTxAttrs argument hw: Let DMA/PCI API take MemTxAttrs argument and propagate MemTxResult --- 2020-10-01 Philippe Mathieu-Daudé Superseded
[RESEND,v2,09/16] dma: Let dma_memory_set() take MemTxAttrs argument hw: Let DMA/PCI API take MemTxAttrs argument and propagate MemTxResult --- 2020-10-01 Philippe Mathieu-Daudé Superseded
[RESEND,v2,08/16] dma: Let dma_memory_valid() take MemTxAttrs argument hw: Let DMA/PCI API take MemTxAttrs argument and propagate MemTxResult --- 2020-10-01 Philippe Mathieu-Daudé Superseded
[RESEND,v2,07/16] dma: Let dma_memory_write() propagate MemTxResult hw: Let DMA/PCI API take MemTxAttrs argument and propagate MemTxResult --- 2020-10-01 Philippe Mathieu-Daudé Superseded
[RESEND,v2,06/16] dma: Let dma_memory_read() propagate MemTxResult hw: Let DMA/PCI API take MemTxAttrs argument and propagate MemTxResult --- 2020-10-01 Philippe Mathieu-Daudé Accepted
[RESEND,v2,05/16] dma: Let dma_memory_rw() propagate MemTxResult hw: Let DMA/PCI API take MemTxAttrs argument and propagate MemTxResult --- 2020-10-01 Philippe Mathieu-Daudé Superseded
[RESEND,v2,04/16] dma: Let dma_memory_set() propagate MemTxResult hw: Let DMA/PCI API take MemTxAttrs argument and propagate MemTxResult --- 2020-10-01 Philippe Mathieu-Daudé Superseded
[RESEND,v2,03/16] dma: Document address_space_map/address_space_unmap() prototypes hw: Let DMA/PCI API take MemTxAttrs argument and propagate MemTxResult --- 2020-10-01 Philippe Mathieu-Daudé Superseded
[RESEND,v2,02/16] docs/devel/loads-stores: Add regexp for DMA functions hw: Let DMA/PCI API take MemTxAttrs argument and propagate MemTxResult --- 2020-10-01 Philippe Mathieu-Daudé Accepted
[RESEND,v2,01/16] pci: pass along the return value of dma_memory_rw hw: Let DMA/PCI API take MemTxAttrs argument and propagate MemTxResult --- 2020-10-01 Philippe Mathieu-Daudé Superseded
[v2] block/nvme: Add driver statistics for access alignment and hw errors [v2] block/nvme: Add driver statistics for access alignment and hw errors --- 2020-10-01 Philippe Mathieu-Daudé Superseded
[v2] hw/arm: Restrict APEI tables generation to the 'virt' machine [v2] hw/arm: Restrict APEI tables generation to the 'virt' machine --- 2020-10-01 Philippe Mathieu-Daudé Superseded
[v4,3/3] target/i386: Restrict X86CPUFeatureWord to X86 targets target/i386: Restrict 'feature-words' property to x86 machines --- 2020-10-01 Philippe Mathieu-Daudé New
[v4,2/3] target/i386/cpu: Restrict some of feature-words uses to system-mode target/i386: Restrict 'feature-words' property to x86 machines --- 2020-10-01 Philippe Mathieu-Daudé New
[v4,1/3] target/i386/cpu: Trivial code movement target/i386: Restrict 'feature-words' property to x86 machines --- 2020-10-01 Philippe Mathieu-Daudé New
[v3,11/11] qapi: Restrict code generated for user-mode user-mode: Prune build dependencies (part 3) --- 2020-09-30 Philippe Mathieu-Daudé New
[v3,10/11] target/i386: Restrict X86CPUFeatureWord to X86 targets user-mode: Prune build dependencies (part 3) --- 2020-09-30 Philippe Mathieu-Daudé Superseded
[v3,09/11] hw/core: Add qdev stub for user-mode user-mode: Prune build dependencies (part 3) --- 2020-09-30 Philippe Mathieu-Daudé New
[v3,08/11] hw/core/qdev-properties: Extract system-mode specific properties user-mode: Prune build dependencies (part 3) --- 2020-09-30 Philippe Mathieu-Daudé New
[v3,07/11] hw/core/qdev-properties: Export some integer-related functions user-mode: Prune build dependencies (part 3) --- 2020-09-30 Philippe Mathieu-Daudé New
[v3,06/11] hw/core/qdev-properties: Export qdev_prop_enum user-mode: Prune build dependencies (part 3) --- 2020-09-30 Philippe Mathieu-Daudé New
[v3,05/11] hw/core/qdev-properties: Export enum-related functions user-mode: Prune build dependencies (part 3) --- 2020-09-30 Philippe Mathieu-Daudé New
[v3,04/11] hw/core/qdev-properties: Fix code style user-mode: Prune build dependencies (part 3) --- 2020-09-30 Philippe Mathieu-Daudé New
[v3,03/11] hw/core/qdev-properties: Use qemu_strtoul() in set_pci_host_devaddr() user-mode: Prune build dependencies (part 3) --- 2020-09-30 Philippe Mathieu-Daudé New
[v3,02/11] hw/core/qdev-properties: Use qemu_strtol() in set_mac() handler user-mode: Prune build dependencies (part 3) --- 2020-09-30 Philippe Mathieu-Daudé New
[v3,01/11] qapi: Restrict query-uuid command to block code user-mode: Prune build dependencies (part 3) --- 2020-09-30 Philippe Mathieu-Daudé New
block/nvme: Add driver statistics for access alignment and hw errors block/nvme: Add driver statistics for access alignment and hw errors --- 2020-09-30 Philippe Mathieu-Daudé New
tests/acceptance: Add a 'virt_kvm' test using the GICv3 tests/acceptance: Add a 'virt_kvm' test using the GICv3 --- 2020-09-29 Philippe Mathieu-Daudé New
[v4,12/12] .travis.yml: Add a KVM-only Aarch64 job Support disabling TCG on ARM (part 2) --- 2020-09-29 Philippe Mathieu-Daudé New
[v4,11/12] target/arm: Reorder meson.build rules Support disabling TCG on ARM (part 2) --- 2020-09-29 Philippe Mathieu-Daudé New
[v4,10/12] target/arm: Do not build TCG objects when TCG is off Support disabling TCG on ARM (part 2) --- 2020-09-29 Philippe Mathieu-Daudé New
[v4,09/12] target/arm: Make m_helper.c optional via CONFIG_ARM_V7M Support disabling TCG on ARM (part 2) --- 2020-09-29 Philippe Mathieu-Daudé New
[v4,08/12] target/arm: Restrict ARMv7 M-profile cpus to TCG accel Support disabling TCG on ARM (part 2) --- 2020-09-29 Philippe Mathieu-Daudé New
[v4,07/12] target/arm: Restrict ARMv7 R-profile cpus to TCG accel Support disabling TCG on ARM (part 2) --- 2020-09-29 Philippe Mathieu-Daudé New
[v4,06/12] target/arm: Restrict ARMv6 cpus to TCG accel Support disabling TCG on ARM (part 2) --- 2020-09-29 Philippe Mathieu-Daudé New
[v4,05/12] target/arm: Restrict ARMv5 cpus to TCG accel Support disabling TCG on ARM (part 2) --- 2020-09-29 Philippe Mathieu-Daudé New
[v4,04/12] target/arm: Restrict ARMv4 cpus to TCG accel Support disabling TCG on ARM (part 2) --- 2020-09-29 Philippe Mathieu-Daudé New
[v4,03/12] target/arm: Select SEMIHOSTING if TCG is available Support disabling TCG on ARM (part 2) --- 2020-09-29 Philippe Mathieu-Daudé New
[v4,02/12] meson: Allow optional target/${ARCH}/Kconfig Support disabling TCG on ARM (part 2) --- 2020-09-29 Philippe Mathieu-Daudé New
[v4,01/12] accel/tcg: Add stub for cpu_loop_exit() Support disabling TCG on ARM (part 2) --- 2020-09-29 Philippe Mathieu-Daudé New
hw/arm: Restrict APEI tables generation to the 'virt' machine hw/arm: Restrict APEI tables generation to the 'virt' machine --- 2020-09-29 Philippe Mathieu-Daudé New
[RFC,v2,8/8] tests/vm: Add Haiku test based on their vagrant images qemu/bswap: Use compiler __builtin_bswap() --- 2020-09-28 Philippe Mathieu-Daudé New
[v2,7/8] qemu/bswap: Use compiler __builtin_bswap() on NetBSD qemu/bswap: Use compiler __builtin_bswap() --- 2020-09-28 Philippe Mathieu-Daudé New
[v2,6/8] qemu/bswap: Use compiler __builtin_bswap() on FreeBSD qemu/bswap: Use compiler __builtin_bswap() --- 2020-09-28 Philippe Mathieu-Daudé New
[v2,5/8] qemu/bswap: Use compiler __builtin_bswap() on Haiku qemu/bswap: Use compiler __builtin_bswap() --- 2020-09-28 Philippe Mathieu-Daudé New
[v2,4/8] qemu/bswap: Remove <byteswap.h> dependency qemu/bswap: Use compiler __builtin_bswap() --- 2020-09-28 Philippe Mathieu-Daudé Superseded
[v2,3/8] qemu/bswap: Replace bswapXXs() by compiler __builtin_bswap() qemu/bswap: Use compiler __builtin_bswap() --- 2020-09-28 Philippe Mathieu-Daudé Superseded
[v2,2/8] qemu/bswap: Replace bswapXX() by compiler __builtin_bswap() qemu/bswap: Use compiler __builtin_bswap() --- 2020-09-28 Philippe Mathieu-Daudé New
[v2,1/8] qemu/bswap: Remove unused qemu_bswap_len() qemu/bswap: Use compiler __builtin_bswap() --- 2020-09-28 Philippe Mathieu-Daudé Accepted
[3/3] accel/tcg: Remove special case for GCC < 4.6 qemu/compiler: Remove unused special case code for GCC < 4.8 --- 2020-09-28 Philippe Mathieu-Daudé Accepted
« 1 2 3 47 8 »