qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-09-09 12:31:00 to 2014-09-10 07:32:17 UTC [more...]

[Qemu-devel] [RFC v1 0/6] Netduino 2 Machine Model
 2014-09-10  7:31 UTC  (17+ messages)
` [Qemu-devel] [RFC v1 1/6] stm32f205_timer: Add the stm32f205 SoC Timer2 to 5
` [Qemu-devel] [RFC v1 2/6] stm32f205_USART: Add the stm32f205 SoC USART Controller
` [Qemu-devel] [RFC v1 4/6] target_arm: Update armv7_init to support more parameters
` [Qemu-devel] [RFC v1 5/6] stm32f205: Add the SoC

[Qemu-devel] [PATCH 0/8] add basic recovery logic to quorum driver
 2014-09-10  7:31 UTC  (5+ messages)

[Qemu-devel] [RFC PATCH 0/8] Add Generic PCI host device update
 2014-09-10  7:31 UTC  (5+ messages)

[Qemu-devel] [PACTH v4 0/6] ARM: add PSCI 0.2 support in TCG mode
 2014-09-10  7:02 UTC  (7+ messages)
` [Qemu-devel] [PACTH v4 1/6] target-arm: add powered off cpu state
` [Qemu-devel] [PACTH v4 2/6] target-arm: do not set do_interrupt handlers for ARM and AArch64 user modes
` [Qemu-devel] [PACTH v4 3/6] target-arm: add hvc and smc exception emulation handling infrastructure
` [Qemu-devel] [PACTH v4 4/6] target-arm: add missing PSCI constants needed for PSCI emulation
` [Qemu-devel] [PACTH v4 5/6] target-arm: add emulation of PSCI calls for system emulation
` [Qemu-devel] [PACTH v4 6/6] arm/virt: enable PSCI emulation support "

[Qemu-devel] [PATCH 00/10] x86: migrate more data
 2014-09-10  6:55 UTC  (31+ messages)
` [Qemu-devel] [PATCH 01/10] vl: use QLIST_FOREACH_SAFE to visit change state handlers
` [Qemu-devel] [PATCH 02/10] apic_common: vapic_paddr synchronization fix
` [Qemu-devel] [PATCH 03/10] cpu: init vmstate for ticks and clock offset
` [Qemu-devel] [PATCH 04/10] pcspk: adding vmstate for save/restore
` [Qemu-devel] [PATCH 05/10] fdc: "
` [Qemu-devel] [PATCH 06/10] parallel: "
` [Qemu-devel] [PATCH 07/10] serial: fixing "
` [Qemu-devel] [PATCH 08/10] pckbd: adding new fields to vmstate
` [Qemu-devel] [PATCH 09/10] piix: do not raise irq while loading vmstate
` [Qemu-devel] [PATCH 10/10] mc146818rtc: add missed field to vmstate

[Qemu-devel] OVMF, Q35 and USB keyboard/mouse
 2014-09-10  6:31 UTC  (3+ messages)

[Qemu-devel] [PATCH v5 00/22] block: Asynchronous request cancellation
 2014-09-10  6:00 UTC  (23+ messages)
