qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-21 14:11:30 to 2020-05-21 19:25:23 UTC [more...]

[PULL 00/29] target-arm queue
 2020-05-21 19:16 UTC  (19+ messages)
` [PULL 01/29] tests/acceptance: Add a test for the canon-a1100 machine
` [PULL 02/29] docs/system: Add 'Arm' to the Integrator/CP document title
` [PULL 03/29] docs/system: Sort Arm board index into alphabetical order
` [PULL 04/29] docs/system: Document Arm Versatile Express boards
` [PULL 05/29] docs/system: Document the various MPS2 models
` [PULL 06/29] docs/system: Document Musca boards
` [PULL 07/29] linux-user/arm: BKPT should cause SIGTRAP, not be a syscall
` [PULL 08/29] linux-user/arm: Remove bogus SVC 0xf0002 handling
` [PULL 09/29] linux-user/arm: Handle invalid arm-specific syscalls correctly
` [PULL 10/29] linux-user/arm: Fix identification of syscall numbers
` [PULL 11/29] target/arm: Remove unused GEN_NEON_INTEGER_OP macro
` [PULL 12/29] hw: Move i.MX watchdog driver to hw/watchdog
` [PULL 13/29] hw/watchdog: Implement full i.MX watchdog support
` [PULL 14/29] hw/arm/fsl-imx25: Wire up watchdog
` [PULL 16/29] hw/arm/fsl-imx6: Connect watchdog interrupts
` [PULL 17/29] hw/arm/fsl-imx6ul: "
` [PULL 19/29] hw/arm/fsl-imx7: "
` [PULL 20/29] hw/arm/integratorcp: Replace hw_error() by qemu_log_mask()

[PATCH QEMU v23 00/18] Add migration support for VFIO devices
 2020-05-21 19:05 UTC  (18+ messages)
` [PATCH QEMU v23 08/18] vfio: Register SaveVMHandlers for VFIO device
` [PATCH QEMU v23 09/18] vfio: Add save state functions to SaveVMHandlers
` [PATCH QEMU v23 10/18] vfio: Add load "
` [PATCH QEMU v23 11/18] iommu: add callback to get address limit IOMMU supports
` [PATCH QEMU v23 12/18] memory: Set DIRTY_MEMORY_MIGRATION when IOMMU is enabled
` [PATCH QEMU v23 14/18] vfio: Add function to start and stop dirty pages tracking
` [PATCH QEMU v23 15/18] vfio: Add vfio_listener_log_sync to mark dirty pages
` [PATCH QEMU v23 16/18] vfio: Add ioctl to get dirty pages bitmap during dma unmap

[PULL 0/3] Socket next patches
 2020-05-21 18:58 UTC  (2+ messages)

[PATCH] ssi/imx_spi: Removed unnecessary cast and fixed condition in while statement
 2020-05-21 18:56 UTC  (4+ messages)

[RFC 0/3] QEMU cpus.c refactoring
 2020-05-21 18:54 UTC  (4+ messages)
` [RFC 1/3] cpu-throttle: new module, extracted from cpus.c
` [RFC 2/3] cpu-timers: new module "
` [RFC 3/3] cpus: implement cpus interfaces for per-accel threads

[PATCH RFC 00/32] python/qemu: refactor as installable package
 2020-05-21 18:48 UTC  (2+ messages)

[PATCH v4 0/9] Rework iotests/check
 2020-05-21 18:32 UTC  (7+ messages)
` [PATCH v4 9/9] iotests: rename and move 169 and 199 tests

cluster_size got from backup_calculate_cluster_size()
 2020-05-21 18:19 UTC  (2+ messages)

[RFC][PATCH v2 0/3] IVSHMEM version 2 device for QEMU
 2020-05-21 18:18 UTC  (4+ messages)
` [RFC][PATCH v2 2/3] docs/specs: Add specification of ivshmem device revision 2

[Bug 1879998] [NEW] Bad check for return value of mmap()
 2020-05-21 17:09 UTC 

[PATCH v2 00/10] accel: Allow targets to use Kconfig, disable semihosting by default
 2020-05-21 17:33 UTC  (6+ messages)
` [PATCH v2 02/10] MAINTAINERS: Add an 'overall' entry for accelerators
` [PATCH v2 09/10] Makefile: Allow target-specific optional Kconfig

[PATCH v1 0/8] plugins/next (cleanup, cpu_index and lockstep)
 2020-05-21 17:10 UTC  (5+ messages)
` [PATCH v1 5/8] cpus-common: ensure auto-assigned cpu_indexes don't clash

[PATCH] linux-user/arm/signal.c: Drop TARGET_CONFIG_CPU_32
 2020-05-21 17:05 UTC  (2+ messages)

