qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-08 19:58:34 to 2018-03-09 10:36:29 UTC [more...]

[Qemu-devel] [PULL 00/11] s390x patches for the 2.12 softfreeze
 2018-03-09 10:36 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/25] remove i386/pc dependency: generic SuperIO
 2018-03-09 10:35 UTC  (31+ messages)
` [Qemu-devel] [PATCH 01/25] hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.c
` [Qemu-devel] [PATCH 02/25] hw/dma/i8257: Rename DMA_init() to i8257_dma_init()
` [Qemu-devel] [PATCH 03/25] hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.h
` [Qemu-devel] [PATCH 04/25] MAINTAINERS: Fix the PC87312 include path
` [Qemu-devel] [PATCH 05/25] hw/isa/pc87312: Rename the device type as TYPE_PC87312_SUPERIO
` [Qemu-devel] [PATCH 06/25] hw/isa/pc87312: Use uint16_t for the ISA I/O base address
` [Qemu-devel] [PATCH 07/25] hw/isa/pc87312: Use 'unsigned int' for the irq value
` [Qemu-devel] [PATCH 08/25] hw/isa/superio: Add a Super I/O template based on the PC87312 device
` [Qemu-devel] [PATCH 09/25] hw/isa/pc87312: Inherit from the abstract TYPE_ISA_SUPERIO
` [Qemu-devel] [PATCH 10/25] hw/isa/superio: Factor out the parallel code from pc87312.c
` [Qemu-devel] [PATCH 11/25] hw/isa/superio: Factor out the serial "
` [Qemu-devel] [PATCH 12/25] hw/isa/superio: Factor out the floppy disc controller "
` [Qemu-devel] [PATCH 13/25] hw/isa/superio: Add a keyboard/mouse controller (8042)
` [Qemu-devel] [PATCH 14/25] hw/isa/superio: Factor out the IDE code from pc87312.c
` [Qemu-devel] [PATCH 15/25] hw/mips/malta: Code movement
` [Qemu-devel] [PATCH 16/25] hw/isa/superio: Factor out the FDC37M817 Super I/O from mips_malta.c
` [Qemu-devel] [PATCH 17/25] hw/mips/mips_fulong2e: Factor out vt82c686b_southbridge_init()
` [Qemu-devel] [PATCH 18/25] hw/isa/vt82c686: Rename vt82c686b_init() -> vt82c686b_isa_init()
` [Qemu-devel] [PATCH 19/25] hw/isa/vt82c686: Add the TYPE_VT82C686B_SUPERIO
` [Qemu-devel] [PATCH 20/25] MAINTAINERS: Add entries for the VT82C686B Super I/O
` [Qemu-devel] [PATCH 21/25] MAINTAINERS: Split the Alpha TCG/machine section
` [Qemu-devel] [PATCH 22/25] hw/isa/superio: Add the SMC FDC37C669 Super I/O
` [Qemu-devel] [PATCH 23/25] hw/alpha/dp264: Add the ISA DMA controller
` [Qemu-devel] [PATCH 24/25] hw/alpha/dp264: Use the TYPE_SMC37C669_SUPERIO
` [Qemu-devel] [PATCH 25/25] hw/i386/pc: Factor out the superio code

[Qemu-devel] [PATCH] s390x/virtio: Convert virtio-ccw from *_exit to *_unrealize
 2018-03-09 10:27 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/8] RFC: ovmf: preliminary TPM2 support
 2018-03-09 10:26 UTC  (9+ messages)
` [Qemu-devel] [PATCH v2 8/8] ovmf: add DxeTpm2MeasureBootLib
` [Qemu-devel] [edk2] [PATCH v2 0/8] RFC: ovmf: preliminary TPM2 support

[Qemu-devel] [Bug 1754605] [NEW] ppc64 migration bad_dest test is failed with failed to connect to socket
 2018-03-09 10:17 UTC  (3+ messages)
` [Qemu-devel] [Bug 1754605] "

[Qemu-devel] [PATCH v3 00/12] Introduce new iommu notifier framework for virt-SVA
 2018-03-09 10:25 UTC  (13+ messages)
