qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-23 20:14:14 to 2019-10-24 10:40:09 UTC [more...]

[PATCH for 4.2 v2 00/17] testing/next
 2019-10-24 10:22 UTC  (11+ messages)
` [PATCH v2 01/17] travis.yml: reduce scope of the --enable-debug build
` [PATCH v2 02/17] travis.yml: Add libvdeplug-dev to compile-test net/vde.c
` [PATCH v2 03/17] travis.yml: Use libsdl2 instead of libsdl1.2, and install libsdl2-image
` [PATCH v2 04/17] travis.yml: Use newer version of libgnutls and libpng
` [PATCH v2 05/17] travis.yml: Fix the ccache lines
` [PATCH v2 07/17] cirrus.yml: reduce scope of MacOS build
` [PATCH v2 09/17] cirrus.yml: add latest Xcode build target
` [PATCH v2 10/17] tests/vm: netbsd autoinstall, using serial console
` [PATCH v2 13/17] travis.yml: cache the clang sanitizer build
` [PATCH v2 14/17] gitlab-ci.yml: Use libvdeplug-dev to compile-test the VDE network backend

[PATCH 0/3] qcow2: Fix image corruption bug in 4.1
 2019-10-24 10:01 UTC  (5+ messages)
` [PATCH 1/3] coroutine: Add qemu_co_mutex_assert_locked()
` [PATCH 2/3] qcow2: Assert that qcow2_cache_get() callers hold s->lock

[PATCH] translate-all: Remove tb_alloc
 2019-10-24  9:59 UTC  (3+ messages)

[PATCH 3/3] migration/multifd: fix potential wrong acception order of IOChannel
 2019-10-24  9:52 UTC  (2+ messages)

[PATCH v3 00/33] Clean-ups: qom-ify serial and remove QDEV_PROP_PTR
 2019-10-24  9:59 UTC  (31+ messages)
` [PATCH v3 02/33] sysbus: remove unused sysbus_try_create*
` [PATCH v3 03/33] sysbus: remove outdated comment
` [PATCH v3 04/33] chardev: generate an internal id when none given
` [PATCH v3 05/33] serial-pci-multi: factor out multi_serial_get_nr_ports
` [PATCH v3 06/33] serial: initial qom-ification
` [PATCH v3 08/33] serial: add "chardev" property
` [PATCH v3 09/33] serial: add "baudbase" property
` [PATCH v3 10/33] serial: add "instance-id" property
` [PATCH v3 16/33] serial-mm: use sysbus facilities
` [PATCH v3 19/33] sm501: make SerialMM a child, export chardev property
` [PATCH v3 20/33] vmmouse: replace PROP_PTR with PROP_LINK
` [PATCH v3 21/33] lance: "
` [PATCH v3 23/33] dp8393x: "
` [PATCH v3 24/33] leon3: use qemu_irq framework instead of callback as property
` [PATCH v3 25/33] sparc: move PIL irq handling to cpu.c
` [PATCH v3 26/33] RFC: mips/cps: fix setting saar property
` [PATCH v3 31/33] omap-gpio: remove PROP_PTR
` [PATCH v3 32/33] qdev: remove PROP_MEMORY_REGION

[PATCH v5 0/11] add failover feature for assigned network devices
 2019-10-24  9:37 UTC  (9+ messages)