[PATCH] hw/arm/virt: Fix PL061 node name and properties
 2020-05-21 16:59 UTC  (2+ messages)

[PATCH] audio: fix wavcapture segfault
 2020-05-21 17:29 UTC 

[PATCH v9 00/74] per-CPU locks
 2020-05-21 16:46 UTC  (79+ messages)
` [PATCH v9 01/74] cpu: convert queued work to a QSIMPLEQ
` [PATCH v9 02/74] cpu: rename cpu->work_mutex to cpu->lock
` [PATCH v9 03/74] cpu: introduce cpu_mutex_lock/unlock
` [PATCH v9 04/74] cpu: make qemu_work_cond per-cpu
` [PATCH v9 05/74] cpu: move run_on_cpu to cpus-common
` [PATCH v9 06/74] cpu: introduce process_queued_cpu_work_locked
` [PATCH v9 07/74] cpu: make per-CPU locks an alias of the BQL in TCG rr mode
` [PATCH v9 08/74] tcg-runtime: define helper_cpu_halted_set
` [PATCH v9 09/74] ppc: convert to helper_cpu_halted_set
` [PATCH v9 10/74] cris: "
` [PATCH v9 11/74] hppa: "
` [PATCH v9 12/74] m68k: "
` [PATCH v9 13/74] alpha: "
` [PATCH v9 14/74] microblaze: "
` [PATCH v9 15/74] cpu: define cpu_halted helpers
` [PATCH v9 16/74] tcg-runtime: convert to cpu_halted_set
` [PATCH v9 17/74] hw/semihosting: "
` [PATCH v9 18/74] arm: convert to cpu_halted
` [PATCH v9 19/74] ppc: "
` [PATCH v9 20/74] sh4: "
` [PATCH v9 21/74] i386: "
` [PATCH v9 22/74] lm32: "
` [PATCH v9 23/74] m68k: "
` [PATCH v9 24/74] mips: "
` [PATCH v9 25/74] riscv: "
` [PATCH v9 26/74] s390x: "
` [PATCH v9 27/74] sparc: "
` [PATCH v9 28/74] xtensa: "
` [PATCH v9 29/74] gdbstub: "
` [PATCH v9 30/74] openrisc: "
` [PATCH v9 31/74] cpu-exec: "
` [PATCH v9 32/74] cpu: "
` [PATCH v9 33/74] cpu: define cpu_interrupt_request helpers
` [PATCH v9 34/74] ppc: use cpu_reset_interrupt
` [PATCH v9 35/74] exec: "
` [PATCH v9 36/74] i386: "
` [PATCH v9 37/74] s390x: "
` [PATCH v9 38/74] openrisc: "
` [PATCH v9 39/74] arm: convert to cpu_interrupt_request
` [PATCH v9 40/74] i386: "
` [PATCH v9 41/74] i386/kvm: "
` [PATCH v9 42/74] i386/hax-all: "
` [PATCH v9 43/74] i386/whpx-all: "
` [PATCH v9 44/74] i386/hvf: convert to cpu_request_interrupt
` [PATCH v9 45/74] ppc: convert to cpu_interrupt_request
` [PATCH v9 46/74] sh4: "
` [PATCH v9 47/74] cris: "
` [PATCH v9 48/74] hppa: "
` [PATCH v9 49/74] lm32: "
` [PATCH v9 50/74] m68k: "
` [PATCH v9 51/74] mips: "
` [PATCH v9 52/74] nios: "
` [PATCH v9 53/74] s390x: "
` [PATCH v9 54/74] alpha: "
` [PATCH v9 55/74] moxie: "
` [PATCH v9 56/74] sparc: "
` [PATCH v9 57/74] openrisc: "
` [PATCH v9 58/74] unicore32: "
` [PATCH v9 59/74] microblaze: "
` [PATCH v9 60/74] accel/tcg: "
` [PATCH v9 61/74] cpu: convert to interrupt_request
` [PATCH v9 62/74] cpu: call .cpu_has_work with the CPU lock held
` [PATCH v9 63/74] cpu: introduce cpu_has_work_with_iothread_lock
` [PATCH v9 64/74] ppc: convert to cpu_has_work_with_iothread_lock
` [PATCH v9 65/74] mips: "
` [PATCH v9 66/74] s390x: "
` [PATCH v9 67/74] riscv: "
` [PATCH v9 68/74] sparc: "
` [PATCH v9 69/74] xtensa: "
` [PATCH v9 70/74] cpu: rename all_cpu_threads_idle to qemu_tcg_rr_all_cpu_threads_idle
` [PATCH v9 71/74] cpu: protect CPU state with cpu->lock instead of the BQL
` [PATCH v9 72/74] cpus-common: release BQL earlier in run_on_cpu
` [PATCH v9 73/74] cpu: add async_run_on_cpu_no_bql
` [PATCH v9 74/74] cputlb: queue async flush jobs without the BQL

