qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-02-13 05:44:12 to 2015-02-13 16:35:53 UTC [more...]

[Qemu-devel] [PULL 00/65] Block patches
 2015-02-13 16:25 UTC  (58+ messages)
` [Qemu-devel] [PULL 01/65] nbd: Drop BDS backpointer
` [Qemu-devel] [PULL 02/65] iotests: Add "wait" functionality to _cleanup_qemu
` [Qemu-devel] [PULL 03/65] iotests: Add test for drive-mirror with NBD target
` [Qemu-devel] [PULL 04/65] libqos: Split apart pc_alloc_init
` [Qemu-devel] [PULL 05/65] qtest/ahci: Create ahci.h
` [Qemu-devel] [PULL 06/65] libqos: create libqos.c
` [Qemu-devel] [PULL 07/65] libqos: add qtest_vboot
` [Qemu-devel] [PULL 09/65] libqos: Update QGuestAllocator to be opaque
` [Qemu-devel] [PULL 10/65] libqos: add pc specific interface
` [Qemu-devel] [PULL 11/65] qtest/ahci: Store hba_base in AHCIQState
` [Qemu-devel] [PULL 12/65] qtest/ahci: finalize AHCIQState consolidation
` [Qemu-devel] [PULL 13/65] qtest/ahci: remove pcibus global
` [Qemu-devel] [PULL 14/65] qtest/ahci: remove guest_malloc global
` [Qemu-devel] [PULL 17/65] qtest/ahci: Bookmark FB and CLB pointers
` [Qemu-devel] [PULL 19/65] dataplane: endianness-aware accesses
` [Qemu-devel] [PULL 20/65] libqos/ahci: Add ahci_port_select helper
` [Qemu-devel] [PULL 21/65] libqos/ahci: Add ahci_port_clear helper
` [Qemu-devel] [PULL 22/65] qtest/ahci: rename 'Command' to 'CommandHeader'
` [Qemu-devel] [PULL 23/65] libqos/ahci: Add command header helpers
` [Qemu-devel] [PULL 24/65] libqos/ahci: Add ahci_port_check_error helper
` [Qemu-devel] [PULL 25/65] libqos/ahci: Add ahci_port_check_interrupts helper
` [Qemu-devel] [PULL 26/65] libqos/ahci: Add port_check_nonbusy helper
` [Qemu-devel] [PULL 27/65] libqos/ahci: Add cmd response sanity check helpers
` [Qemu-devel] [PULL 28/65] qtest/ahci: Demagic ahci tests
` [Qemu-devel] [PULL 29/65] qtest/ahci: add ahci_write_fis
` [Qemu-devel] [PULL 30/65] libqos/ahci: Add ide cmd properties
` [Qemu-devel] [PULL 31/65] libqos/ahci: add ahci command functions
` [Qemu-devel] [PULL 32/65] libqos/ahci: add ahci command verify
` [Qemu-devel] [PULL 33/65] libqos/ahci: add ahci command size setters
` [Qemu-devel] [PULL 34/65] libqos/ahci: Add ahci_guest_io
` [Qemu-devel] [PULL 35/65] libqos/ahci: add ahci_io
` [Qemu-devel] [PULL 36/65] libqos/ahci: Add ahci_clean_mem
` [Qemu-devel] [PULL 37/65] qtest/ahci: Assert sector size in identify test
` [Qemu-devel] [PULL 38/65] qtest/ahci: Adding simple dma read-write test
` [Qemu-devel] [PULL 39/65] nbd: fix the co_queue multi-adding bug
` [Qemu-devel] [PULL 40/65] savevm: Improve error message for blocked migration
` [Qemu-devel] [PULL 41/65] block: vmdk - fixed sizeof() error
` [Qemu-devel] [PULL 42/65] qtest: Fix deadloop by running main loop AIO context's timers
` [Qemu-devel] [PULL 43/65] qemu-io: Account IO by aio_read and aio_write
` [Qemu-devel] [PULL 44/65] qtest: Add scripts/qtest.py
` [Qemu-devel] [PULL 45/65] qemu-iotests: Add VM method qtest() to iotests.py
` [Qemu-devel] [PULL 46/65] qemu-iotests: Allow caller to disable underscore convertion for qmp
` [Qemu-devel] [PULL 47/65] qemu-iotests: Add 093 for IO throttling
` [Qemu-devel] [PULL 48/65] qemu-img: Fix qemu-img convert -n
` [Qemu-devel] [PULL 49/65] iotests: Add test for qemu-img convert to NBD
` [Qemu-devel] [PULL 50/65] block: Lift some BDS functions to the BlockBackend
` [Qemu-devel] [PULL 51/65] block: Add blk_new_open()
` [Qemu-devel] [PULL 52/65] block: Add Error parameter to bdrv_find_protocol()
` [Qemu-devel] [PULL 53/65] iotests: Add test for driver=qcow2, format=qcow2
` [Qemu-devel] [PULL 55/65] block/xen: Use blk_new_open() in blk_connect()
` [Qemu-devel] [PULL 56/65] qemu-img: Use blk_new_open() in img_open()
` [Qemu-devel] [PULL 57/65] qemu-img: Use blk_new_open() in img_rebase()
` [Qemu-devel] [PULL 58/65] qemu-img: Use BlockBackend as far as possible
` [Qemu-devel] [PULL 59/65] qemu-nbd: Use blk_new_open() in main()
` [Qemu-devel] [PULL 60/65] qemu-io: Use blk_new_open() in openfile()
` [Qemu-devel] [PULL 63/65] block: Clamp BlockBackend requests
` [Qemu-devel] [PULL 64/65] block: Remove "growable" from BDS

[Qemu-devel] [PATCH v2 0/9] Block Throttle Group Support
 2015-02-13 16:06 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/9] throttle: Extract timers from ThrottleState into a separate ThrottleTimers structure
` [Qemu-devel] [PATCH 2/9] throttle: Add throttle group infrastructure
` [Qemu-devel] [PATCH 3/9] throttle: Add throttle group infrastructure tests
` [Qemu-devel] [PATCH 4/9] throttle: Prepare to have multiple timers for one ThrottleState
` [Qemu-devel] [PATCH 5/9] throttle: Add a way to know if throttle_schedule_timer had armed a timer
` [Qemu-devel] [PATCH 6/9] throttle: Add a way to fire one of the timers asap like a bottom half
` [Qemu-devel] [PATCH 7/9] throttle: Add throttle group support
` [Qemu-devel] [PATCH 8/9] throttle: Update throttle infrastructure copyright
` [Qemu-devel] [PATCH 9/9] throttle: add name of ThrottleGroup to BlockDeviceInfo

[Qemu-devel] [vhost] link new devices
 2015-02-13 15:33 UTC 

[Qemu-devel] [PATCH] cocoa.m: Adds console items to the view menu
 2015-02-13 15:37 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/3] pci: fix memory region lifecycle issues, document the rules
 2015-02-13 14:57 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] pcie: remove mmconfig memory leak and wrap mmconfig update with transaction
` [Qemu-devel] [PATCH 2/3] pci: split shpc_cleanup and shpc_free
` [Qemu-devel] [PATCH 3/3] docs: clarify memory region lifecycle

[Qemu-devel] [PULL 00/37] ppc patch queue 2015-01-07
 2015-02-13 14:28 UTC  (4+ messages)
` [Qemu-devel] [PULL 06/37] target-ppc: VXSQRT Should Not Be Set for NaNs