` [Qemu-devel] [PATCH v5 01/22] ide/ahci: Check for -ECANCELED in aio callbacks
` [Qemu-devel] [PATCH v5 02/22] block: Add refcnt in BlockDriverAIOCB
` [Qemu-devel] [PATCH v5 03/22] block: Add bdrv_aio_cancel_async
` [Qemu-devel] [PATCH v5 04/22] block: Drop bdrv_em_co_aiocb_info.cancel
` [Qemu-devel] [PATCH v5 05/22] block: Convert bdrv_em_aiocb_info.cancel to .cancel_async
` [Qemu-devel] [PATCH v5 06/22] thread-pool: Convert thread_pool_aiocb_info.cancel to cancel_async
` [Qemu-devel] [PATCH v5 07/22] linux-aio: Convert laio_aiocb_info.cancel to .cancel_async
` [Qemu-devel] [PATCH v5 08/22] dma: Convert dma_aiocb_info.cancel "
` [Qemu-devel] [PATCH v5 09/22] iscsi: Convert iscsi_aiocb_info.cancel "
` [Qemu-devel] [PATCH v5 10/22] archipelago: Drop archipelago_aiocb_info.cancel
` [Qemu-devel] [PATCH v5 11/22] blkdebug: Drop blkdebug_aiocb_info.cancel
` [Qemu-devel] [PATCH v5 12/22] blkverify: Drop blkverify_aiocb_info.cancel
` [Qemu-devel] [PATCH v5 13/22] curl: Drop curl_aiocb_info.cancel
` [Qemu-devel] [PATCH v5 14/22] qed: Drop qed_aiocb_info.cancel
` [Qemu-devel] [PATCH v5 15/22] quorum: fix quorum_aio_cancel()
` [Qemu-devel] [PATCH v5 16/22] quorum: Convert quorum_aiocb_info.cancel to .cancel_async
` [Qemu-devel] [PATCH v5 17/22] rbd: Drop rbd_aiocb_info.cancel
` [Qemu-devel] [PATCH v5 18/22] sheepdog: Convert sd_aiocb_info.cancel to .cancel_async
` [Qemu-devel] [PATCH v5 19/22] win32-aio: Drop win32_aiocb_info.cancel
` [Qemu-devel] [PATCH v5 20/22] ide: Convert trim_aiocb_info.cancel to .cancel_async
` [Qemu-devel] [PATCH v5 21/22] block: Drop AIOCBInfo.cancel
` [Qemu-devel] [PATCH v5 22/22] block: Rename qemu_aio_release -> qemu_aio_unref

[Qemu-devel] [PATCH 0/3] build-sys: Exclude empty object files when linking libqemuutil.a
 2014-09-10  6:19 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 0/3] block: Always compile virtio-blk dataplane
 2014-09-10  6:17 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 1/3] virtio: Import virtio_vring.h
` [Qemu-devel] [PATCH v3 2/3] vring: Better error handling if num is too large
` [Qemu-devel] [PATCH v3 3/3] block: Always compile virtio-blk dataplane

[Qemu-devel] [PULL 0/1] xhci PCIe endpoint migration compatibility fix
 2014-09-10  5:55 UTC  (2+ messages)
` [Qemu-devel] [PULL 1/1] "

[Qemu-devel] [PATCH] vnc: add additional key up event before repeated key down
 2014-09-10  5:36 UTC  (7+ messages)

[Qemu-devel] the userspace process vapp mmap filed // [PULL 13/37] vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE message
 2014-09-10  5:29 UTC 

[Qemu-devel] [PATCH 0/3] Enabling floating point instruction to 440x5 CPUs
 2014-09-10  5:03 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] target-ppc : Add floating point ability to 440x5 PPC CPU
` [Qemu-devel] [PATCH 2/3] target-ppc : Add PPC_FLOAT_64 flag to instructions type
` [Qemu-devel] [PATCH 3/3] target-ppc : Add PPC_FLOAT_64 type to fctid, fctidz and fcfid and remove their TARGET_PPC64 restriction

[Qemu-devel] [RFC V2 00/10] cpu: add device_add foo-x86_64-cpu and i386 cpu hot remove support
 2014-09-10  3:54 UTC  (16+ messages)
` [Qemu-devel] [RFC V2 02/10] qom/cpu: move register_vmstate to common CPUClass.realizefn
` [Qemu-devel] [RFC V2 03/10] cpu: add device_add foo-x86_64-cpu support
` [Qemu-devel] [RFC V2 04/10] x86: add x86_cpu_unrealizefn() for cpu apic remove
` [Qemu-devel] [RFC V2 05/10] i386: add cpu device_del support
` [Qemu-devel] [RFC V2 09/10] cpu hotplug: implement function cpu_status_write() for vcpu ejection
` [Qemu-devel] [RFC V2 10/10] cpus: reclaim allocated vCPU objects

[Qemu-devel] [PATCH v6 0/3] block: Introduce "null" drivers
 2014-09-10  3:08 UTC  (4+ messages)
` [Qemu-devel] [PATCH v6 1/3] "
` [Qemu-devel] [PATCH v6 2/3] qapi: Sort BlockdevDriver enum data list
` [Qemu-devel] [PATCH v6 3/3] qapi: Sort items in BlockdevOptions definition