` [Qemu-devel] [PATCH v3 07/12] vfio/pci: register sva notifier
` [Qemu-devel] [PATCH v3 12/12] intel_iommu: bind device to PASID tagged AddressSpace

[Qemu-devel] [PATCH v2 0/2] Avoid QEMU specific types in trace probes
 2018-03-09 10:22 UTC  (2+ messages)

[Qemu-devel] [PATCH v12 00/28] x86: Secure Encrypted Virtualization (AMD)
 2018-03-09 10:12 UTC  (14+ messages)
` [Qemu-devel] [PATCH v12 08/28] target/i386: add Secure Encrypted Virtulization (SEV) object
` [Qemu-devel] [PATCH v12 26/28] qmp: add query-sev-capabilities command
` [Qemu-devel] [PATCH v12 28/28] tests/qmp-test: blacklist sev specific qmp commands

[Qemu-devel] [RFC] Defining firmware (OVMF, et al) metadata format & file
 2018-03-09 10:02 UTC  (7+ messages)

[Qemu-devel] [PATCH v7 00/23] Migration: postcopy failure recovery
 2018-03-09  9:57 UTC  (28+ messages)
` [Qemu-devel] [PATCH v7 01/23] migration: let incoming side use thread context
` [Qemu-devel] [PATCH v7 02/23] migration: new postcopy-pause state
` [Qemu-devel] [PATCH v7 03/23] migration: implement "postcopy-pause" src logic
` [Qemu-devel] [PATCH v7 04/23] migration: allow dst vm pause on postcopy
` [Qemu-devel] [PATCH v7 05/23] migration: allow src return path to pause
` [Qemu-devel] [PATCH v7 06/23] migration: allow fault thread "
` [Qemu-devel] [PATCH v7 07/23] qmp: hmp: add migrate "resume" option
` [Qemu-devel] [PATCH v7 08/23] migration: rebuild channel on source
` [Qemu-devel] [PATCH v7 09/23] migration: new state "postcopy-recover"
` [Qemu-devel] [PATCH v7 10/23] migration: wakeup dst ram-load-thread for recover
` [Qemu-devel] [PATCH v7 11/23] migration: new cmd MIG_CMD_RECV_BITMAP
` [Qemu-devel] [PATCH v7 12/23] migration: new message MIG_RP_MSG_RECV_BITMAP
` [Qemu-devel] [PATCH v7 13/23] migration: new cmd MIG_CMD_POSTCOPY_RESUME
` [Qemu-devel] [PATCH v7 14/23] migration: new message MIG_RP_MSG_RESUME_ACK
` [Qemu-devel] [PATCH v7 15/23] migration: introduce SaveVMHandlers.resume_prepare
` [Qemu-devel] [PATCH v7 16/23] migration: synchronize dirty bitmap for resume
` [Qemu-devel] [PATCH v7 17/23] migration: setup ramstate "
` [Qemu-devel] [PATCH v7 18/23] migration: final handshake for the resume
` [Qemu-devel] [PATCH v7 19/23] migration: init dst in migration_object_init too
` [Qemu-devel] [PATCH v7 20/23] qmp/migration: new command migrate-recover
` [Qemu-devel] [PATCH v7 21/23] hmp/migration: add migrate_recover command
` [Qemu-devel] [PATCH v7 22/23] migration/qmp: add command migrate-pause
` [Qemu-devel] [PATCH v7 23/23] migration/hmp: add migrate_pause command

[Qemu-devel] [PULL 0/8] Ui 20180308 patches
 2018-03-09  9:48 UTC  (8+ messages)

[Qemu-devel] [Bug 1754597] [NEW] qemu-system-x86_64 broken on ubuntu 17.10
 2018-03-09  9:24 UTC  (2+ messages)