[Qemu-devel] [PATCH v4 00/16] block: Remove "growable", add blk_new_open()
 2015-02-13 14:16 UTC  (29+ messages)
` [Qemu-devel] [PATCH v4 01/16] block: Lift some BDS functions to the BlockBackend
` [Qemu-devel] [PATCH v4 02/16] block: Add blk_new_open()
` [Qemu-devel] [PATCH v4 03/16] block: Add Error parameter to bdrv_find_protocol()
` [Qemu-devel] [PATCH v4 04/16] iotests: Add test for driver=qcow2, format=qcow2
` [Qemu-devel] [PATCH v4 05/16] blockdev: Use blk_new_open() in blockdev_init()
` [Qemu-devel] [PATCH v4 06/16] block/xen: Use blk_new_open() in blk_connect()
` [Qemu-devel] [PATCH v4 07/16] qemu-img: Use blk_new_open() in img_open()
` [Qemu-devel] [PATCH v4 08/16] qemu-img: Use blk_new_open() in img_rebase()
` [Qemu-devel] [PATCH v4 09/16] qemu-img: Use BlockBackend as far as possible
` [Qemu-devel] [PATCH v4 10/16] qemu-nbd: Use blk_new_open() in main()
` [Qemu-devel] [PATCH v4 11/16] qemu-io: Use blk_new_open() in openfile()
` [Qemu-devel] [PATCH v4 14/16] block: Clamp BlockBackend requests
` [Qemu-devel] [PATCH v4 15/16] block: Remove "growable" from BDS
` [Qemu-devel] [PATCH v4 16/16] block: Keep bdrv_check*_request()'s return value

[Qemu-devel] [PULL 00/14] target-mips queue
 2015-02-13 13:46 UTC  (17+ messages)