[Qemu-devel] the userspace process vapp mmap filed // [PULL 13/37] vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE message
 2014-09-10  3:00 UTC  (5+ messages)
` [Qemu-devel] Fwd: "

[Qemu-devel] [PATCH] virtio-pci: enable bus master for old guests
 2014-09-10  2:39 UTC  (5+ messages)

[Qemu-devel] [PATCH v14 0/5] qcow2, raw: add preallocation=full and preallocation=falloc
 2014-09-10  2:36 UTC  (13+ messages)
` [Qemu-devel] [PATCH v14 1/5] block: round up file size to nearest sector
` [Qemu-devel] [PATCH v14 3/5] qapi: introduce PreallocMode and new PreallocModes full and falloc
` [Qemu-devel] [PATCH v14 4/5] raw-posix: Add falloc and full preallocation option

[Qemu-devel] [PATCH v7 RESEND 0/8] memory API improvements and bug fixes for memory backends
 2014-09-10  2:09 UTC  (6+ messages)
` [Qemu-devel] [PATCH v7 RESEND 4/8] memory: add parameter errp to memory_region_init_rom_device

[Qemu-devel] [PATCH v3 0/3] add check for PCIe root ports and downstream ports
 2014-09-10  1:40 UTC  (3+ messages)

[Qemu-devel] [PATCH v7 00/28] modify boot order of guest, and take effect after rebooting
 2014-09-10  1:21 UTC  (7+ messages)
` [Qemu-devel] [PATCH v7 24/28] ide: add bootindex to qom property

[Qemu-devel] [PATCH] tcg/README: fix movcond cond argument position
 2014-09-09 23:18 UTC  (3+ messages)

[Qemu-devel] [PATCH v2] tcg/README: fix movcond/brcond cond argument position
 2014-09-09 23:12 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/15] target-arm: Add GICv1/SecExt and GICv2/Grouping
 2014-09-09 23:11 UTC  (12+ messages)
` [Qemu-devel] [PATCH 06/15] hw/intc/arm_gic: Make ICDDCR/GICD_CTLR banked
` [Qemu-devel] [PATCH 07/15] hw/intc/arm_gic: Make ICCICR/GICC_CTLR banked
` [Qemu-devel] [PATCH 08/15] hw/intc/arm_gic: Make ICCBPR/GICC_BPR banked
` [Qemu-devel] [PATCH 09/15] hw/intc/arm_gic: Implement Non-secure view of RPR
` [Qemu-devel] [PATCH 13/15] hw/intc/arm_gic: Restrict priority view

[Qemu-devel] [patch 0/3] kvmclock: Ensure time in migration never goes backward (v3)
 2014-09-09 23:07 UTC  (12+ messages)
` [Qemu-devel] [patch 1/3] kvmclock: Ensure time in migration never goes backward

[Qemu-devel] [PATCH v5 00/10] target-arm: Parts of the AArch64 EL2/3 exception model
 2014-09-09 22:33 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 0/6] ARM: add PSCI 0.2 support in TCG mode
 2014-09-09 22:21 UTC  (21+ messages)
` [Qemu-devel] [PATCH v3 1/6] target-arm: add powered off cpu state
` [Qemu-devel] [PATCH v3 2/6] target-arm: do not set do_interrupt handler for AArch64 user mode
` [Qemu-devel] [PATCH v3 3/6] target-arm: add hvc and smc exception emulation handling infrastructure
` [Qemu-devel] [PATCH v3 4/6] target-arm: add missing PSCI constants needed for PSCI emulation
` [Qemu-devel] [PATCH v3 5/6] target-arm: add emulation of PSCI calls for system emulation
` [Qemu-devel] [PATCH v3 6/6] arm/virt: enable PSCI emulation support "

[Qemu-devel] [PATCH 0/2] vfio: Another try to fix ROM BAR endianness
 2014-09-09 21:19 UTC  (2+ messages)

[Qemu-devel] [RFT/RFH PATCH 00/16] PPC speedup patches for TCG
 2014-09-09 20:51 UTC  (12+ messages)