` [Qemu-devel] [Bug 1754597] "

[Qemu-devel] [PATCH] scsi: support NDOB (no data-out buffer) for WRITE SAME commands
 2018-03-09  9:24 UTC  (2+ messages)

[Qemu-devel] [PATCH v8 00/23] QMP: out-of-band (OOB) execution support
 2018-03-09  9:00 UTC  (24+ messages)
` [Qemu-devel] [PATCH v8 01/23] docs: update QMP documents for OOB commands
` [Qemu-devel] [PATCH v8 02/23] qobject: introduce qstring_get_try_str()
` [Qemu-devel] [PATCH v8 03/23] qobject: introduce qobject_get_try_str()
` [Qemu-devel] [PATCH v8 04/23] qobject: let object_property_get_str() use new API
` [Qemu-devel] [PATCH v8 05/23] monitor: move skip_flush into monitor_data_init
` [Qemu-devel] [PATCH v8 06/23] monitor: move the cur_mon hack deeper for QMP
` [Qemu-devel] [PATCH v8 07/23] monitor: unify global init
` [Qemu-devel] [PATCH v8 08/23] monitor: let mon_list be tail queue
` [Qemu-devel] [PATCH v8 09/23] monitor: allow using IO thread for parsing
` [Qemu-devel] [PATCH v8 10/23] qmp: introduce QMPCapability
` [Qemu-devel] [PATCH v8 11/23] monitor: introduce monitor_qmp_respond()
` [Qemu-devel] [PATCH v8 12/23] monitor: let suspend_cnt be thread safe
` [Qemu-devel] [PATCH v8 13/23] monitor: let suspend/resume work even with QMPs
` [Qemu-devel] [PATCH v8 14/23] monitor: separate QMP parser and dispatcher
` [Qemu-devel] [PATCH v8 15/23] qmp: add new event "command-dropped"
` [Qemu-devel] [PATCH v8 16/23] monitor: send event when command queue full
` [Qemu-devel] [PATCH v8 17/23] qapi: introduce new cmd option "allow-oob"
` [Qemu-devel] [PATCH v8 18/23] qmp: support out-of-band (oob) execution
` [Qemu-devel] [PATCH v8 19/23] qmp: isolate responses into io thread
` [Qemu-devel] [PATCH v8 20/23] monitor: enable IO thread for (qmp & !mux) typed
` [Qemu-devel] [PATCH v8 21/23] qmp: add command "x-oob-test"
` [Qemu-devel] [PATCH v8 22/23] tests: qmp-test: verify command batching
` [Qemu-devel] [PATCH v8 23/23] tests: qmp-test: add oob test

[Qemu-devel] [PATCH] hw/ppc/spapr: Allow "spapr-vlan" as NIC model name beside "ibmveth"
 2018-03-09  8:27 UTC  (3+ messages)
` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH 0/4] block: Fix permission during reopen
 2018-03-09  8:09 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] block: Pass "current_flags" in BdrvChildRole.inherit_options
` [Qemu-devel] [PATCH 2/4] block: Fix write flags in bdrv_backing_options
` [Qemu-devel] [PATCH 3/4] block: Use the actual current_flags during reopen
` [Qemu-devel] [PATCH 4/4] iotests: Add regression test for commit base locking

[Qemu-devel] [PATCH v3 0/3] change q35 default NIC to e1000e
 2018-03-09  7:10 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/3] net: allow using any PCI NICs in -net or -nic
` [Qemu-devel] [PATCH 3/3] q35: change default NIC to e1000e

[Qemu-devel] [PATCH v8 0/9] vfio: add display support
 2018-03-09  6:19 UTC  (9+ messages)
` [Qemu-devel] [PATCH v8 3/9] ui/pixman: add qemu_drm_format_to_pixman()
` [Qemu-devel] [PATCH v8 6/9] vfio/common: cleanup in vfio_region_finalize
` [Qemu-devel] [PATCH v8 7/9] vfio/display: core & wireup
` [Qemu-devel] [PATCH v8 8/9] vfio/display: adding region support

[Qemu-devel] [PATCH] qemu-doc: Rework the network options chapter to make "-net" less prominent
 2018-03-09  6:13 UTC 

[Qemu-devel] [PATCH v8 00/23] RISC-V QEMU Port Submission
 2018-03-09  4:50 UTC  (3+ messages)
` [Qemu-devel] [PATCH v8 16/23] RISC-V Spike Machines