` [Qemu-devel] [PULL 01/14] isa: add memory space parameter to isa_bus_new
` [Qemu-devel] [PULL 02/14] jazz: do not explode QEMUMachineInitArgs structure
` [Qemu-devel] [PULL 03/14] jazz: remove usage of isa_mem_base
` [Qemu-devel] [PULL 04/14] mips: remove isa_mem_base usage
` [Qemu-devel] [PULL 05/14] piix4: use PCI address space instead of system memory
` [Qemu-devel] [PULL 06/14] gt64xxx: remove isa_mem_base usage
` [Qemu-devel] [PULL 07/14] isa: remove isa_mem_base variable
` [Qemu-devel] [PULL 08/14] target-mips: Make CP0.Status.CU1 read-only for the 5Kc and 5KEc processors
` [Qemu-devel] [PULL 09/14] target-mips: fix detection of the end of the page during translation
` [Qemu-devel] [PULL 10/14] target-mips: ll and lld cause AdEL exception for unaligned address
` [Qemu-devel] [PULL 11/14] target-mips: use CP0EnLo_XI instead of magic number
` [Qemu-devel] [PULL 12/14] target-mips: fix broken snapshotting
` [Qemu-devel] [PULL 13/14] target-mips: pass 0 instead of -1 as rs in microMIPS LUI instruction
` [Qemu-devel] [PULL 14/14] linux-user: correct stat structure in MIPS N32

[Qemu-devel] [PATCH v2 0/3] vhost-user: support safe protocol
 2015-02-13 13:45 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/3] vhost-user: update the protocol
` [Qemu-devel] [PATCH v2 2/3] vhost-user:update the version to 0x6
` [Qemu-devel] [PATCH v2 3/3] vhost-user:add reply for other messages

[Qemu-devel] Help on TLB Flush
 2015-02-13 13:32 UTC  (18+ messages)

[Qemu-devel] [PATCH 0/3] virtio-scsi: Fix unsafe bdrv_set_aio_context calls
 2015-02-13 13:12 UTC  (11+ messages)
` [Qemu-devel] [PATCH 1/3] block: Forbid bdrv_set_aio_context outside BQL
` [Qemu-devel] [PATCH 3/3] virtio-scsi-dataplane: Use main thread BH to set BDS' aio context

[Qemu-devel] [PULL 0/8] Linked list for tcg ops
 2015-02-13 12:49 UTC  (9+ messages)
` [Qemu-devel] [PULL 1/8] tcg: Move some opcode generation functions out of line
` [Qemu-devel] [PULL 3/8] tcg: Move emit of INDEX_op_end into gen_tb_end
` [Qemu-devel] [PULL 4/8] tcg: Introduce tcg_op_buf_count and tcg_op_buf_full
` [Qemu-devel] [PULL 5/8] tcg: Put opcodes in a linked list
` [Qemu-devel] [PULL 6/8] tcg: Remove opcodes instead of noping them out
` [Qemu-devel] [PULL 7/8] tcg: Implement insert_op_before
` [Qemu-devel] [PULL 8/8] tcg: Remove unused opcodes

[Qemu-devel] [PATCH v3] qga: add guest-set-user-password command
 2015-02-13 12:26 UTC  (2+ messages)

[Qemu-devel] [PATCH v6 0/5] Geometry and blocksize detection for backing devices
 2015-02-13 12:28 UTC  (8+ messages)
` [Qemu-devel] [PATCH v6 5/5] BlockConf: Call backend functions to detect geometry and blocksizes

[Qemu-devel] [PATCH v1 0/3] vhost-user: support safe protocol
 2015-02-13 12:00 UTC  (4+ messages)
