Age | Commit message (Expand) | Author | Files | Lines |
2012-12-19 | ui: move files to ui/ and include/ui/ | Paolo Bonzini | 53 | -127/+70 |
2012-12-19 | net: reorganize headers | Paolo Bonzini | 72 | -98/+71 |
2012-12-19 | net: do not include net.h everywhere | Paolo Bonzini | 13 | -12/+1 |
2012-12-19 | net: move Bluetooth stuff out of net.h | Paolo Bonzini | 4 | -4/+4 |
2012-12-19 | janitor: do not include qemu-char everywhere | Paolo Bonzini | 9 | -7/+3 |
2012-12-19 | janitor: do not rely on indirect inclusions of or from qemu-char.h | Paolo Bonzini | 13 | -0/+14 |
2012-12-19 | build: kill libdis, move disassemblers to disas/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | build: move rules from Makefile to */Makefile.objs | Paolo Bonzini | 1 | -0/+2 |
2012-12-17 | Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEAD | Paolo Bonzini | 128 | -273/+260 |
2012-12-17 | pci_bus.h: tweak include guards | Michael S. Tsirkin | 1 | -3/+3 |
2012-12-17 | pci_bus: update comment | Michael S. Tsirkin | 1 | -7/+3 |
2012-12-17 | pci: rename pci_internals.h pci_bus.h | Michael S. Tsirkin | 13 | -12/+12 |
2012-12-17 | Revert "pci: prepare makefiles for pci code reorganization" | Michael S. Tsirkin | 1 | -1/+0 |
2012-12-17 | pci: fix path for local includes | Michael S. Tsirkin | 22 | -62/+62 |
2012-12-17 | pci: update all users to look in pci/ | Michael S. Tsirkin | 96 | -153/+153 |
2012-12-17 | pci: move pci core code to hw/pci | Michael S. Tsirkin | 32 | -11/+11 |
2012-12-16 | exec: refactor cpu_restore_state | Blue Swirl | 1 | -3/+1 |
2012-12-15 | Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf | Blue Swirl | 19 | -1005/+1023 |
2012-12-14 | pixman: fix vnc tight png/jpeg support | Gerd Hoffmann | 1 | -1/+1 |
2012-12-14 | pseries: Increase default NVRAM size | David Gibson | 1 | -1/+1 |
2012-12-14 | PPC: e500: pci: Export slot2irq calculation | Alexander Graf | 3 | -2/+15 |
2012-12-14 | PPC: E500plat: Make a lot of PCI slots available | Alexander Graf | 1 | -2/+3 |
2012-12-14 | PPC: E500: Move PCI slot information into params | Alexander Graf | 4 | -1/+9 |
2012-12-14 | PPC: E500: Generate dt pci irq map dynamically | Alexander Graf | 1 | -20/+31 |
2012-12-14 | PPC: E500: PCI: Make IRQ calculation more generic | Alexander Graf | 1 | -10/+3 |
2012-12-14 | PPC: E500: PCI: Make first slot qdev settable | Alexander Graf | 1 | -1/+8 |
2012-12-14 | openpic: Accelerate pending irq search | Alexander Graf | 1 | -0/+11 |
2012-12-14 | openpic: fix minor coding style issues | Alexander Graf | 1 | -6/+6 |
2012-12-14 | MSI-X: Fix endianness | Alexander Graf | 1 | -4/+2 |
2012-12-14 | PPC: e500: Declare pci bridge as bridge | Alexander Graf | 1 | -0/+6 |
2012-12-14 | PPC: e500: Add MSI support | Alexander Graf | 1 | -0/+23 |
2012-12-14 | openpic: add Shared MSI support | Alexander Graf | 1 | -20/+130 |
2012-12-14 | openpic: make brr1 model specific | Alexander Graf | 1 | -1/+4 |
2012-12-14 | openpic: convert to qdev | Alexander Graf | 4 | -155/+180 |
2012-12-14 | openpic: remove irq_out | Alexander Graf | 4 | -10/+6 |
2012-12-14 | openpic: rename openpic_t to OpenPICState | Alexander Graf | 1 | -34/+34 |
2012-12-14 | openpic: convert simple reg operations to builtin bitops | Alexander Graf | 1 | -31/+36 |
2012-12-14 | openpic: remove unused type variable | Alexander Graf | 1 | -25/+2 |
2012-12-14 | openpic: unify memory api subregions | Alexander Graf | 1 | -52/+56 |
2012-12-14 | openpic: combine openpic and mpic reset functions | Alexander Graf | 1 | -61/+42 |
2012-12-14 | openpic: merge mpic and openpic timer handling | Alexander Graf | 1 | -100/+31 |
2012-12-14 | openpic: combine mpic and openpic irq raise functions | Alexander Graf | 2 | -18/+19 |
2012-12-14 | openpic: Convert subregions to memory api | Alexander Graf | 1 | -45/+61 |
2012-12-14 | openpic: combine mpic and openpic src handlers | Alexander Graf | 1 | -47/+5 |
2012-12-14 | openpic: update to proper memory api | Alexander Graf | 1 | -90/+48 |
2012-12-14 | mpic: Unify numbering scheme | Alexander Graf | 2 | -249/+45 |
2012-12-14 | openpic: Remove unused code | Alexander Graf | 1 | -163/+0 |
2012-12-14 | pseries: Don't allow TCE (iommu) tables to be registered with duplicate LIOBNs | David Gibson | 1 | -0/+6 |
2012-12-14 | Adding BAR0 for e500 PCI controller | Bharat Bhushan | 3 | -10/+91 |
2012-12-14 | e500: Adding CCSR memory region | Bharat Bhushan | 1 | -23/+40 |