| [04/36] ehci: Set int flag on a short input packet |
2012-10-25 |
Gerd Hoffmann |
|
New |
| [05/36] ehci: Improve latency of interrupt delivery and async schedule scanning |
2012-10-25 |
Gerd Hoffmann |
|
New |
| [06/36] ehci: Speed up the timer of raising int from the async schedule |
2012-10-25 |
Gerd Hoffmann |
|
New |
| [07/36] ehci: Detect going in circles when filling the queue |
2012-10-25 |
Gerd Hoffmann |
|
New |
| [08/36] ehci: Retry to fill the queue while waiting for td completion |
2012-10-25 |
Gerd Hoffmann |
|
New |
| [09/36] xhci: Add a xhci_ep_nuke_one_xfer helper function |
2012-10-25 |
Gerd Hoffmann |
|
New |
| [10/36] usb: Rename __usb_packet_complete to usb_packet_complete_one |
2012-10-25 |
Gerd Hoffmann |
|
New |
| [11/36] usb: Add USB_RET_ADD_TO_QUEUE packet result code |
2012-10-25 |
Gerd Hoffmann |
|
New |
| [12/36] usb: Move clearing of queue on halt to the core |
2012-10-25 |
Gerd Hoffmann |
|
New |
| [13/36] usb: Move short-not-ok handling to the core |
2012-10-25 |
Gerd Hoffmann |
|
New |
| [14/36] usb: Add an int_req flag to USBPacket |
2012-10-25 |
Gerd Hoffmann |
|
New |
| [15/36] usb: Enforce iso endpoints never returing USB_RET_ASYNC |
2012-10-25 |
Gerd Hoffmann |
|
New |
| [16/36] uhci: No need to handle async completion of isoc packets |
2012-10-25 |
Gerd Hoffmann |
|
New |
| [17/36] uhci: cleanup: Add an unlink call to uhci_async_cancel() |
2012-10-25 |
Gerd Hoffmann |
|
New |
| [18/36] uhci: Don't retry on error |
2012-10-25 |
Gerd Hoffmann |
|
New |
| [19/36] uhci: Drop unnecessary forward declaration of some static functions |
2012-10-25 |
Gerd Hoffmann |
|
New |
| [20/36] uhci: Move emptying of the queue's asyncs' queue to uhci_queue_free |
2012-10-25 |
Gerd Hoffmann |
|
New |
| [21/36] uhci: Rename UHCIAsync->td to UHCIAsync->td_addr |
2012-10-25 |
Gerd Hoffmann |
|
New |
| [22/36] uhci: Add uhci_read_td() helper function |
2012-10-25 |
Gerd Hoffmann |
|
New |
| [23/36] uhci: Make uhci_fill_queue() actually operate on an UHCIQueue |
2012-10-25 |
Gerd Hoffmann |
|
New |
| [24/36] uhci: Store ep in UHCIQueue |
2012-10-25 |
Gerd Hoffmann |
|
New |
| [25/36] uhci: Immediately free queues on device disconnect |
2012-10-25 |
Gerd Hoffmann |
|
New |
| [26/36] uhci: Verify queue has not been changed by guest |
2012-10-25 |
Gerd Hoffmann |
|
New |
| [27/36] uhci: Detect guest td re-use |
2012-10-25 |
Gerd Hoffmann |
|
New |
| [28/36] uhci: When the guest marks a pending td non-active, cancel the queue |
2012-10-25 |
Gerd Hoffmann |
|
New |
| [29/36] uhci: Always mark a queue valid when we encounter it |
2012-10-25 |
Gerd Hoffmann |
|
New |
| [30/36] uhci: Retry to fill the queue while waiting for td completion |
2012-10-25 |
Gerd Hoffmann |
|
New |
| [31/36] uhci: Use only one queue for ctrl endpoints |
2012-10-25 |
Gerd Hoffmann |
|
New |
| [32/36] xhci: fix function name in error message |
2012-10-25 |
Gerd Hoffmann |
|
New |
| [33/36] xhci: flush endpoint context unconditinally |
2012-10-25 |
Gerd Hoffmann |
|
New |
| [34/36] xhci: allow disabling interrupters |
2012-10-25 |
Gerd Hoffmann |
|
New |
| [35/36] xhci: make number of interrupters and slots configurable |
2012-10-25 |
Gerd Hoffmann |
|
New |
| [36/36] xhci: fix usb name in caps |
2012-10-25 |
Gerd Hoffmann |
|
New |
| [V4,01/10] qemu-option: opt_set(): split it up into more functions |
2012-10-25 |
Robert Wang |
|
New |
| [V4,02/10] qemu-option: qemu_opts_validate(): fix duplicated code |
2012-10-25 |
Robert Wang |
|
New |
| [V4,03/10] qemu-option: qemu_opt_set_bool(): fix code duplication |
2012-10-25 |
Robert Wang |
|
New |
| [V4,04/10] introduce qemu_opts_create_nofail function |
2012-10-25 |
Robert Wang |
|
New |
| [V4,05/10] use qemu_opts_create_nofail |
2012-10-25 |
Robert Wang |
|
New |
| [V4,06/10] create new function: qemu_opt_set_number |
2012-10-25 |
Robert Wang |
|
New |
| [V4,07/10] add def_value and use it in qemu_opts_print. |
2012-10-25 |
Robert Wang |
|
New |
| [V4,08/10] Create four opts list related functions |
2012-10-25 |
Robert Wang |
|
New |
| [V4,09/10] Use QemuOpts support in block layer |
2012-10-25 |
Robert Wang |
|
New |
| [V4,10/10] remove QEMUOptionParameter related functions and struct |
2012-10-25 |
Robert Wang |
|
New |
| [01/12] hw/pl050: Use LOG_GUEST_ERROR |
2012-10-25 |
Peter Maydell |
|
New |
| [02/12] hw/pl061: Use LOG_GUEST_ERROR |
2012-10-25 |
Peter Maydell |
|
New |
| [03/12] hw/pl080: Use LOG_GUEST_ERROR and LOG_UNIMP |
2012-10-25 |
Peter Maydell |
|
New |
| [04/12] hw/pl110: Use LOG_GUEST_ERROR rather than hw_error() |
2012-10-25 |
Peter Maydell |
|
New |
| [05/12] hw/pl190: Use LOG_UNIMP rather than hw_error() |
2012-10-25 |
Peter Maydell |
|
New |
| [06/12] hw/arm11mpcore: Use LOG_GUEST_ERROR rather than hw_error() |
2012-10-25 |
Peter Maydell |
|
New |
| [07/12] hw/arm_gic: Use LOG_GUEST_ERROR |
2012-10-25 |
Peter Maydell |
|
New |
| [08/12] hw/arm_timer: Use LOG_GUEST_ERROR and LOG_UNIMP |
2012-10-25 |
Peter Maydell |
|
New |
| [09/12] hw/armv7m_nvic: Use LOG_GUEST_ERROR and LOG_UNIMP |
2012-10-25 |
Peter Maydell |
|
New |
| [10/12] hw/arm_sysctl: Use LOG_GUEST_ERROR |
2012-10-25 |
Peter Maydell |
|
New |
| [11/12] hw/arm_l2x0: Use LOG_GUEST_ERROR |
2012-10-25 |
Peter Maydell |
|
New |
| [12/12] hw/versatile_i2c: Use LOG_GUEST_ERROR |
2012-10-25 |
Peter Maydell |
|
New |
| [V14,1/6] docs: document for add-cow file format |
2012-10-25 |
Robert Wang |
|
New |
| [V14,2/6] make path_has_protocol non static |
2012-10-25 |
Robert Wang |
|
New |
| [V14,3/6] qed_read_string to bdrv_read_string |
2012-10-25 |
Robert Wang |
|
New |
| [V14,4/6] rename qcow2-cache.c to block-cache.c |
2012-10-25 |
Robert Wang |
|
New |
| [V14,5/6] add-cow file format core code. |
2012-10-25 |
Robert Wang |
|
New |
| [V14,6/6] qemu-iotests: add add-cow iotests support. |
2012-10-25 |
Robert Wang |
|
New |
| [memory] abort with head a8170e5 |
2012-10-25 |
Avi Kivity |
|
New |
| [v1,5/8] xilinx_zynq: add USB controllers |
2012-10-25 |
Gerd Hoffmann |
|
New |
| [v2,1/2] Make default boot order machine specific |
2012-10-25 |
Avik Sil |
|
New |
| [v2,2/2] pseries: set no default boot order |
2012-10-25 |
Avik Sil |
|
New |
| [v4,1/2] qom: Detect attempts to add a property that already exists |
2012-10-25 |
Peter Maydell |
|
New |
| [v4,2/2] hw/qdev: Abort rather than ignoring errors adding device properties |
2012-10-25 |
Peter Maydell |
|
New |
| [1/4] qemu-char: Add new char backend CirMemCharDriver |
2012-10-25 |
Lei Li |
|
New |
| [2/4] QAPI: Introduce memchar-write QMP command |
2012-10-25 |
Lei Li |
|
New |
| [3/4] QAPI: Introduce memchar-read QMP command |
2012-10-25 |
Lei Li |
|
New |
| [4/4] HMP: Introduce console command |
2012-10-25 |
Lei Li |
|
New |
| [1/4] qemu-char: Add new char backend CirMemCharDriver |
2012-10-25 |
Lei Li |
|
New |
| [2/4] QAPI: Introduce memchar-write QMP command |
2012-10-25 |
Lei Li |
|
New |
| [3/4] QAPI: Introduce memchar-read QMP command |
2012-10-25 |
Lei Li |
|
New |
| [4/4] HMP: Introduce console command |
2012-10-25 |
Lei Li |
|
New |
| [v1,5/8] xilinx_zynq: add USB controllers |
2012-10-25 |
Peter Crosthwaite |
|
New |
| [v2,01/11] dma: Define dma_context_memory and use in sysbus-ohci |
2012-10-26 |
Peter Crosthwaite |
|
New |
| [v2,02/11] usb/ehci: Use class_data to init PCI variations |
2012-10-26 |
Peter Crosthwaite |
|
New |
| [v2,03/11] usb/ehci: parameterise the register region offsets |
2012-10-26 |
Peter Crosthwaite |
|
New |
| [v2,04/11] usb/ehci: Abstract away PCI DMA API |
2012-10-26 |
Peter Crosthwaite |
|
New |
| [v2,05/11] usb/ehci: seperate out PCIisms |
2012-10-26 |
Peter Crosthwaite |
|
New |
| [v2,06/11] usb/ehci: Add Sysbus Infrastructure |
2012-10-26 |
Peter Crosthwaite |
|
New |
| [v2,07/11] usb/ehci: Add Xilinx ps7 USB controller |
2012-10-26 |
Peter Crosthwaite |
|
New |
| [v2,08/11] xilinx_zynq: add USB controllers |
2012-10-26 |
Peter Crosthwaite |
|
New |
| [v2,09/11] usb/ehci: Guard definition of EHCI_DEBUG |
2012-10-26 |
Peter Crosthwaite |
|
New |
| [v2,10/11] usb/ehci: Debug mode compile fixes |
2012-10-26 |
Peter Crosthwaite |
|
New |
| [v2,11/11] usb/ehci: Put RAM in undefined MMIO regions |
2012-10-26 |
Peter Crosthwaite |
|
New |
| [v3,1/4] pflash_cfi0x: remove unused base field |
2012-10-26 |
Peter Crosthwaite |
|
New |
| [v3,2/4] pflash_cfi01: remove unused total_len field |
2012-10-26 |
Peter Crosthwaite |
|
New |
| [v3,3/4] pflash_cfi0x: QOMified |
2012-10-26 |
Peter Crosthwaite |
|
New |
| [v3,4/4] pflash_cfi01: Fix debug mode printfery |
2012-10-26 |
Peter Crosthwaite |
|
New |
| uhci: dynamic type generation |
2012-10-26 |
Gerd Hoffmann |
|
New |
| [1/5] define image_file_reset and image_blob_reset |
2012-10-26 |
Olivia Yin |
|
New |
| [2/5] use reset handlers to reload kernel and initrd |
2012-10-26 |
Olivia Yin |
|
New |
| [3/5] replace rom_add_file* with image_file_reset |
2012-10-26 |
Olivia Yin |
|
New |
| [4/5] replaece rom_add_blob* with image_blob_reset |
2012-10-26 |
Olivia Yin |
|
New |
| [5/5] remove rom related functions in loader |
2012-10-26 |
Olivia Yin |
|
New |
| [1/2] When the XHCI host controller is switched to the running mode, set the ccs bit for each port, to which a device is already attached. |
2012-10-26 |
Sebastian Bauer |
|
New |
| [2/2] Respond a set address command with CC_PARAMETER_ERROR, if the speed field of the input context is not valid. |
2012-10-26 |
Sebastian Bauer |
|
New |
| [1/8] object: add object_property_add_bool (v2) |
2012-10-26 |
Amit Shah |
|
New |