` [PATCH v5 02/11] pci: add option for net failover

[PATCH v5 0/7] ppc: reset the interrupt presenter from the CPU reset handler
 2019-10-24  9:57 UTC  (12+ messages)
` [PATCH v5 3/7] ppc/pnv: Introduce a PnvCore "
` [PATCH v5 4/7] ppc/pnv: Add a PnvChip pointer to PnvCore
` [PATCH v5 5/7] ppc: Reset the interrupt presenter from the CPU reset handler
` [PATCH v5 7/7] spapr/xive: Set the OS CAM line at reset

[PULL 0/2] target/xtensa queue
 2019-10-24  9:43 UTC  (2+ messages)

[PATCH v2 00/11] tests/acceptance: Fix 64-bit MIPS target tests
 2019-10-24  9:23 UTC  (4+ messages)
` [PATCH v2 02/11] tests/acceptance: Fixe wait_for_console_pattern() hangs
` [PATCH 00/11] tests/acceptance: Fix 64-bit MIPS target tests

[RFC v4 PATCH 00/49] Initial support of multi-process qemu
 2019-10-24  9:09 UTC  (50+ messages)
` [RFC v4 PATCH 01/49] multi-process: memory: alloc RAM from file at offset
` [RFC v4 PATCH 02/49] multi-process: util: Add qemu_thread_cancel() to cancel running thread
` [RFC v4 PATCH 03/49] multi-process: add a command line option for debug file
` [RFC v4 PATCH 04/49] multi-process: Add stub functions to facilate build of multi-process
` [RFC v4 PATCH 05/49] multi-process: Add config option for multi-process QEMU
` [RFC v4 PATCH 06/49] multi-process: build system for remote device process
` [RFC v4 PATCH 07/49] multi-process: define mpqemu-link object
` [RFC v4 PATCH 08/49] multi-process: add functions to synchronize proxy and remote endpoints
` [RFC v4 PATCH 09/49] multi-process: setup PCI host bridge for remote device
` [RFC v4 PATCH 10/49] multi-process: setup a machine object for remote device process
` [RFC v4 PATCH 11/49] multi-process: setup memory manager for remote device
` [RFC v4 PATCH 12/49] multi-process: remote process initialization
` [RFC v4 PATCH 13/49] multi-process: introduce proxy object
` [RFC v4 PATCH 14/49] mutli-process: build remote command line args
` [RFC v4 PATCH 15/49] multi-process: PCI BAR read/write handling for proxy & remote endpoints
` [RFC v4 PATCH 16/49] multi-process: Add LSI device proxy object
` [RFC v4 PATCH 17/49] multi-process: Synchronize remote memory
` [RFC v4 PATCH 18/49] multi-process: create IOHUB object to handle irq
` [RFC v4 PATCH 19/49] multi-process: configure remote side devices
` [RFC v4 PATCH 20/49] multi-process: add qdev_proxy_add to create proxy devices
` [RFC v4 PATCH 21/49] multi-process: remote: add setup_devices and setup_drive msg processing
` [RFC v4 PATCH 22/49] multi-process: remote: use fd for socket from parent process
` [RFC v4 PATCH 23/49] multi-process: remote: add create_done condition
` [RFC v4 PATCH 24/49] multi-process: add processing of remote drive and device command line
` [RFC v4 PATCH 25/49] multi-process: Introduce build flags to separate remote process code
` [RFC v4 PATCH 26/49] multi-process: refractor vl.c code to re-use in remote
` [RFC v4 PATCH 27/49] multi-process: add remote option
` [RFC v4 PATCH 28/49] multi-process: add remote options parser
` [RFC v4 PATCH 29/49] multi-process: add parse_cmdline in remote process
` [RFC v4 PATCH 30/49] multi-process: send heartbeat messages to remote
` [RFC v4 PATCH 31/49] multi-process: handle heartbeat messages in remote process
` [RFC v4 PATCH 32/49] multi-process: Use separate MMIO communication channel
` [RFC v4 PATCH 33/49] multi-process: perform device reset in the remote process
` [RFC v4 PATCH 34/49] multi-process/mon: choose HMP commands based on target
` [RFC v4 PATCH 35/49] multi-process/mon: stub functions to enable QMP module for remote process
` [RFC v4 PATCH 36/49] multi-process/mon: enable QMP module support in the "
` [RFC v4 PATCH 37/49] multi-process/mon: Refactor monitor/chardev functions out of vl.c
` [RFC v4 PATCH 38/49] multi-process/mon: Initialize QMP module for remote processes
` [RFC v4 PATCH 39/49] multi-process: prevent duplicate memory initialization in remote
` [RFC v4 PATCH 40/49] multi-process/mig: build migration module in the remote process
` [RFC v4 PATCH 41/49] multi-process/mig: Enable VMSD save in the Proxy object
` [RFC v4 PATCH 42/49] multi-process/mig: Send VMSD of remote to "
` [RFC v4 PATCH 43/49] multi-process/mig: Load VMSD in the proxy object
` [RFC v4 PATCH 44/49] multi-process/mig: refactor runstate_check into common file
` [RFC v4 PATCH 45/49] multi-process/mig: Synchronize runstate of remote process
` [RFC v4 PATCH 46/49] multi-process/mig: Restore the VMSD in "
` [RFC v4 PATCH 47/49] multi-process: Enable support for multiple devices in remote
` [RFC v4 PATCH 48/49] multi-process: add the concept description to docs/devel/qemu-multiprocess
` [RFC v4 PATCH 49/49] multi-process: add configure and usage information

[PATCH 0/6] ppc: Reparent the interrupt presenter
 2019-10-24  9:28 UTC  (18+ messages)
