Age | Commit message (Expand) | Author | Files | Lines |
2012-01-21 | PPC: Bamboo: Integrate SoC instatiation, use qdev for PCI | Alexander Graf | 1 | -83/+60 |
2012-01-21 | PPC: Bamboo: fold ppc440.c and ppc440_bamboo.c into a single file | Alexander Graf | 5 | -131/+90 |
2012-01-21 | PPC: 4xx: Qdevify the 440 PCI host controller | Alexander Graf | 2 | -60/+74 |
2012-01-21 | PPC: bamboo: fix whitespace | Alexander Graf | 1 | -3/+3 |
2012-01-21 | PPC: bamboo: remove old machine descriptions | Alexander Graf | 1 | -21/+1 |
2012-01-21 | PPC: Enable 440EP CPU target | Alexander Graf | 1 | -11/+5 |
2012-01-21 | PPC: 440: Default to 440EP CPU | Alexander Graf | 1 | -1/+1 |
2012-01-21 | PPC: Bamboo: recompile device tree | Alexander Graf | 2 | -81/+47 |
2012-01-21 | PPC: 440: Ignore invalid PCI IRQs | Alexander Graf | 1 | -0/+4 |
2012-01-21 | PPC: Bamboo: Set initial TLB entry | Alexander Graf | 1 | -1/+26 |
2012-01-21 | PPC: Bamboo: Register CPU reset | Alexander Graf | 1 | -6/+13 |
2012-01-21 | PPC: 440EP: Initialize timer | Alexander Graf | 1 | -0/+1 |
2012-01-19 | Merge remote-tracking branch 'spice/spice.v47' into staging | Anthony Liguori | 1 | -1/+1 |
2012-01-19 | Merge remote-tracking branch 'stefanha/trivial-patches' into staging | Anthony Liguori | 4 | -4/+7 |
2012-01-19 | Merge remote-tracking branch 'qmp/queue/qmp' into staging | Anthony Liguori | 16 | -371/+657 |
2012-01-19 | Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into staging | Anthony Liguori | 9 | -75/+193 |
2012-01-19 | Merge remote-tracking branch 'kraxel/usb.37' into staging | Anthony Liguori | 25 | -471/+3973 |
2012-01-19 | Makefile: Remove generated headers on clean | Andreas Färber | 1 | -0/+1 |
2012-01-19 | Makefile: Exclude tests/Makefile in unconfigured tree | Andreas Färber | 1 | -0/+2 |
2012-01-19 | lm32: Fix mixup of uint32 and uint32_t | Andreas Färber | 1 | -1/+1 |
2012-01-19 | tests: Silence gtester in Makefile | Stefan Weil | 1 | -1/+1 |
2012-01-19 | qemu-tool: Fix mixup of int64 and int64_t | Andreas Färber | 1 | -2/+2 |
2012-01-18 | block: use proper qerrors in qmp_block_resize | Stefan Hajnoczi | 4 | -10/+37 |
2012-01-18 | qerror: restore alphabetical order over qerrors | Stefan Hajnoczi | 2 | -78/+78 |
2012-01-18 | qerror: add check-qerror.sh to verify alphabetical order | Stefan Hajnoczi | 3 | -3/+24 |
2012-01-18 | qmp: Add missing gcc format attribute and fix format string | Stefan Weil | 1 | -3/+4 |
2012-01-18 | qapi: Convert block_set_io_throttle | Luiz Capitulino | 7 | -41/+60 |
2012-01-18 | qapi: Convert change | Luiz Capitulino | 9 | -98/+181 |
2012-01-18 | qerror: Extend QERR_DEVICE_ENCRYPTED | Luiz Capitulino | 3 | -3/+5 |
2012-01-18 | qapi: Introduce change-vnc-password | Luiz Capitulino | 3 | -0/+27 |
2012-01-18 | monitor: expose readline state | Anthony Liguori | 2 | -3/+13 |
2012-01-18 | qapi: Convert eject | Luiz Capitulino | 7 | -22/+39 |
2012-01-18 | block: eject_device(): Use error_set() | Luiz Capitulino | 1 | -8/+22 |
2012-01-18 | qapi: Convert expire_password | Luiz Capitulino | 8 | -47/+80 |
2012-01-18 | qapi: Convert set_password | Luiz Capitulino | 7 | -63/+97 |
2012-01-18 | vnc: Simplify vnc_display_password() | Luiz Capitulino | 3 | -12/+10 |
2012-01-17 | qxl: Slot sanity check in qxl_phys2virt() is off by one, fix | Markus Armbruster | 1 | -1/+1 |
2012-01-17 | arm: make the number of GIC interrupts configurable | Mark Langsdorf | 5 | -49/+87 |
2012-01-17 | hw/lan9118: Add save/load support | Peter Maydell | 1 | -23/+103 |
2012-01-17 | arm: Remove incorrect comment in arm_timer | Mark Langsdorf | 1 | -3/+0 |
2012-01-17 | vexpress, realview: Add (dummy) L2 cache controller | Peter Maydell | 2 | -0/+3 |
2012-01-17 | usb-redir: Improve some debugging messages | Hans de Goede | 1 | -5/+8 |
2012-01-17 | usb-redir: Try to keep our buffer size near the target size | Hans de Goede | 1 | -3/+27 |
2012-01-17 | usb-redir: Pre-fill our isoc input buffer before sending pkts to the host | Hans de Goede | 1 | -0/+16 |
2012-01-17 | usb-redir: Dynamically adjust iso buffering size based on ep interval | Hans de Goede | 1 | -5/+48 |
2012-01-17 | usb-redir: Clear iso / irq error when stopping the stream | Hans de Goede | 1 | -2/+4 |
2012-01-17 | usb: link packets to endpoints not devices | Gerd Hoffmann | 6 | -7/+22 |
2012-01-17 | usb: add max_packet_size to USBEndpoint | Gerd Hoffmann | 4 | -30/+44 |
2012-01-17 | usb/debug: add usb_ep_dump | Gerd Hoffmann | 3 | -0/+44 |
2012-01-17 | usb-desc: USBEndpoint support | Gerd Hoffmann | 1 | -0/+22 |