[PATCH v2 0/2] hw/m68k/mcf52xx: Replace hw_error() by qemu_log_mask()
 2020-05-21 17:13 UTC  (3+ messages)
` [PATCH v2 1/2] hw/m68k/mcf5206: Reduce m5206_mbar_read/write() offset arg to 16-bit

[PATCH v2] target/arm: Allow user-mode code to write CPSR.E via MSR
 2020-05-21 17:04 UTC  (2+ messages)

[PATCH v2] linux-user/arm: Reset CPSR_E when entering a signal handler
 2020-05-21 17:03 UTC  (3+ messages)

[PATCH v5 0/5] qemu-img: Add convert --bitmaps
 2020-05-21 16:28 UTC  (10+ messages)
` [PATCH v5 2/5] qcow2: Expose bitmaps' size during measure
` [PATCH v5 4/5] qemu-img: Add convert --bitmaps option

[PATCH 00/24] Fixes around device realization
 2020-05-21 16:26 UTC  (7+ messages)
` [PATCH 03/24] sd/pxa2xx_mmci: Fix to realize "pxa2xx-mmci" device
` [PATCH 06/24] armv7m: Bury unwanted "ARM,bitband-memory" devices
` [PATCH 09/24] macio: Fix to realize "mos6522-cuda" and "mos6522-pmu" devices

[PATCH] i386: Remove unused define's from hax and hvf
 2020-05-21 16:18 UTC  (2+ messages)

[PATCH v3 00/16]: hw/i386/vmport: Bug fixes and improvements
 2020-05-21 16:15 UTC  (2+ messages)

[PATCH v3 0/2] target/arm: vector tail cleanups
 2020-05-21 16:15 UTC  (2+ messages)

[PATCH v1 2/2] sifive_e: Support the revB machine
 2020-05-21 15:57 UTC  (3+ messages)

[PATCH v2 0/4] hw/arm: Replace hw_error() by qemu_log_mask()
 2020-05-21 16:05 UTC  (2+ messages)

[PATCH] ARM: PL061: Introduce N_GPIOS
 2020-05-21 16:08 UTC  (2+ messages)

[PATCH 1/1] target/i386: fix phadd* with identical destination and source register
 2020-05-21 16:04 UTC  (2+ messages)

[v2 PATCH] target/i386: Fix the CPUID leaf CPUID_Fn80000008
 2020-05-21 16:04 UTC  (2+ messages)

[PATCH v4 0/6] hyperv: VMBus implementation
 2020-05-21 16:03 UTC  (7+ messages)
` [PATCH v4 5/6] i386: Hyper-V VMBus ACPI DSDT entry

[PATCH] riscv: Change the default behavior if no -bios option is specified
 2020-05-21 15:52 UTC  (7+ messages)

[PATCH v3 0/8] hw/arm: Implement i.MX watchdog support
 2020-05-21 15:59 UTC  (2+ messages)

[PATCH v4 0/5] vfio/pci: Fix up breakage against split irqchip and INTx
 2020-05-21 15:57 UTC  (2+ messages)

[PATCH v2 0/3] RTISC-V: Remove deprecated ISA, CPUs and machines
 2020-05-21 15:47 UTC  (4+ messages)
` [PATCH v2 3/3] target/riscv: Drop support for ISA spec version 1.09.1

[RFC PATCH v2] hw/i386/vmport: Allow QTest use without crashing
 2020-05-21 15:54 UTC  (2+ messages)

[PATCH] x86/cpu: Enable AVX512_VP2INTERSECT cpu feature
 2020-05-21 15:55 UTC  (2+ messages)

[PATCH v2 0/7] exec/memory: Enforce checking MemTxResult values
 2020-05-21 15:45 UTC  (6+ messages)
` [RFC PATCH v2 6/7] accel/kvm: Let KVM_EXIT_MMIO return error

[PATCH v2 0/4] Introduce 'yank' oob qmp command to recover from hanging qemu
 2020-05-21 15:48 UTC  (7+ messages)
` [PATCH v2 1/4] Introduce yank feature
` [PATCH v2 4/4] migration: Add "

[PULL 00/11] Ui 20200520 patches
 2020-05-21 15:46 UTC  (2+ messages)

[PATCH V2] Add a new PIIX option to control PCI hot unplugging of devices on non-root buses
 2020-05-21 15:40 UTC  (13+ messages)

[PATCH v1 00/10] testing and tcg tweaks
 2020-05-21 15:39 UTC  (5+ messages)
` [PATCH v1 04/10] linux-user: completely re-write init_guest_space

[PATCH 0/2] exec/memory: Enforce checking MemTxResult values
 2020-05-21 15:37 UTC  (3+ messages)
