qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-23 17:01:39 to 2019-10-24 09:31:21 UTC [more...]

[RFC v4 PATCH 00/49] Initial support of multi-process qemu
 2019-10-24  9:09 UTC  (26+ 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 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 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 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 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 32/49] multi-process: Use separate MMIO communication channel
` [RFC v4 PATCH 34/49] multi-process/mon: choose HMP commands based on target
` [RFC v4 PATCH 38/49] multi-process/mon: Initialize QMP module for remote processes

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 0/6] ppc: Reparent the interrupt presenter
 2019-10-24  9:04 UTC  (16+ 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 for 4.2 v1 00/19] testing/next before softfreeze
 2019-10-24  9:02 UTC  (6+ messages)
` [PATCH v1 07/19] cirrus.yml: reduce scope of MacOS build

[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 v3 00/33] Clean-ups: qom-ify serial and remove QDEV_PROP_PTR
 2019-10-24  8:48 UTC  (45+ messages)
` [PATCH v3 01/33] qdev: remove unused qdev_prop_int64
` [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 07/33] serial: register vmsd with DeviceClass
` [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 11/33] serial: realize the serial device
` [PATCH v3 12/33] serial: replace serial_exit_core() with unrealize
` [PATCH v3 13/33] serial: start making SerialMM a sysbus device
` [PATCH v3 14/33] serial-mm: add "regshift" property
` [PATCH v3 15/33] serial-mm: add endianness property
` [PATCH v3 16/33] serial-mm: use sysbus facilities
` [PATCH v3 17/33] serial: make SerialIO a sysbus device
` [PATCH v3 18/33] mips: inline serial_init
` [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 22/33] etraxfs: remove PROP_PTR usage
` [PATCH v3 23/33] dp8393x: replace PROP_PTR with PROP_LINK
` [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 27/33] cris: improve passing PIC interrupt vector to the CPU
` [PATCH v3 28/33] smbus-eeprom: remove PROP_PTR
` [PATCH v3 29/33] omap-intc: "
` [PATCH v3 30/33] omap-i2c: "
` [PATCH v3 31/33] omap-gpio: "
` [PATCH v3 32/33] qdev: remove PROP_MEMORY_REGION
` [PATCH v3 33/33] qdev: remove QDEV_PROP_PTR

[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 v5 0/11] add failover feature for assigned network devices
 2019-10-24  5:03 UTC  (10+ messages)
` [PATCH v5 02/11] pci: add option for net failover
` [PATCH v5 11/11] vfio: unplug failover primary device before migration

[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

[PATCH v5 0/7] ppc: reset the interrupt presenter from the CPU reset handler
 2019-10-24  2:41 UTC  (11+ 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

[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] "

[PULL 0/2] target/xtensa queue
 2019-10-23 23:01 UTC 

[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] translate-all: Remove tb_alloc
 2019-10-23 17:55 UTC  (2+ messages)

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

[PATCH v2 00/20] hw/i386/pc: Split PIIX3 southbridge from i440FX northbridge
 2019-10-23 18:53 UTC  (8+ messages)
` [PATCH v2 03/20] piix4: Add a i8259 Interrupt Controller as specified in datasheet

[PATCH] cputlb: Fix tlb_vaddr_to_host
 2019-10-23 18:22 UTC  (2+ messages)

[Qemu-devel] [Bug 1721275] [NEW] Support more ARM CPUs
 2019-10-23 18:14 UTC  (2+ messages)
` [Bug 1721275] "

[PATCH v8 00/22] target/arm: Reduce overhead of cpu_get_tb_cpu_state
 2019-10-23 18:06 UTC  (7+ messages)

[Qemu-devel] [Bug 1596579] [NEW] segfault upon reboot
 2019-10-23 17:40 UTC  (2+ messages)
` [Bug 1596579] "

[PATCH v6 0/4] colo: Add support for continuous replication
 2019-10-23 18:07 UTC  (4+ messages)
` [PATCH v6 1/4] block/replication.c: Ignore requests after failover

[PATCH v33 00/13] QEMU AVR 8 bit cores
 2019-10-23 17:38 UTC  (4+ messages)
` [PATCH v33 01/13] target/avr: Add outward facing interfaces and core CPU logic

[PATCH 0/2] target/mips: Rearrange handling of vector compare instructions
 2019-10-23 13:37 UTC  (3+ messages)
` [PATCH 1/2] target/mips: Rearrange vector compare equal instructions
` [PATCH 2/2] target/mips: Rearrange vector compare less than (signed) instructions

[Bug 1848901] [NEW] kvm_mem_ioeventfd_add: error adding ioeventfd: No space left on device (28)
 2019-10-23 16:50 UTC  (2+ messages)
` [Bug 1848901] "

[PATCH v2 0/7] exec: Improve code for TARGET_PAGE_BITS_VARY
 2019-10-23 15:45 UTC  (3+ messages)
` [PATCH v2 4/7] exec: Use const alias "
` [PATCH v2 6/7] exec: Promote TARGET_PAGE_MASK to target_long

[PULL 0/3] NBD patches for 2019-10-22
 2019-10-23 16:58 UTC  (2+ messages)


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