` [Qemu-devel] [PATCH v1 1/3] vhost-user: add reply let the portocol more safe
` [Qemu-devel] [PATCH v1 2/3] vhost-user:update the version to 0x6
` [Qemu-devel] [PATCH v1 3/3] vhost-user:add reply for other messages

[Qemu-devel] [PULL 00/12] target-arm queue
 2015-02-13 11:44 UTC  (15+ messages)
` [Qemu-devel] [PULL 01/12] pci: Allocate PCIe host bridge PCI ID
` [Qemu-devel] [PULL 02/12] pci: Add generic PCIe host bridge
` [Qemu-devel] [PULL 03/12] arm: Add PCIe host bridge in virt machine
` [Qemu-devel] [PULL 04/12] pci: Move PCI VGA to pci.mak
` [Qemu-devel] [PULL 05/12] target-arm: Add CPU property to disable AArch64
` [Qemu-devel] [PULL 06/12] target-arm: Add feature parsing to virt
` [Qemu-devel] [PULL 07/12] target-arm: Add 32/64-bit register sync
` [Qemu-devel] [PULL 08/12] target-arm: Add AArch32 guest support to KVM64
` [Qemu-devel] [PULL 09/12] target-arm: A64: Fix shifts into sign bit
` [Qemu-devel] [PULL 10/12] target-arm: A64: Fix handling of rotate in logic_imm_decode_wmask
` [Qemu-devel] [PULL 11/12] target-arm: A64: Avoid left shifting negative integers in disas_pc_rel_addr
` [Qemu-devel] [PULL 12/12] target-arm: A64: Avoid signed shifts in disas_ldst_pair()

[Qemu-devel] HEAD is failing virt-test on migration tests
 2015-02-13 11:23 UTC  (10+ messages)

[Qemu-devel] [PATCH 0/2] qemu-img: Fix qemu-img convert -n
 2015-02-13 11:17 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/11] cpu: add i386 cpu hot remove support
 2015-02-13 11:08 UTC  (6+ messages)

[Qemu-devel] [virtio] virtqueue request size
 2015-02-13 10:47 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 0/7] cpu: add i386 cpu hot remove support
 2015-02-13 10:40 UTC  (8+ messages)
` [Qemu-devel] [PATCH v3 1/7] x86: add x86_cpu_unrealizefn() for cpu apic remove
` [Qemu-devel] [PATCH v3 2/7] acpi/cpu: add cpu hot unplug request callback function
` [Qemu-devel] [PATCH v3 3/7] acpi, pc: add cpu hot unplug request callback support
` [Qemu-devel] [PATCH v3 4/7] acpi/cpu: add cpu hot unplug callback function
` [Qemu-devel] [PATCH v3 5/7] acpi, pc: add cpu hot unplug callback support
` [Qemu-devel] [PATCH v3 6/7] cpu hotplug: implement function cpu_status_write() for vcpu ejection
` [Qemu-devel] [PATCH v3 7/7] cpus: reclaim allocated vCPU objects

[Qemu-devel] [PATCH v4 00/10] cpu: add device_add foo-x86_64-cpu support
 2015-02-13 10:25 UTC  (11+ messages)
` [Qemu-devel] [PATCH v4 01/10] cpu/apic: drop icc bus/bridge/
` [Qemu-devel] [PATCH v4 02/10] icc_bus: remove icc related files
` [Qemu-devel] [PATCH v4 03/10] cpu: introduce CpuTopoInfo structure for argument simplification
` [Qemu-devel] [PATCH v4 04/10] cpu: introduce get_compat_arch_id() method and override it for X86CPU
` [Qemu-devel] [PATCH v4 05/10] qom/cpu: move register_vmstate to common CPUClass.realizefn
` [Qemu-devel] [PATCH v4 06/10] qom/cpu: move apic vmstate register into x86_cpu_apic_realize
` [Qemu-devel] [PATCH v4 07/10] monitor: use cc->get_arch_id as the cpu index
` [Qemu-devel] [PATCH v4 08/10] acpi: introduce acpi_send_gpe_event()
` [Qemu-devel] [PATCH v4 09/10] cpu: add device_add foo-x86_64-cpu support
` [Qemu-devel] [PATCH v4 10/10] i386/cpu: add instance finalize callback

[Qemu-devel] [PATCH v7 0/5] block: Add a qemu-iotests case for IO throttling
 2015-02-13 10:01 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] qtest: Fix deadloop by running main loop AIO context's timers
 2015-02-13  9:46 UTC  (2+ messages)

[Qemu-devel] [PATCH] memory: Fix double unref of flatview
 2015-02-13  9:29 UTC  (6+ messages)

[Qemu-devel] [PATCH v5] sheepdog: selectable object size support
 2015-02-13  9:20 UTC 

[Qemu-devel] [PATCH RFC v2 0/8] Dirty bitmaps migration
 2015-02-13  9:06 UTC  (5+ messages)
` [Qemu-devel] [PATCH RFC v2 8/8] migration: add migration/dirty-bitmap.c

[Qemu-devel] [PATCH v2 00/10] Clean up around error_get_pretty(), qerror_report_err()
 2015-02-13  8:08 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 01/10] error: New convenience function error_report_err()

[Qemu-devel] [PATCH v4 0/1] block: enforce minimal 4096 alignment in qemu_blockalign
 2015-02-13  7:52 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] qemu guest agent: support guest-file-* command for Windows
 2015-02-13  7:51 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH 00/14] Block replication for continuous checkpoints
 2015-02-13  7:01 UTC  (11+ messages)
` [Qemu-devel] [RFC PATCH 01/14] docs: block replication's description

[Qemu-devel] [PATCH] tile: Can load elf64 tilegx binary successfully for linux-user
 2015-02-13  6:34 UTC  (10+ messages)

[Qemu-devel] [PATCH 0/3] hmp: Normalize HMP command handler names
 2015-02-13  6:25 UTC  (2+ messages)

[Qemu-devel] [PATCH] bitops.h: sextract64() return type should be int64_t, not uint64_t
 2015-02-13  6:21 UTC  (2+ messages)

[Qemu-devel] QOM q1
 2015-02-13  6:05 UTC 

[Qemu-devel] QOM q1
 2015-02-13  5:46 UTC 


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