` [PATCH 1/6] ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChip
` [PATCH 2/6] xive, xics: Fix reference counting on CPU objects
` [PATCH 3/6] ppc: Reparent presenter objects to the interrupt controller object
` [PATCH 4/6] qom: Add object_child_foreach_type() helper function
` [PATCH 5/6] spapr: Don't use CPU_FOREACH() in 'info pic'
` [PATCH 6/6] xive: Don't use CPU_FOREACH() to perform CAM line matching

[PATCH v5 0/4] qcow2: advanced compression options
 2019-10-24  9:34 UTC  (10+ messages)
` [PATCH v5 1/4] block: support compressed write at generic layer

[PATCH 00/19] hw/arm/raspi: Improve Raspberry Pi 2/3 reliability
 2019-10-24  9:23 UTC  (3+ messages)
` [PATCH 15/19] tests/boot_linux_console: Extract the gunzip() helper

[PATCH for 4.2 v1 00/19] testing/next before softfreeze
 2019-10-24  9:16 UTC  (7+ messages)
` [PATCH v1 07/19] cirrus.yml: reduce scope of MacOS build

Problems with c8bb23cbdbe3 on ppc64le
 2019-10-24  9:08 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH 00/14] hw/arm: Add the Raspberry Pi 4B
 2019-10-24  9:07 UTC  (6+ messages)
` [Qemu-devel] [RFC PATCH 14/14] hw/arm/raspi: Add the Raspberry Pi 4B board
  `  "

[PATCH] buildfix: update texinfo menu
 2019-10-24  8:57 UTC  (2+ messages)

[PULL 00/28] ppc-for-4.2 queue 20191024
 2019-10-24  8:18 UTC  (29+ messages)
` [PULL 01/28] xive: Make some device types not user creatable
` [PULL 02/28] xics: "
` [PULL 03/28] target/ppc: Fix for optimized vsl/vsr instructions
` [PULL 04/28] ppc/pnv: Improve trigger data definition
` [PULL 05/28] ppc/pnv: Use address_space_stq_be() when triggering an interrupt from PSI
` [PULL 06/28] spapr: Set VSMT to smp_threads by default
` [PULL 07/28] spapr, xics, xive: Introduce SpaprInterruptController QOM interface
` [PULL 08/28] spapr, xics, xive: Move cpu_intc_create from SpaprIrq to SpaprInterruptController
` [PULL 09/28] spapr, xics, xive: Move irq claim and free "
` [PULL 10/28] spapr: Formalize notion of active interrupt controller
` [PULL 11/28] spapr, xics, xive: Move set_irq from SpaprIrq to SpaprInterruptController
` [PULL 12/28] spapr, xics, xive: Move print_info "
` [PULL 13/28] spapr, xics, xive: Move dt_populate "
` [PULL 14/28] spapr, xics, xive: Match signatures for XICS and XIVE KVM connect routines
` [PULL 15/28] spapr: Remove SpaprIrq::init_kvm hook
` [PULL 16/28] spapr, xics, xive: Move SpaprIrq::reset hook logic into activate/deactivate
` [PULL 17/28] spapr, xics, xive: Move SpaprIrq::post_load hook to backends
` [PULL 18/28] spapr: Remove SpaprIrq::nr_msis
` [PULL 19/28] spapr: Move SpaprIrq::nr_xirqs to SpaprMachineClass
` [PULL 20/28] pseries: Update SLOF firmware image
` [PULL 21/28] spapr: Don't request to unplug the same core twice
` [PULL 22/28] spapr: move CPU reset after presenter creation
` [PULL 23/28] spapr_cpu_core: Implement DeviceClass::reset
` [PULL 24/28] ppc/pnv: Introduce a PnvCore reset handler
` [PULL 25/28] ppc/pnv: Add a PnvChip pointer to PnvCore
` [PULL 26/28] ppc: Reset the interrupt presenter from the CPU reset handler
` [PULL 27/28] ppc/pnv: Fix naming of routines realizing the CPUs
` [PULL 28/28] spapr/xive: Set the OS CAM line at reset

[PATCH] hw/audio: fix a memory leak in OPLCreate()
 2019-10-24  8:25 UTC  (3+ messages)

[PATCH v2] monitor/qmp: resume monitor when clearing its queue
 2019-10-24  8:12 UTC 

[Qemu-devel] [PATCH v2 1/2] linux-user: remove useless variable
 2019-10-24  8:19 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 2/2] linux-user: manage binfmt-misc preserve-arg[0] flag

Adding a memory alias breaks v-rings
 2019-10-24  8:27 UTC 

[PATCH] qemu-options: Rework the help text of the '-display' option
 2019-10-24  8:23 UTC  (2+ messages)

[PATCH] ui: Print available display backends with '-display help'
 2019-10-24  8:22 UTC  (2+ messages)

[PATCH v17 0/7] target-ppc/spapr: Add FWNMI support in QEMU for PowerKM guests
 2019-10-24  7:43 UTC  (8+ messages)
` [PATCH v17 1/7] Wrapper function to wait on condition for the main loop mutex
` [PATCH v17 2/7] ppc: spapr: Introduce FWNMI capability
` [PATCH v17 3/7] target/ppc: Handle NMI guest exit
` [PATCH v17 4/7] target/ppc: Build rtas error log upon an MCE
` [PATCH v17 5/7] ppc: spapr: Handle "ibm, nmi-register" and "ibm, nmi-interlock" RTAS calls
` [PATCH v17 6/7] migration: Include migration support for machine check handling
` [PATCH v17 7/7] ppc: spapr: Activate the FWNMI functionality