[Qemu-devel] Apparently fpu/softfloat.c:1374 is reachable
 2018-03-09  4:22 UTC 

[Qemu-devel] [PATCH v2 00/23] RISC-V Post-merge spec conformance and cleanup
 2018-03-09  4:12 UTC  (24+ messages)
` [Qemu-devel] [PATCH v2 01/23] RISC-V: Make virt create_fdt interface consistent
` [Qemu-devel] [PATCH v2 02/23] RISC-V: Replace hardcoded constants with enum values
` [Qemu-devel] [PATCH v2 03/23] RISC-V: Make virt board description match spike
` [Qemu-devel] [PATCH v2 04/23] RISC-V: Use ROM base address and size from memmap
` [Qemu-devel] [PATCH v2 05/23] RISC-V: Remove identity_translate from load_elf
` [Qemu-devel] [PATCH v2 06/23] RISC-V: Mark ROM read-only after copying in code
` [Qemu-devel] [PATCH v2 07/23] RISC-V: Remove unused class definitions
` [Qemu-devel] [PATCH v2 08/23] RISC-V: Make sure rom has space for fdt
` [Qemu-devel] [PATCH v2 09/23] RISC-V: Include intruction hex in disassembly
` [Qemu-devel] [PATCH v2 10/23] RISC-V: Hold rcu_read_lock when accessing memory
` [Qemu-devel] [PATCH v2 11/23] RISC-V: Improve page table walker spec compliance
` [Qemu-devel] [PATCH v2 12/23] RISC-V: Update E order and I extension order
` [Qemu-devel] [PATCH v2 13/23] RISC-V: Make some header guards more specific
` [Qemu-devel] [PATCH v2 14/23] RISC-V: Make virt header comment title consistent
` [Qemu-devel] [PATCH v2 15/23] RISC-V: Use memory_region_is_ram in pte update
` [Qemu-devel] [PATCH v2 16/23] RISC-V: Remove EM_RISCV ELF_MACHINE indirection
` [Qemu-devel] [PATCH v2 17/23] RISC-V: Hardwire satp to 0 for no-mmu case
` [Qemu-devel] [PATCH v2 18/23] RISC-V: Remove braces from satp case statement
` [Qemu-devel] [PATCH v2 19/23] RISC-V: riscv-qemu port supports sv39 and sv48
` [Qemu-devel] [PATCH v2 20/23] RISC-V: vectored traps are optional
` [Qemu-devel] [PATCH v2 21/23] RISC-V: No traps on writes to misa, minstret, mcycle
` [Qemu-devel] [PATCH v2 22/23] RISC-V: Remove support for adhoc X_COP interrupt
` [Qemu-devel] [PATCH v2 23/23] RISC-V: Convert cpu definition towards future model

[Qemu-devel] [PATCH v1 00/22] Spec conformance bug fixes and cleanups
 2018-03-09  3:54 UTC  (3+ messages)
` [Qemu-devel] [PATCH v1 11/22] RISC-V: Improve page table walker spec compliance

[Qemu-devel] [Bug 1754542] [NEW] colo: secondary vm crash when execute x-colo-lost-heartbeat
 2018-03-09  3:08 UTC  (2+ messages)
