qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-09-30 09:41:56 to 2014-09-30 21:50:19 UTC [more...]

[Qemu-devel] [PATCH v5 00/33] target-arm: add Security Extensions for CPUs
 2014-09-30 21:49 UTC  (8+ messages)
` [Qemu-devel] [PATCH v5 01/33] target-arm: increase arrays of registers R13 & R14
` [Qemu-devel] [PATCH v5 02/33] target-arm: add arm_is_secure() function
` [Qemu-devel] [PATCH v5 03/33] target-arm: reject switching to monitor mode
` [Qemu-devel] [PATCH v5 04/33] target-arm: rename arm_current_pl to arm_current_el
` [Qemu-devel] [PATCH v5 05/33] target-arm: make arm_current_pl() return PL3
` [Qemu-devel] [PATCH v5 07/33] target-arm: extend async excp masking
` [Qemu-devel] [PATCH v5 08/33] target-arm: add async excp target_el function

[Qemu-devel] [PATCH v4] add input-send-event command
 2014-09-30 21:17 UTC  (2+ messages)

[Qemu-devel] Question on qemu threads
 2014-09-30 20:43 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] qcow2/qapi: Add "corrupt" to ImageInfoSpecificQCow2
 2014-09-30 20:21 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/3] iotests: Use _img_info
` [Qemu-devel] [PATCH 2/3] qapi: Add corrupt field to ImageInfoSpecificQCow2
` [Qemu-devel] [PATCH 3/3] iotests: qemu-img info output for corrupt image

[Qemu-devel] [PATCH v4 00/23] Split BlockBackend off BDS with an axe
 2014-09-30 19:25 UTC  (24+ messages)
` [Qemu-devel] [PATCH v4 01/23] block: Split bdrv_new_root() off bdrv_new()
` [Qemu-devel] [PATCH v4 02/23] block: New BlockBackend
` [Qemu-devel] [PATCH v4 03/23] block: Connect BlockBackend to BlockDriverState
` [Qemu-devel] [PATCH v4 04/23] block: Connect BlockBackend and DriveInfo
` [Qemu-devel] [PATCH v4 05/23] block: Code motion to get rid of stubs/blockdev.c
` [Qemu-devel] [PATCH v4 06/23] block: Make BlockBackend own its BlockDriverState
` [Qemu-devel] [PATCH v4 07/23] block: Eliminate bdrv_iterate(), use bdrv_next()
` [Qemu-devel] [PATCH v4 08/23] block: Eliminate BlockDriverState member device_name[]
` [Qemu-devel] [PATCH v4 09/23] block: Merge BlockBackend and BlockDriverState name spaces
` [Qemu-devel] [PATCH v4 10/23] block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
` [Qemu-devel] [PATCH v4 11/23] block: Rename BlockDriverAIOCB* to BlockAIOCB*
` [Qemu-devel] [PATCH v4 12/23] block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
` [Qemu-devel] [PATCH v4 13/23] virtio-blk: Drop redundant VirtIOBlock member conf
` [Qemu-devel] [PATCH v4 14/23] virtio-blk: Rename VirtIOBlkConf variables to conf
` [Qemu-devel] [PATCH v4 15/23] hw: Convert from BlockDriverState to BlockBackend, mostly
` [Qemu-devel] [PATCH v4 16/23] ide: Complete conversion from BlockDriverState to BlockBackend
` [Qemu-devel] [PATCH v4 17/23] pc87312: Drop unused members of PC87312State
` [Qemu-devel] [PATCH v4 18/23] blockdev: Drop superfluous DriveInfo member id
` [Qemu-devel] [PATCH v4 19/23] blockdev: Fix blockdev-add not to create DriveInfo
` [Qemu-devel] [PATCH v4 20/23] block/qapi: Convert qmp_query_block() to BlockBackend
` [Qemu-devel] [PATCH v4 21/23] blockdev: Convert qmp_eject(), qmp_change_blockdev() "
` [Qemu-devel] [PATCH v4 22/23] block: Lift device model API into BlockBackend
` [Qemu-devel] [PATCH v4 23/23] block: Make device model's references to BlockBackend strong

[Qemu-devel] [PATCH 0/2] Virtio-9p live migration patchset
 2014-09-30 19:17 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/2] virtio-9p: Add support for 9p migration

[Qemu-devel] [PATCH v2 0/7] Target-specific unit test support, add unit tests for target-i386/cpu.c code
 2014-09-30 18:26 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 1/7] tests: Move fake yield_until_fd_readable() to coroutine-stub.c