` [PATCH 1/2] exec/memory: Let address_space_read/write_cached() propagate MemTxResult

[PATCH 0/5] target/i386: fxtract, fscale fixes
 2020-05-21 15:36 UTC  (2+ messages)

[PATCH] minikconf: explicitly set encoding to UTF-8
 2020-05-21 15:36 UTC 

[PATCH v2 0/3] Megasas: fix OOB access and NULL dereference issues
 2020-05-21 15:35 UTC  (4+ messages)
` [PATCH v2 2/3] megasas: avoid NULL pointer dereference

[PULL 00/45] target-arm queue
 2020-05-21 15:31 UTC  (4+ messages)
` [PULL 26/45] ACPI: Record Generic Error Status Block(GESB) table

[PATCH v2] i386/kvm: fix a use-after-free when vcpu plug/unplug
 2020-05-21 15:30 UTC  (2+ messages)

[PATCH 0/3] account for NVDIMM nodes during SRAT generation
 2020-05-21 15:16 UTC  (3+ messages)
` [PATCH 2/3] hw/acpi-build: account for NVDIMM numa nodes in SRAT

[PATCH v2] char-socket: initialize reconnect timer only when the timer doesn't start
 2020-05-21 15:15 UTC  (3+ messages)
` [PATCH v4] "

[PATCH V2] hax: Dynamic allocate vcpu state structure
 2020-05-21 15:10 UTC  (2+ messages)

[PATCH v2] cpus: Fix botched configure_icount() error API violation fix
 2020-05-21 15:08 UTC  (2+ messages)

[PATCH 0/3] virtio: add vhost-user-vsock device
 2020-05-21 15:07 UTC  (3+ messages)

[PATCH] io_uring: use io_uring_cq_ready() to check for ready cqes
 2020-05-21 14:57 UTC  (3+ messages)

[PATCH 1/2] hw/riscv: sifive_u: Remove the riscv_ prefix of the soc* functions
 2020-05-21 14:48 UTC  (4+ messages)
` [PATCH 2/2] hw/riscv: virt: Remove the riscv_ prefix of the machine* functions

[PATCH] qom/container: remove .instance_size initializer from container_info
 2020-05-21 14:46 UTC  (2+ messages)

[PATCH] qom/object: pass (Object *) to object_initialize_with_type()
 2020-05-21 14:46 UTC  (2+ messages)

[PATCH] qom/object: factor out the initialization of hash table of properties
 2020-05-21 14:44 UTC  (2+ messages)

[PATCH] qom/object: simplify type_initialize_interface()
 2020-05-21 14:45 UTC  (2+ messages)

[PATCH] qom: remove index from object_resolve_abs_path()
 2020-05-21 14:44 UTC  (2+ messages)

[PATCH] cpus: Fix botched configure_icount() error API violation fix
 2020-05-21 14:43 UTC  (2+ messages)

[PATCH] io_uring: retry io_uring_submit() if it fails with errno=EINTR
 2020-05-21 14:40 UTC  (2+ messages)

[PATCH v3] accel: Move Xen accelerator code under accel/xen/
 2020-05-21 14:40 UTC  (2+ messages)

[PATCH] Makefile: Let the 'help' target list the helper targets
 2020-05-21 14:39 UTC  (2+ messages)

[PATCH v6 0/3] drop writes to read-only ram device & vfio regions
 2020-05-21 14:38 UTC  (4+ messages)
` [PATCH v6 1/3] memory: drop guest writes to read-only ram device regions

[Bug 1877136] [NEW] Qemu GDB Arm core registers XML description not valid for M-profile
 2020-05-21 14:19 UTC  (2+ messages)
` [Bug 1877136] "

[RFC PATCH] qom: Implement qom-get HMP command
 2020-05-21 14:24 UTC  (6+ messages)

[PATCH 0/4] memory: Add memory_region_msync() & make NVMe emulated device generic
 2020-05-21 14:21 UTC  (4+ messages)

[PATCH v8 00/74] per-CPU locks
 2020-05-21 14:17 UTC  (8+ messages)
` [PATCH v8 74/74] cputlb: queue async flush jobs without the BQL

[Bug 1878915] [NEW] util/fdmon-io_uring.c:95: get_sqe: Assertion `ret > 1' failed
 2020-05-21 14:04 UTC  (2+ messages)
` [Bug 1878915] "

[PATCH v2 0/3] qom: Few trivial patches
 2020-05-21 14:13 UTC  (5+ messages)
` [PATCH v2 1/3] qom/object: Move Object typedef to 'qemu/typedefs.h'

[PATCH 0/6] Misc display/sm501 clean ups and fixes
 2020-05-21 14:09 UTC  (3+ messages)
` [PATCH 4/6] sm501: Clean up local variables in sm501_2d_operation


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