| [1/7] usb: Turn off debug output by default. |
2011-06-02 |
Brad Hards |
|
New |
| [RFC] Darwin: Fix compilation warning regarding the deprecated daemon() function |
2011-06-02 |
Alexandre Raymond |
|
New |
| Fix compilation warning due to missing header for sigaction |
2011-06-02 |
Alexandre Raymond |
|
New |
| [3/3] usb: Use defines for serial bus release number register for EHCI |
2011-06-02 |
Brad Hards |
|
New |
| [2/3] usb: Use defines for serial bus release number register for UHCI |
2011-06-02 |
Brad Hards |
|
New |
| [1/3] usb: Add defines for USB Serial Bus Release Number register |
2011-06-02 |
Brad Hards |
|
New |
| [v3,7/7] guest agent: Makefile, build qemu-ga |
2011-06-01 |
Michael Roth |
|
New |
| [v3,6/7] guest agent: add guest agent commands schema file |
2011-06-01 |
Michael Roth |
|
New |
| [v3,5/7] guest agent: add guest agent RPCs/commands |
2011-06-01 |
Michael Roth |
|
New |
| [v3,4/7] guest agent: add error class for QERR_QGA_LOGGING_FAILED |
2011-06-01 |
Michael Roth |
|
New |
| [v3,3/7] guest agent: qemu-ga daemon |
2011-06-01 |
Michael Roth |
|
New |
| [v3,2/7] guest agent: command state class |
2011-06-01 |
Michael Roth |
|
New |
| [v3,1/7] guest agent: worker thread class |
2011-06-01 |
Michael Roth |
|
New |
| [PULL] collection of small VirtFS patches. |
2011-06-01 |
jvrao |
|
New |
| [2/2] kvm: Enable CPU SMEP feature |
2011-06-01 |
Marcelo Tosatti |
|
New |
| [1/2] kvm: Add CPUID support for VIA CPU |
2011-06-01 |
Marcelo Tosatti |
|
New |
| [0/2,PULL] qemu-kvm.git uq/master queue |
2011-06-01 |
Marcelo Tosatti |
|
New |
| [v1,21/21] qapi: add QAPI code generation documentation |
2011-06-01 |
Michael Roth |
|
New |
| [v1,20/21] qapi: Makefile changes to build test-qmp-commands |
2011-06-01 |
Michael Roth |
|
New |
| [v1,19/21] qapi: add test-qmp-commands, tests for gen. marshalling/dispatch code |
2011-06-01 |
Michael Roth |
|
New |
| [v1,18/21] qapi: Makefile changes to build test-visiter |
2011-06-01 |
Michael Roth |
|
New |
| [v1,17/21] qapi: add test-visiter, tests for gen. visiter code |
2011-06-01 |
Michael Roth |
|
New |
| [v1,16/21] qapi: test schema used for unit tests |
2011-06-01 |
Michael Roth |
|
New |
| [v1,15/21] qapi: add base declaration/types for QMP |
2011-06-01 |
Michael Roth |
|
New |
| [v1,14/21] qapi: add QMP dispatch functions |
2011-06-01 |
Michael Roth |
|
New |
| [v1,13/21] qapi: add command registration/lookup functions |
2011-06-01 |
Michael Roth |
|
New |
| [v1,12/21] qapi: add QAPI dealloc visiter |
2011-06-01 |
Michael Roth |
|
New |
| [v1,11/21] qapi: add QMP output visiter |
2011-06-01 |
Michael Roth |
|
New |
| [v1,10/21] qapi: add QMP input visiter |
2011-06-01 |
Michael Roth |
|
New |
| [v1,09/21] qapi: add qapi-visit-core.h |
2011-06-01 |
Michael Roth |
|
New |
| [v1,08/21] qapi: add qapi-types-core.h |
2011-06-01 |
Michael Roth |
|
New |
| [v1,07/21] qapi: add qapi-commands.py code generator |
2011-06-01 |
Michael Roth |
|
New |
| [v1,06/21] qapi: add qapi-visit.py code generator |
2011-06-01 |
Michael Roth |
|
New |
| [v1,05/21] qapi: add qapi-types.py code generator |
2011-06-01 |
Michael Roth |
|
New |
| [v1,04/21] qapi: add ordereddict/qapi.py helper libraries |
2011-06-01 |
Michael Roth |
|
New |
| [v1,03/21] qapi: add module init types for qapi |
2011-06-01 |
Michael Roth |
|
New |
| [v1,02/21] qlist: add qlist_first()/qlist_next() |
2011-06-01 |
Michael Roth |
|
New |
| [v1,01/21] Add hard build dependency on glib |
2011-06-01 |
Michael Roth |
|
New |
| [v1,14/14] json-parser: add handling for NULL token list |
2011-06-01 |
Michael Roth |
|
New |
| [v1,13/14] json-streamer: add handling for JSON_ERROR token/state |
2011-06-01 |
Michael Roth |
|
New |
| [v1,12/14] json-lexer: make lexer error-recovery more deterministic |
2011-06-01 |
Michael Roth |
|
New |
| [v1,11/14] json-lexer: fix flushing logic to not always go to error state |
2011-06-01 |
Michael Roth |
|
New |
| [v1,10/14] json-lexer: reset the lexer state on an invalid token |
2011-06-01 |
Michael Roth |
|
New |
| [v1,09/14] json-parser: detect premature EOI |
2011-06-01 |
Michael Roth |
|
New |
| [v1,08/14] json-streamer: make sure to reset token_size after emitting a token list |
2011-06-01 |
Michael Roth |
|
New |
| [v1,07/14] json-streamer: limit the maximum recursion depth and maximum token count |
2011-06-01 |
Michael Roth |
|
New |
| [v1,06/14] json-lexer: limit the maximum size of a given token |
2011-06-01 |
Michael Roth |
|
New |
| [v1,05/14] json-streamer: allow recovery after bad input |
2011-06-01 |
Michael Roth |
|
New |
| [v1,04/14] json-parser: propagate error from parser |
2011-06-01 |
Michael Roth |
|
New |
| [v1,03/14] Introduce the new error framework |
2011-06-01 |
Michael Roth |
|
New |
| [v1,02/14] QError: Introduce qerror_format() |
2011-06-01 |
Michael Roth |
|
New |
| [v1,01/14] QError: Introduce qerror_format_desc() |
2011-06-01 |
Michael Roth |
|
New |
| [5/5] QMP: add server mode to QEMUMonitorProtocol |
2011-06-01 |
Luiz Capitulino |
|
New |
| [4/5] QMP: add get_events(wait=True) option |
2011-06-01 |
Luiz Capitulino |
|
New |
| [3/5] HMP: Use QMP inject nmi implementation |
2011-06-01 |
Luiz Capitulino |
|
New |
| [2/5] QMP: add inject-nmi qmp command |
2011-06-01 |
Luiz Capitulino |
|
New |
| [1/5] QMP: QError: New QERR_UNSUPPORTED |
2011-06-01 |
Luiz Capitulino |
|
New |
| [v2] linux-user: Define AT_RANDOM to support target dynamic linkers that do ASLR |
2011-06-01 |
vincent |
|
New |
| [3/3] linux-user: Fix unused-but-set-variable warning |
2011-06-01 |
Christophe Fergeau |
|
New |
| [2/3] ehci: Fix unused-but-set-variable warning |
2011-06-01 |
Christophe Fergeau |
|
New |
| [1/3] lsi: Fix unused-but-set-variable warning |
2011-06-01 |
Christophe Fergeau |
|
New |
| linux-user: Fix the load of ELF files that have no "useful" symbol |
2011-06-01 |
vincent |
|
New |
| bdrv_img_create: Fix segfault |
2011-06-01 |
Kevin Wolf |
|
New |
| linux-user: Define AT_RANDOM to support target dynamic linkers that do ASLR |
2011-06-01 |
vincent |
|
New |
| qemu-char: Print strerror message on failure |
2011-06-01 |
Kevin Wolf |
|
New |
| linux-user: Fix the computation of the requested heap size |
2011-06-01 |
vincent |
|
New |
| [v2,2/2] Add support for Zipit Z2 machine |
2011-06-01 |
Vasily Khoruzhick |
|
New |
| [v2,1/2] pxa2xx_lcd: add proper rotation support |
2011-06-01 |
Vasily Khoruzhick |
|
New |
| qcow2: Fix memory leaks in error cases |
2011-06-01 |
Kevin Wolf |
|
New |
| [1/3] virtio-9p: Move 9p device registration into virtio-9p.c |
2011-06-01 |
Aneesh Kumar K.V |
|
New |
| Don't translate pointer when in restore_sigcontext |
2011-06-01 |
Mike McCormack |
|
New |
| [uq/master,V3] kvm: Add CPUID support for VIA CPU |
2011-06-01 |
BrillyWu |
|
New |
| [RFC,13/13] usb-ohci: use the DMA memory access interface |
2011-06-01 |
Eduard - Gabriel Munteanu |
|
New |
| [RFC,12/13] usb-uhci: use the DMA memory access interface |
2011-06-01 |
Eduard - Gabriel Munteanu |
|
New |
| [RFC,11/13] pcnet: use the DMA memory access interface |
2011-06-01 |
Eduard - Gabriel Munteanu |
|
New |
| [RFC,10/13] lsi53c895a: use the DMA memory access interface |
2011-06-01 |
Eduard - Gabriel Munteanu |
|
New |
| [RFC,09/13] e1000: use the DMA memory access interface |
2011-06-01 |
Eduard - Gabriel Munteanu |
|
New |
| [RFC,08/13] es1370: use the DMA memory access interface |
2011-06-01 |
Eduard - Gabriel Munteanu |
|
New |
| [RFC,07/13] ac97: use the DMA memory access interface |
2011-06-01 |
Eduard - Gabriel Munteanu |
|
New |
| [RFC,06/13] eepro100: use the DMA memory access interface |
2011-06-01 |
Eduard - Gabriel Munteanu |
|
New |
| [RFC,05/13] rtl8139: use the DMA memory access interface |
2011-06-01 |
Eduard - Gabriel Munteanu |
|
New |
| [RFC,04/13] ide: use the DMA memory access interface for PCI IDE controllers |
2011-06-01 |
Eduard - Gabriel Munteanu |
|
New |
| [RFC,03/13] AMD IOMMU emulation |
2011-06-01 |
Eduard - Gabriel Munteanu |
|
New |
| [RFC,02/13] pci: add IOMMU support via the generic DMA layer |
2011-06-01 |
Eduard - Gabriel Munteanu |
|
New |
| [RFC,01/13] Generic DMA memory access interface |
2011-06-01 |
Eduard - Gabriel Munteanu |
|
New |
| [v2] audio: fix integer overflow expression |
2011-05-31 |
Peter Maydell |
|
New |
| audio: fix integer overflow expression |
2011-05-31 |
Peter Maydell |
|
New |
| smc91c111: qdevify reset |
2011-05-31 |
Peter Maydell |
|
New |
| [PULL] libcacard libtoolized + usb-ccid fix |
2011-05-31 |
Alon Levy |
|
New |
| timer: drop HPET and RTC |
2011-05-31 |
Anthony Liguori |
|
New |
| [PULL] Few VirtFS patches. |
2011-05-31 |
jvrao |
|
New |
| Fix build on FreeBSD |
2011-05-31 |
Nathan Whitehorn |
|
New |
| ppc64: fix mtmsr behavior on 64-bit targets |
2011-05-31 |
Nathan Whitehorn |
|
New |
| ppc: provide PIR register on all book-S CPUs |
2011-05-31 |
Nathan Whitehorn |
|
New |
| [2/2] Add support for Zipit Z2 machine |
2011-05-31 |
Vasily Khoruzhick |
|
New |
| [1/2] pxa2xx_lcd: add proper rotation support |
2011-05-31 |
Vasily Khoruzhick |
|
New |
| qemu-img create: Fix displayed default cluster size |
2011-05-31 |
Kevin Wolf |
|
New |
| [uq/master,V3] kvm: Add CPUID support for VIA CPU |
2011-05-31 |
jj |
|
New |
| [uq/master,V3] kvm: Add CPUID support for VIA CPU |
2011-05-31 |
jj |
|
New |
| [RFC] ide: Break migration by splitting error status from status register |
2011-05-31 |
Kevin Wolf |
|
New |