` [Qemu-devel] [PATCH v2 2/7] tests: Support target-specific unit tests
` [Qemu-devel] [PATCH v2 3/7] tests: Make test-x86-cpuid target-specific
` [Qemu-devel] [PATCH v2 4/7] tests: Add unit test for X86CPU code
` [Qemu-devel] [PATCH v2 5/7] target-i386: Isolate enabled-by-default features to a separate array
` [Qemu-devel] [PATCH v2 6/7] tests: test-x86-cpu: Add TCG feature bit initialization test
` [Qemu-devel] [PATCH v2 7/7] tests: test-x86-cpu: Add KVM "

[Qemu-devel] [PATCH v4 00/19] drop qapi nested structs
 2014-09-30 17:47 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4 17/19] qapi: Drop inline subtype in query-version
` [Qemu-devel] [PATCH v4 19/19] qapi: Drop support for inline subtypes

[Qemu-devel] [PULL 00/39] SCSI changes for 2014-09-23
 2014-09-30 17:43 UTC  (41+ messages)
` [Qemu-devel] [PULL 01/39] scsi: Optimize scsi_req_alloc
` [Qemu-devel] [PULL 02/39] virtio-scsi: Optimize virtio_scsi_init_req
` [Qemu-devel] [PULL 03/39] vhost-scsi: use virtio_ldl_p
` [Qemu-devel] [PULL 04/39] virtio-scsi: clean up virtio_scsi_parse_cdb
` [Qemu-devel] [PULL 05/39] virtio-scsi: Split virtio_scsi_handle_cmd_req from virtio_scsi_handle_cmd
` [Qemu-devel] [PULL 06/39] virtio-scsi: Split virtio_scsi_handle_ctrl_req from virtio_scsi_handle_ctrl
` [Qemu-devel] [PULL 07/39] virtio-scsi: Make virtio_scsi_init_req public
` [Qemu-devel] [PULL 08/39] virtio-scsi: Make virtio_scsi_free_req public
` [Qemu-devel] [PULL 09/39] virtio-scsi: Make virtio_scsi_push_event public
` [Qemu-devel] [PULL 10/39] virtio-net: use aliases instead of duplicate qdev properties
` [Qemu-devel] [PULL 11/39] virtio-net: fix virtio-net child refcount in transports
` [Qemu-devel] [PULL 12/39] virtio/vhost-scsi: use aliases instead of duplicate qdev properties
` [Qemu-devel] [PULL 13/39] virtio/vhost-scsi: fix virtio-scsi/vhost-scsi child refcount in transports
` [Qemu-devel] [PULL 14/39] virtio-serial: use aliases instead of duplicate qdev properties
` [Qemu-devel] [PULL 15/39] virtio-serial: fix virtio-serial child refcount in transports
` [Qemu-devel] [PULL 16/39] virtio-rng: use aliases instead of duplicate qdev properties
` [Qemu-devel] [PULL 17/39] virtio-rng: fix virtio-rng child refcount in transports
` [Qemu-devel] [PULL 18/39] virtio-balloon: fix virtio-balloon "
` [Qemu-devel] [PULL 19/39] virtio-9p: use aliases instead of duplicate qdev properties
` [Qemu-devel] [PULL 20/39] virtio-9p: fix virtio-9p child refcount in transports
` [Qemu-devel] [PULL 21/39] virtio: add a wrapper for virtio-backend initialization
` [Qemu-devel] [PULL 22/39] virtio-scsi: Add 'iothread' property to virtio-scsi
` [Qemu-devel] [PULL 23/39] virtio-scsi: Add VirtIOSCSIVring in VirtIOSCSIReq
` [Qemu-devel] [PULL 24/39] virtio-scsi-dataplane: Code to run virtio-scsi on iothread
` [Qemu-devel] [PULL 25/39] virtio-scsi: Hook up with dataplane
` [Qemu-devel] [PULL 26/39] virtio-scsi: Add migration state notifier for dataplane code
` [Qemu-devel] [PULL 27/39] virtio-scsi: Two stages processing of cmd request
` [Qemu-devel] [PULL 28/39] virtio-scsi: Batched prepare for cmd reqs
` [Qemu-devel] [PULL 29/39] virtio-scsi: Call bdrv_io_plug/bdrv_io_unplug in cmd request handling
` [Qemu-devel] [PULL 30/39] virtio-scsi: Process ".iothread" property
` [Qemu-devel] [PULL 31/39] scsi: Drop scsi_req_abort
` [Qemu-devel] [PULL 32/39] scsi-generic: Handle canceled request in scsi_command_complete
` [Qemu-devel] [PULL 33/39] scsi: Unify request unref in scsi_req_cancel
` [Qemu-devel] [PULL 34/39] scsi: Drop SCSIReqOps.cancel_io
` [Qemu-devel] [PULL 35/39] scsi: Introduce scsi_req_cancel_complete
` [Qemu-devel] [PULL 36/39] scsi: Introduce scsi_req_cancel_async
` [Qemu-devel] [PULL 37/39] virtio-scsi: Handle TMF request cancellation asynchronously
` [Qemu-devel] [PULL 38/39] util: introduce bitmap_try_new
` [Qemu-devel] [PULL 39/39] block/iscsi: handle failure on malloc of the allocationmap