` [Qemu-devel] [PATCH 02/17] ppc: avoid excessive TLB flushing
  ` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [PATCH 15/17] ppc: store CR registers in 32 1-bit registers

[Qemu-devel] [PATCH v4 0/8] AHCI test suite framework
 2014-09-09 20:56 UTC  (3+ messages)

[Qemu-devel] [PATCH] IDE: MMIO IDE device control should be little endian
 2014-09-09 19:18 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 0/2] ivshmem: update documentation, add client/server tools
 2014-09-09 19:04 UTC  (8+ messages)
` [Qemu-devel] [PATCH v3 2/2] docs: update ivshmem device spec

[Qemu-devel] [PATCH 0/6] ARM: -bios/-kernel + DTB boot roundup
 2014-09-09 18:20 UTC  (16+ messages)
` [Qemu-devel] [PATCH 1/6] hw/arm/virt: Provide flash devices for boot ROMs
` [Qemu-devel] [PATCH 2/6] hw/arm/boot: return size of loaded DTB from load_dtb()
` [Qemu-devel] [PATCH 3/6] hw/arm/boot: load device tree to base of DRAM if no -kernel option was passed
` [Qemu-devel] [PATCH 4/6] hw/arm/boot: register cpu reset handlers if using -bios
` [Qemu-devel] [PATCH 5/6] hw/arm/boot: load DTB as a ROM image
` [Qemu-devel] [PATCH 6/6] hw/arm/boot: enable DTB support when booting ELF images

[Qemu-devel] Address space per CPU at machine initialization time
 2014-09-09 18:06 UTC 

[Qemu-devel] [PATCH v1 1/2] block/archipelago: Implement bdrv_truncate()
 2014-09-09 17:38 UTC  (2+ messages)
` [Qemu-devel] [PATCH v1 2/2] qemu-iotests: Run 025 for Archipelago block driver

[Qemu-devel] [Bug 1367365] [NEW] qemu-img fixed vhd issues
 2014-09-09 16:37 UTC 

[Qemu-devel] [PATCH v3 0/6] machvirt dynamic sysbus device instantiation
 2014-09-09 16:11 UTC  (14+ messages)
` [Qemu-devel] [PATCH v3 1/6] hw/misc/dyn_sysbus_binding: helpers for sysbus device dynamic binding
` [Qemu-devel] [PATCH v3 2/6] hw/arm/dyn_sysbus_devtree: helpers for sysbus device dynamic dt node generation

[Qemu-devel] Serial: possible hang during intensive interaction over the console
 2014-09-09 15:44 UTC  (8+ messages)

[Qemu-devel] [PATCH 0/2] target-arm: Implement TLB invalidate inner shareable ops properly
 2014-09-09 15:01 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] target-arm: Push legacy wildcard TLB ops back into v6
` [Qemu-devel] [PATCH 2/2] target-arm: Make *IS TLB maintenance ops affect all CPUs

[Qemu-devel] [PULL] qemu-sparc update
 2014-09-09 15:15 UTC  (2+ messages)

[Qemu-devel] [PATCH v3] dump: let dump_error return error info to caller
 2014-09-09 15:10 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/4] linux-aio: fix batch submission
 2014-09-09 14:53 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/4] linux-aio: fix submit aio as a batch

[Qemu-devel] [PATCH] hw/arm/virt: fix pl011 and pl031 irq flags
 2014-09-09 14:53 UTC 

[Qemu-devel] [PATCH] Implement recursive op blockers
 2014-09-09 14:28 UTC  (4+ messages)
` [Qemu-devel] [PATCH] block: Make op blockers recursive

[Qemu-devel] [PATCH v2] qcow2: add update refcount table realization for update_refcount
 2014-09-09 14:04 UTC  (5+ messages)

[Qemu-devel] [PATCH] Fix typos and misspellings in comments
 2014-09-09 13:43 UTC  (3+ messages)

[Qemu-devel] [PATCH] block: extend BLOCK_IO_ERROR event with nospace indicator
 2014-09-09 13:42 UTC  (10+ messages)

[Qemu-devel] [PATCH 1/1] xhci PCIe endpoint migration compatibility fix
 2014-09-09 13:14 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).