` [Qemu-devel] [Bug 1754542] "

[Qemu-devel] [PATCH] ppc440_pcix: Change some error_report to qemu_log_mask(LOG_UNIMP, ...)
 2018-03-09  3:05 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2] "

[Qemu-devel] [PATCH v2 0/2] slirp: Add query-usernet QMP command
 2018-03-09  1:33 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/5] hw/acpi-build: build SRAT memory affinity structures for DIMM devices
 2018-03-09  0:52 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 2/5] qmp: distinguish PC-DIMM and NVDIMM in MemoryDeviceInfoList

[Qemu-devel] [PATCH 00/19] uninorth fixes/mac_newworld board wiring improvements
 2018-03-09  0:35 UTC  (5+ messages)
` [Qemu-devel] [PATCH 03/19] uninorth: QOMify PCI and AGP host bridges
` [Qemu-devel] [PATCH 04/19] uninorth: remove stray PCIBus realize from mac_newworld.c

[Qemu-devel] [PATCH] PPC e500: Fix gap between u-boot and kernel
 2018-03-09  0:41 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/4] qapi: generate a literal qobject for introspection
 2018-03-08 23:18 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH v2 00/22] remove i386/pc dependency: generic SuperIO
 2018-03-08 22:14 UTC  (10+ messages)
` [Qemu-devel] [RFC PATCH v2 09/22] hw/isa/superio: Factor out the parallel code from pc87312.c
` [Qemu-devel] [RFC PATCH v2 15/22] hw/isa/superio: Factor out the FDC37M817 Super I/O from mips_malta.c
` [Qemu-devel] [RFC PATCH v2 18/22] hw/isa/vt82c686: Add the TYPE_VT82C686B_SUPERIO
` [Qemu-devel] [RFC PATCH v2 21/22] hw/alpha/dp264: Use the TYPE_SMC37C669_SUPERIO

[Qemu-devel] [PATCH v6 00/11] xen: xen-domid-restrict improvements
 2018-03-08 21:45 UTC  (5+ messages)
` [Qemu-devel] [PATCH 03/11] xen: defer call to xen_restrict until just before os_setup_post

[Qemu-devel] [PATCH 2/2] slirp: Add classless static routes support to DHCP server
 2018-03-08 20:21 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/2 v2] "

[Qemu-devel] [PATCH v2 0/2] block latency histogram
 2018-03-08 20:05 UTC  (7+ messages)

[Qemu-devel] [PULL] RISC-V QEMU Port Submission v8.2
 2018-03-08 20:03 UTC  (6+ messages)

[Qemu-devel] [PATCH v4 00/29] postcopy+vhost-user/shared ram
 2018-03-08 19:58 UTC  (21+ messages)
` [Qemu-devel] [PATCH v4 10/29] vhost+postcopy: Register shared ufd with postcopy
` [Qemu-devel] [PATCH v4 11/29] vhost+postcopy: Transmit 'listen' to client
` [Qemu-devel] [PATCH v4 12/29] postcopy+vhost-user: Split set_mem_table for postcopy
` [Qemu-devel] [PATCH v4 13/29] migration/ram: ramblock_recv_bitmap_test_byte_offset
` [Qemu-devel] [PATCH v4 14/29] libvhost-user+postcopy: Register new regions with the ufd
` [Qemu-devel] [PATCH v4 15/29] vhost+postcopy: Send address back to qemu
` [Qemu-devel] [PATCH v4 16/29] vhost+postcopy: Stash RAMBlock and offset
` [Qemu-devel] [PATCH v4 17/29] vhost+postcopy: Send requests to source for shared pages
` [Qemu-devel] [PATCH v4 18/29] vhost+postcopy: Resolve client address
` [Qemu-devel] [PATCH v4 19/29] postcopy: helper for waking shared
` [Qemu-devel] [PATCH v4 20/29] postcopy: postcopy_notify_shared_wake
` [Qemu-devel] [PATCH v4 21/29] vhost+postcopy: Add vhost waker
` [Qemu-devel] [PATCH v4 22/29] vhost+postcopy: Call wakeups
` [Qemu-devel] [PATCH v4 23/29] libvhost-user: mprotect & madvises for postcopy
` [Qemu-devel] [PATCH v4 24/29] vhost-user: Add VHOST_USER_POSTCOPY_END message
` [Qemu-devel] [PATCH v4 25/29] vhost+postcopy: Wire up POSTCOPY_END notify
` [Qemu-devel] [PATCH v4 26/29] vhost: Huge page align and merge
` [Qemu-devel] [PATCH v4 27/29] postcopy: Allow shared memory
` [Qemu-devel] [PATCH v4 28/29] libvhost-user: Claim support for postcopy
` [Qemu-devel] [PATCH v4 29/29] postcopy shared docs


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