[Qemu-devel] [PATCH v2 0/6] Q35: Implement -cdrom/-hda sugar
 2014-09-30 17:32 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 6/6] q35/ahci: Pick up -cdrom and -hda options

[Qemu-devel] [PATCH v2 1/1] virtio: serial: expose a 'guest_writable' callback for users
 2014-09-30 16:13 UTC 

[Qemu-devel] [PATCH 1/1] virtio: serial: expose a 'guest_writable' callback for users
 2014-09-30 16:05 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/5] add description field in ObjectProperty and PropertyInfo struct
 2014-09-30 15:38 UTC  (25+ messages)
` [Qemu-devel] [PATCH v4 1/5] qdev: add description field in "
` [Qemu-devel] [PATCH v4 2/5] qom: add description field in ObjectProperty struct
` [Qemu-devel] [PATCH v4 4/5] qmp: print descriptions of object properties
` [Qemu-devel] [PATCH v4 5/5] qdev: drop legacy_name from qdev properties

[Qemu-devel] [PATCH] disas/libvixl: Update to libvixl 1.6
 2014-09-30 15:36 UTC 

[Qemu-devel] [PATCH] util: Emancipate id_wellformed() from QemuOpts
 2014-09-30 15:30 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] libcacard: fix compile error on glib2-2.12.3-4.el5
 2014-09-30 15:26 UTC  (7+ messages)

[Qemu-devel] [PATCH] gdb: detect target architecture via target.xml
 2014-09-30 15:23 UTC  (2+ messages)
` [Qemu-devel] [PATCH] gdb: provide the name of the architecture in the target.xml

[Qemu-devel] [PULL 0/1] audio patch queue
 2014-09-30 14:46 UTC  (3+ messages)
` [Qemu-devel] [PULL 1/1] ac97: register reset via qom

[Qemu-devel] [PATCH] translate-all.c: memory walker initial address miscalculation
 2014-09-30 14:16 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/12] virtio: fix virtio child recount in transports
 2014-09-30 14:00 UTC  (13+ messages)
` [Qemu-devel] [PATCH v2 03/12] virtio/vhost-scsi: use aliases instead of duplicate qdev properties
` [Qemu-devel] [PATCH v2 12/12] virtio: add a wrapper for virtio-backend initialization

[Qemu-devel] [PULL 0/5] pci, pc, virtio, misc bugfixes
 2014-09-30 13:59 UTC  (3+ messages)
` [Qemu-devel] [PULL 4/5] pc-dimm: Don't check dimm->node when there is non-NUMA config

[Qemu-devel] [PATCH] translate-all.c: memory walker initial address miscalculation
 2014-09-30 13:58 UTC  (3+ messages)

[Qemu-devel] [PATCH v4 0/3] pcie: add check for ari capability of pcie devices
 2014-09-30 13:58 UTC  (9+ messages)
` [Qemu-devel] [PATCH v4 1/3] qdev: Introduce a function to get qbus's parent
` [Qemu-devel] [PATCH v4 2/3] pcie: add check for ari capability of pcie devices
` [Qemu-devel] [PATCH v4 3/3] pcie: remove confused comments

[Qemu-devel] [PATCH 0/2] make check-block/qemu-iotests fixes
 2014-09-30 13:21 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/2] make check-block: Use default cache modes
` [Qemu-devel] [PATCH 2/2] qemu-iotests: Fix supported cache modes for 052

[Qemu-devel] [PULL v2 0/9] tcg-next queue
 2014-09-30 12:09 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/2] monitor: add peripheral device del completion support
 2014-09-30 12:08 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/2] qdev: add list built for devices
` [Qemu-devel] [PATCH v2 2/2] monitor: add del completion for peripheral device

