messages from 2012-10-24 03:01:47 to 2012-10-24 16:29:58 UTC [more...]
[Qemu-devel] uhci: Cleanups, fixes and improvements
2012-10-24 16:31 UTC (9+ messages)
` [Qemu-devel] [PATCH 01/17] usb: Enforce iso endpoints never returing USB_RET_ASYNC
` [Qemu-devel] [PATCH 02/17] uhci: No need to handle async completion of isoc packets
` [Qemu-devel] [PATCH 03/17] uhci: cleanup: Add an unlink call to uhci_async_cancel()
` [Qemu-devel] [PATCH 04/17] uhci: Don't retry on error
` [Qemu-devel] [PATCH 05/17] uhci: Drop unnecessary forward declaration of some static functions
` [Qemu-devel] [PATCH 06/17] uhci: Move emptying of the queue's asyncs' queue to uhci_queue_free
` [Qemu-devel] [PATCH 07/17] uhci: Rename UHCIAsync->td to UHCIAsync->td_addr
` [Qemu-devel] [PATCH 09/17] uhci: Make uhci_fill_queue() actually operate on an UHCIQueue
[Qemu-devel] usb: input-pipelining + speedups v3
2012-10-24 16:14 UTC (21+ messages)
` [Qemu-devel] [PATCH 01/22] uhci: Properly unmap packets on cancel / invalid pid
` [Qemu-devel] [PATCH 02/22] uhci: Move checks to continue queuing to uhci_fill_queue()
` [Qemu-devel] [PATCH 03/22] ehci: Get rid of packet tbytes field
` [Qemu-devel] [PATCH 04/22] ehci: Set int flag on a short input packet
` [Qemu-devel] [PATCH 05/22] ehci: Improve latency of interrupt delivery and async schedule scanning
` [Qemu-devel] [PATCH 06/22] ehci: Speed up the timer of raising int from the async schedule
` [Qemu-devel] [PATCH 07/22] ehci: Detect going in circles when filling the queue
` [Qemu-devel] [PATCH 08/22] ehci: Retry to fill the queue while waiting for td completion
` [Qemu-devel] [PATCH 09/22] xhci: Add a xhci_ep_nuke_one_xfer helper function
` [Qemu-devel] [PATCH 10/22] usb: Rename __usb_packet_complete to usb_packet_complete_one
` [Qemu-devel] [PATCH 11/22] usb: Add USB_RET_ADD_TO_QUEUE packet result code
` [Qemu-devel] [PATCH 12/22] usb: Move clearing of queue on halt to the core
` [Qemu-devel] [PATCH 13/22] usb: Move short-not-ok handling "
` [Qemu-devel] [PATCH 14/22] usb: Add an int_req flag to USBPacket
` [Qemu-devel] [PATCH 15/22] usb: Add packet combining functions
` [Qemu-devel] [PATCH 16/22] combined-packet: Add a workaround for Linux usbfs + live migration
` [Qemu-devel] [PATCH 17/22] usb-redir: Add support for 32 bits bulk packet length
` [Qemu-devel] [PATCH 18/22] usb-redir: Add support for input pipelining
` [Qemu-devel] [PATCH 19/22] usb-redir: Add an usbredir_setup_usb_eps() helper function
` [Qemu-devel] [PATCH 22/22] usb-redir: Allow redirecting super speed devices to high speed controllers
[Qemu-devel] [PATCH] win32: fix broken build due to missing QEMU_MADV_HUGEPAGE
2012-10-24 16:12 UTC
[Qemu-devel] [PATCH 1/4] Adding new syscalls (bugzilla 855162)
2012-10-24 15:56 UTC (9+ messages)
` [Qemu-devel] [PATCH 4/4] Warning messages on net devices hotplug
[Qemu-devel] [PATCH v3 00/26] q35 qemu support
2012-10-24 15:50 UTC (8+ messages)
` [Qemu-devel] [PATCH v3 01/26] blockdev: Introduce a default machine blockdev interface field, QEMUMachine->mach_if
` [Qemu-devel] [PATCH v3 02/26] blockdev: Introduce IF_AHCI
[Qemu-devel] FW: 'qemu-nbd' explicite flush to disk
2012-10-24 15:46 UTC (2+ messages)
[Qemu-devel] [PATCH 0/3] NBD reconnection behaviour
2012-10-24 15:16 UTC (14+ messages)
` [Qemu-devel] [PATCH 1/3] nbd: Only try to send flush/discard commands if connected to the NBD server
` [Qemu-devel] [PATCH 2/3] nbd: Explicitly disconnect and fail inflight I/O requests on error, then reconnect next I/O request
[Qemu-devel] q35: usb keyboard trouble
2012-10-24 14:55 UTC
[Qemu-devel] [PATCH v2 00/45] Block job improvements for 1.3
2012-10-24 14:50 UTC (4+ messages)
` [Qemu-devel] [PATCH v2 35/45] add hierarchical bitmap data type and test cases
[Qemu-devel] [PATCH 00/37 v5] target-i386: convert CPU features into properties
2012-10-24 14:00 UTC (7+ messages)
` [Qemu-devel] [PATCH 36/37] target-i386: use static properties to list CPUID features
[Qemu-devel] [PATCH 00/30] Migration thread 20121017 edition
2012-10-24 14:29 UTC (2+ messages)
[Qemu-devel] [PATCH v12 00/14] QEMU MIPS ASE DSP support
2012-10-24 14:17 UTC (15+ messages)
` [Qemu-devel] [PATCH v12 01/14] target-mips: Add ASE DSP internal functions
` [Qemu-devel] [PATCH v12 02/14] target-mips: Add ASE DSP resources access check
` [Qemu-devel] [PATCH v12 03/14] Use correct acc value to index cpu_HI/cpu_LO rather than using a fix number
` [Qemu-devel] [PATCH v12 04/14] target-mips: Add ASE DSP branch instructions
` [Qemu-devel] [PATCH v12 05/14] target-mips: Add ASE DSP load instructions
` [Qemu-devel] [PATCH v12 06/14] target-mips: Add ASE DSP arithmetic instructions
` [Qemu-devel] [PATCH v12 07/14] target-mips: Add ASE DSP GPR-based shift instructions
` [Qemu-devel] [PATCH v12 08/14] target-mips: Add ASE DSP multiply instructions
` [Qemu-devel] [PATCH v12 09/14] target-mips: Add ASE DSP bit/manipulation instructions
` [Qemu-devel] [PATCH v12 10/14] target-mips: Add ASE DSP compare-pick instructions
` [Qemu-devel] [PATCH v12 11/14] target-mips: Add ASE DSP accumulator instructions
` [Qemu-devel] [PATCH v12 12/14] target-mips: Add ASE DSP processors
` [Qemu-devel] [PATCH v12 13/14] target-mips: Add ASE DSP testcases
` [Qemu-devel] [PATCH v12 14/14] target-mips: Change TODO file
[Qemu-devel] [PATCH] target-i386: cpu: recover items 28-31 of ext2_feature_name
2012-10-24 14:10 UTC
[Qemu-devel] Resource reporting for VGA cards
2012-10-24 14:08 UTC (4+ messages)
[Qemu-devel] [memory] abort with head a8170e5
2012-10-24 14:00 UTC (2+ messages)
[Qemu-devel] [PATCH 00/32] Header file renaming and cleanup
2012-10-24 13:51 UTC (34+ messages)
` [Qemu-devel] [PATCH 01/32] libcacard: simplify rules for recursive build
` [Qemu-devel] [PATCH 02/32] vscclient: use per-target variables
` [Qemu-devel] [PATCH 03/32] build: adjust setting of QEMU_INCLUDES
` [Qemu-devel] [PATCH 04/32] build: add $(TARGET_DIR) to "GEN config-target.h" lines
` [Qemu-devel] [PATCH 05/32] build: move rules from Makefile to */Makefile.objs
` [Qemu-devel] [PATCH 06/32] build: create ldscripts/
` [Qemu-devel] [PATCH 07/32] build: kill libdis, move disassemblers to disas/
` [Qemu-devel] [PATCH 08/32] build: kill libuser
` [Qemu-devel] [PATCH 09/32] janitor: move iovector functions out of cutils.c
` [Qemu-devel] [PATCH 10/32] janitor: do not rely on indirect inclusions from qemu-char.h
` [Qemu-devel] [PATCH 11/32] janitor: do not include qemu-char everywhere
` [Qemu-devel] [PATCH 12/32] net: move Bluetooth stuff out of net.h
` [Qemu-devel] [PATCH 13/32] net: do not include net.h everywhere
` [Qemu-devel] [PATCH 14/32] net: move net.c to net/
` [Qemu-devel] [PATCH 15/32] net: reorganize headers
` [Qemu-devel] [PATCH 16/32] qemu-ga: move qemu-ga files to qga/
` [Qemu-devel] [PATCH 17/32] ui: move files to ui/ and include/ui/
` [Qemu-devel] [PATCH 18/32] audio: move public header file to include/audio/
` [Qemu-devel] [PATCH 19/32] slirp: move public header file to include/slirp/
` [Qemu-devel] [PATCH 20/32] qapi: move include files to include/qapi/
` [Qemu-devel] [PATCH 21/32] qapi: create qobject/ and include/qobject/
` [Qemu-devel] [PATCH 22/32] block: move include files to include/block/
` [Qemu-devel] [PATCH 23/32] exec: move include files to include/exec/
` [Qemu-devel] [PATCH 24/32] monitor: move include files to include/monitor/
` [Qemu-devel] [PATCH 25/32] migration: move include files to include/migration/
` [Qemu-devel] [PATCH 26/32] qom: move include files to include/qom/
` [Qemu-devel] [PATCH 27/32] misc: move include files to include/qemu/
` [Qemu-devel] [PATCH 28/32] softmmu: move include files to include/sysemu/
` [Qemu-devel] [PATCH 29/32] softmmu: move remaining include files to include/ subdirectories
` [Qemu-devel] [PATCH 30/32] fpu: move public header file to include/fpu
` [Qemu-devel] [PATCH 31/32] hw: move executable format header files to hw/
` [Qemu-devel] [PATCH 32/32] janitor: move remaining public headers to include/
[Qemu-devel] [PULL 0/3] QMP queue
2012-10-24 13:34 UTC (4+ messages)
` [Qemu-devel] [PULL 1/3] hmp: fix info cpus for sparc targets
` [Qemu-devel] [PULL 2/3] qmp: handle stop/cont in INMIGRATE state
` [Qemu-devel] [PULL 3/3] migration: go to paused state after finishing incoming migration with -S
[Qemu-devel] [PULL 0/4] target-arm queue
2012-10-24 13:03 UTC (5+ messages)
` [Qemu-devel] [PATCH 1/4] arm-semi.c: Handle get/put_user() failure accessing arguments
` [Qemu-devel] [PATCH 2/4] target-arm: Use TCG operation for Neon 64 bit negation
` [Qemu-devel] [PATCH 3/4] target-arm: Implement abs_i32 inline rather than as a helper
` [Qemu-devel] [PATCH 4/4] target-arm: Remove out of date FIXME regarding saturating arithmetic
[Qemu-devel] [PATCH v2 0/8] ARM boards: don't prematurely explode QEMUMachineInitArgs
2012-10-24 13:22 UTC (9+ messages)
` [Qemu-devel] [PATCH v2 1/8] hw/vexpress.c: Don't "
` [Qemu-devel] [PATCH v2 2/8] hw/realview.c: "
` [Qemu-devel] [PATCH v2 3/8] hw/versatilepb: "
` [Qemu-devel] [PATCH v2 4/8] hw/spitz: "
` [Qemu-devel] [PATCH v2 5/8] hw/omap_sx1: "
` [Qemu-devel] [PATCH v2 6/8] hw/nseries: "
` [Qemu-devel] [PATCH v2 7/8] hw/mainstone: "
` [Qemu-devel] [PATCH v2 8/8] hw/exynos4_boards: "
[Qemu-devel] [PATCH v1] qemu: Document GlusterFS block driver usage
2012-10-24 13:05 UTC (2+ messages)
[Qemu-devel] [PATCH 0/5 V4] char: add CirMemCharDriver and provide QMP interface
2012-10-24 12:55 UTC (5+ messages)
` [Qemu-devel] [PATCH 5/5] HMP: Introduce console command
[Qemu-devel] [RFC] net: Peer with existing NIC in netdev_add
2012-10-24 12:49 UTC
[Qemu-devel] [PATCH] net: Reject non-netdevs in qmp_netdev_del()
2012-10-24 12:34 UTC
[Qemu-devel] [PATCH] configure: Disable (clang) initializer-overrides warnings
2012-10-24 12:31 UTC (4+ messages)
[Qemu-devel] [PATCH] linux-user: Merge pread/pwrite into pread64/pwrite64
2012-10-24 12:27 UTC (2+ messages)
[Qemu-devel] [PATCH 0/7] ARM boards: don't prematurely explode QEMUMachineInitArgs
2012-10-24 12:10 UTC (5+ messages)
[Qemu-devel] buildbot failure in qemu on block_mingw32
2012-10-24 11:39 UTC (3+ messages)
[Qemu-devel] [PATCH] stream: fix ratelimit_set_speed
2012-10-24 10:10 UTC
[Qemu-devel] [RFC PATCH v3 00/19] ACPI memory hotplug
2012-10-24 10:15 UTC (5+ messages)
` [Qemu-devel] [RFC PATCH v3 05/19] Implement dimm device abstraction
[Qemu-devel] [Bug 1070762] [NEW] savevm fails with inserted CD, "Device '%s' is writable but does not support snapshots."
2012-10-24 9:58 UTC
[Qemu-devel] [PULL 00/32] Block patches
2012-10-24 9:50 UTC (33+ messages)
` [Qemu-devel] [PATCH 01/32] qemu-img: Fix division by zero for zero size images
` [Qemu-devel] [PATCH 02/32] qemu-iotests: Test qemu-img operation on zero size image
` [Qemu-devel] [PATCH 03/32] qmp: fix __accept() in qmp.py
` [Qemu-devel] [PATCH 04/32] qemu-img rebase: use empty string to rebase without backing file
` [Qemu-devel] [PATCH 05/32] block: make bdrv_find_backing_image compare canonical filenames
` [Qemu-devel] [PATCH 06/32] block: in commit, determine base image from the top image
` [Qemu-devel] [PATCH 07/32] qemu-iotests: add relative backing file tests for block-commit (040)
` [Qemu-devel] [PATCH 08/32] qemu-img: Add --backing-chain option to info command
` [Qemu-devel] [PATCH 09/32] qemu-iotests: Add 043 backing file chain infinite loop test
` [Qemu-devel] [PATCH 10/32] qemu-img: document 'info --backing-chain'
` [Qemu-devel] [PATCH 11/32] block: bdrv_create(): don't leak cco.filename on error
` [Qemu-devel] [PATCH 12/32] monitor: Allow add-fd to any specified fd set
` [Qemu-devel] [PATCH 13/32] monitor: Enable adding an inherited fd to an "
` [Qemu-devel] [PATCH 14/32] monitor: Prevent removing fd from set during init
` [Qemu-devel] [PATCH 15/32] qemu-config: Add new -add-fd command line option
` [Qemu-devel] [PATCH 16/32] block: add bdrv_query_info
` [Qemu-devel] [PATCH 17/32] block: add bdrv_query_stats
` [Qemu-devel] [PATCH 18/32] block: add bdrv_open_backing_file
` [Qemu-devel] [PATCH 19/32] block: introduce new dirty bitmap functionality
` [Qemu-devel] [PATCH 20/32] block: export dirty bitmap information in query-block
` [Qemu-devel] [PATCH 21/32] block: rename block_job_complete to block_job_completed
` [Qemu-devel] [PATCH 22/32] block: add block-job-complete
` [Qemu-devel] [PATCH 23/32] block: introduce BLOCK_JOB_READY event
` [Qemu-devel] [PATCH 24/32] mirror: introduce mirror job
` [Qemu-devel] [PATCH 25/32] qmp: add drive-mirror command
` [Qemu-devel] [PATCH 26/32] mirror: implement completion
` [Qemu-devel] [PATCH 27/32] qemu-iotests: add mirroring test case
` [Qemu-devel] [PATCH 28/32] iostatus: forward block_job_iostatus_reset to block job
` [Qemu-devel] [PATCH 29/32] mirror: add support for on-source-error/on-target-error
` [Qemu-devel] [PATCH 30/32] qmp: add pull_event function
` [Qemu-devel] [PATCH 31/32] qemu-iotests: add testcases for mirroring on-source-error/on-target-error
` [Qemu-devel] [PATCH 32/32] osdep: Less restrictive F_SEFL in qemu_dup_flags()
[Qemu-devel] raltelimit bug
2012-10-24 9:28 UTC (2+ messages)
[Qemu-devel] [PATCH v3 0/3] net: convert NetClientState to QOM
2012-10-24 7:08 UTC (4+ messages)
` [Qemu-devel] [PATCH v3 1/3] net: add public qemu_net_poll() function
` [Qemu-devel] [PATCH v3 2/3] net: extract notify_link_status_changed() function
` [Qemu-devel] [PATCH v3 3/3] net: convert NetClientState to QOM
[Qemu-devel] [patch v4 00/16] push mmio dispatch out of big lock
2012-10-24 7:29 UTC (34+ messages)
` [Qemu-devel] [patch v4 05/16] memory: introduce ref, unref interface for MemoryRegionOps
` [Qemu-devel] [patch v4 07/16] memory: make mmio dispatch able to be out of biglock
` [Qemu-devel] [patch v4 09/16] memory: introduce mmio request pending to anti nested DMA
` [Qemu-devel] [patch v4 12/16] e1000: apply fine lock on e1000
` [Qemu-devel] [patch v4 13/16] e1000: add busy flag to anti broken device state
[Qemu-devel] 1.1.1 -> 1.1.2 migrate /managedsave issue
2012-10-24 6:59 UTC (3+ messages)
[Qemu-devel] [PATCH 0/2] Qemu boot order patch series
2012-10-24 3:54 UTC (5+ messages)
` [Qemu-devel] [PATCH 2/2] pseries: set boot-device property only if boot order specified
` [Qemu-devel] [Qemu-ppc] "
[Qemu-devel] [PATCH v2 0/7] TCG global variables clean-up
2012-10-24 4:07 UTC (4+ messages)
` [Qemu-devel] [PATCH v2 2/7] translate-all.c: Introduce TCGContext *tcg_cur_ctx
[Qemu-devel] [RESEND PATCH v6 0/3] tcg: enhance code generation quality for qemu_ld/st IRs
2012-10-24 3:14 UTC (5+ messages)
` [Qemu-devel] [RESEND PATCH v6 2/3] tcg: Add extended GETPC mechanism for MMU helpers with ldst optimization
[Qemu-devel] [PATCH v5 00/24] CPU DeviceState, 5th try
2012-10-24 3:02 UTC (6+ messages)
` [Qemu-devel] [PATCH 05/24] qdev: split up header so it can be used in cpu.h
` [Qemu-devel] [PATCH 12/24] qga/channel-posix.c: include headers it needs
` [Qemu-devel] [PATCH 17/24] qdev-properties.c: add copyright/license information
` [Qemu-devel] [PATCH 19/24] qdev: move reset handler list from vl.c to qdev.c
` [Qemu-devel] [PATCH 22/24] qdev-properties.c: separate core from the code used only by qemu-system-*
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).