LEON3 networking
 2019-10-24  7:31 UTC  (8+ messages)

[PATCH] spapr: Don't request to unplug the same core twice
 2019-10-24  6:28 UTC  (3+ messages)

[PATCH v3] yield_until_fd_readable: make it work with any AioContect
 2019-10-24  4:58 UTC  (3+ messages)

[PATCH v4] yield_until_fd_readable: make it work with any AioContect
 2019-10-24  4:56 UTC 

[PATCH qemu] spapr: Add /choses to FDT only at reset time to preserve kernel and initramdisk
 2019-10-24  4:13 UTC 

[PATCH] virtio: notify virtqueue via host notifier when available
 2019-10-24  3:30 UTC  (2+ messages)

[RFC PATCH 0/4] Introduce Advanced Watch Dog module
 2019-10-24  3:07 UTC  (6+ messages)
` [RFC PATCH 1/4] net/awd.c: Introduce Advanced Watch Dog module framework

[Resend PATCH 0/3] Add CPU model for intel processor Cooper Lake
 2019-10-24  2:52 UTC  (2+ messages)

[PULL 0/4] x86 and machine queue, 2019-10-23
 2019-10-24  2:46 UTC  (5+ messages)
` [PULL 1/4] target/i386: Introduce Denverton CPU model
` [PULL 2/4] sparc64: use memory_region_allocate_system_memory() only for '-m' specified RAM
` [PULL 3/4] ppc: rs6000_mc: drop usage of memory_region_allocate_system_memory()
` [PULL 4/4] hppa: drop usage of memory_region_allocate_system_memory() for ROM

[PATCH v5] migration: Support QLIST migration
 2019-10-23 23:50 UTC  (2+ messages)

[PATCH 0/1] pci: pass along the return value of dma_memory_rw
 2019-10-23 23:13 UTC  (4+ messages)
` [PATCH 1/1] "

[RESEND PATCH 0/2] PCI DMA alias support
 2019-10-23 22:47 UTC  (3+ messages)
` [RESEND PATCH 1/2] pci: Use PCI aliases when determining device IOMMU address space
` [RESEND PATCH 2/2] hw/i386: AMD-Vi IVRS DMA alias support

qemu/powernv: coreboot support?
 2019-10-23 21:41 UTC  (11+ messages)

[PATCH v7 00/14] target/mips: Misc cleanups for September/October 2019
 2019-10-23 21:22 UTC  (2+ messages)

[Bug 1846427] [NEW] 4.1.0: qcow2 corruption on savevm/quit/loadvm cycle
 2019-10-23 20:17 UTC  (2+ messages)
` [Bug 1846427] "

[PATCH] nvme: fix NSSRS offset in CAP register
 2019-10-23 19:55 UTC  (3+ messages)

[PATCH] virtio: fix IO request length in virtio SCSI/block #PSBM-78839
 2019-10-23 21:50 UTC  (4+ messages)

[PATCH] Semihost SYS_READC implementation (v3)
 2019-10-23 19:26 UTC 

[PATCH] Semihost SYS_READC implementation
 2019-10-23 19:15 UTC  (5+ messages)

qemu crashing when attaching an ISO file to a virtio-scsi CD-ROM device through libvirt
 2019-10-23 17:57 UTC  (5+ messages)

[PATCH] virtiofsd: Fix data corruption with O_APPEND wirte in writeback mode
 2019-10-23 20:07 UTC  (2+ messages)
` [Virtio-fs] "


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