[Qemu-devel] [PATCH v3 00/23] Split BlockBackend off BDS with an axe
 2014-09-30 12:04 UTC  (13+ messages)
` [Qemu-devel] [PATCH v3 03/23] block: Connect BlockBackend to BlockDriverState
` [Qemu-devel] [PATCH v3 21/23] blockdev: Convert qmp_eject(), qmp_change_blockdev() to BlockBackend
` [Qemu-devel] [PATCH v3 22/23] block: Lift device model API into BlockBackend
` [Qemu-devel] [PATCH v3 23/23] block: Make device model's references to BlockBackend strong

[Qemu-devel] [PATCH] smbios: Fix assertion on socket count calculation
 2014-09-30 11:50 UTC  (3+ messages)

[Qemu-devel] Reminder: 2.2 softfreeze tomorrow
 2014-09-30 11:38 UTC 

[Qemu-devel] [PATCH] hw/pci/ppc4xx_pci.c: Remove unused pci4xx_cfgaddr_read/write/ops
 2014-09-30 11:31 UTC  (2+ messages)

[Qemu-devel] Timer issues with 2.1.1 and migration (was: latest rc: virtio-blk hangs forever after migration)
 2014-09-30 11:19 UTC  (4+ messages)

[Qemu-devel] [PATCH v3 00/12] virtio: fix virtio child recount in transports
 2014-09-30 10:57 UTC  (16+ messages)
` [Qemu-devel] [PATCH v3 01/12] virtio-net: use aliases instead of duplicate qdev properties
` [Qemu-devel] [PATCH v3 02/12] virtio-net: fix virtio-net child refcount in transports
` [Qemu-devel] [PATCH v3 03/12] virtio/vhost-scsi: use aliases instead of duplicate qdev properties
` [Qemu-devel] [PATCH v3 04/12] virtio/vhost-scsi: fix virtio-scsi/vhost-scsi child refcount in transports
` [Qemu-devel] [PATCH v3 05/12] virtio-serial: use aliases instead of duplicate qdev properties
` [Qemu-devel] [PATCH v3 06/12] virtio-serial: fix virtio-serial child refcount in transports
` [Qemu-devel] [PATCH v3 07/12] virtio-rng: use aliases instead of duplicate qdev properties
` [Qemu-devel] [PATCH v3 08/12] virtio-rng: fix virtio-rng child refcount in transports
` [Qemu-devel] [PATCH v3 09/12] virtio-balloon: fix virtio-balloon "
` [Qemu-devel] [PATCH v3 10/12] virtio-9p: use aliases instead of duplicate qdev properties
` [Qemu-devel] [PATCH v3 11/12] virtio-9p: fix virtio-9p child refcount in transports
` [Qemu-devel] [PATCH v3 12/12] virtio: add a wrapper for virtio-backend initialization

[Qemu-devel] [PATCH 0/3] vga: add endianness switching support
 2014-09-30 11:02 UTC  (4+ messages)
` [Qemu-devel] [PATCH 3/3] vga-pci: add qext region to mmio

[Qemu-devel] [PATCH v3 1/3] usb-hid: Move descriptor decision to usb-hid initfn
 2014-09-30 10:58 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/11] vga: cleanup and endianness patch series
 2014-09-30 10:56 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 10/11] vga: Add endian control register

[Qemu-devel] [PULL 00/19] target-arm queue
 2014-09-30 10:52 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/1] Add support for Xen access to vmport
 2014-09-30 10:35 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/1] xen-hvm.c: "

[Qemu-devel] [PATCHv2 0/2] introduce bitmap_try_new
 2014-09-30 10:12 UTC  (2+ messages)

[Qemu-devel] [PULL 0/2] spice patch queue
 2014-09-30 10:01 UTC  (2+ messages)

[Qemu-devel] [PATCH] block: Drop superfluous conditionals around qemu_opts_del()
 2014-09-30  9:58 UTC  (2+ messages)

[Qemu-devel] [Bug 1354167] [NEW] On VM restart: Could not open 'poppy.qcow2': Could not read snapshots: File too large
 2014-09-30  9:41 UTC  (2+ messages)
` [Qemu-devel] [Bug 1354167] "

[Qemu-devel] [QA-virtio]:Why vring size is limited to 1024?
 2014-09-30  9:33 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).