summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-05-14ARM GIC qdev conversionPaul Brook8-124/+168
2009-05-14ARM PCI host qdev conversionPaul Brook4-37/+62
2009-05-14Virtio-console conversionPaul Brook4-24/+17
2009-05-14Virtio-balloon qdev conversionPaul Brook3-14/+12
2009-05-14Virtio-blk qdev conversionPaul Brook6-18/+15
2009-05-14PL080 qdev conversionPaul Brook3-12/+28
2009-05-14ARM RealView sytem controller qdev conversionPaul Brook1-6/+25
2009-05-14Versatile/PB core qdev conversionPaul Brook1-11/+21
2009-05-14PL190 qdev conversionPaul Brook5-28/+41
2009-05-14ESP SCSI qdev conversionPaul Brook4-70/+61
2009-05-14smc91c111 qdev conversionPaul Brook1-10/+31
2009-05-14ARM timers qdev conversionPaul Brook5-30/+39
2009-05-14Integrator/CP core qdev conversionPaul Brook1-20/+37
2009-05-14PL181 qdev conversionPaul Brook5-39/+21
2009-05-14PL031 qdev conversionPaul Brook5-14/+16
2009-05-14Stellaris ethernet qdev conversionPaul Brook3-23/+32
2009-05-14Virtio-net qdev conversionPaul Brook8-32/+40
2009-05-14PCI network qdev conversionPaul Brook12-166/+190
2009-05-14LSI SCSI qdev conversionPaul Brook6-52/+26
2009-05-14PL050 qdev conversionPaul Brook5-17/+34
2009-05-14PL011 qdev conversionPaul Brook6-40/+50
2009-05-14PL110 qdev conversionPaul Brook5-19/+30
2009-05-14qdev scsi bus infrastructurePaul Brook2-0/+23
2009-05-14PCI qdev supportPaul Brook2-7/+56
2009-05-14qdev child bus supportPaul Brook2-0/+36
2009-05-14Basic qdev infrastructure.Paul Brook9-2/+512
2009-05-14Move block drivers into their own directoryAnthony Liguori15-8/+9
2009-05-14Convert block infrastructure to use new module init functionalityAnthony Liguori16-60/+141
2009-05-14Constructor supportAnthony Liguori6-17/+145
2009-05-14Add a --disable-docs to configure to allow doc build to be disabledAnthony Liguori1-4/+5
2009-05-14Remove duplicate block objects.Paul Brook1-8/+0
2009-05-14Remove any pretense that there can be more than one AudioStatemalc16-103/+80
2009-05-13Remove redundant pcnet.oPaul Brook1-1/+1
2009-05-13Add tool_osdep.cPaul Brook3-3/+10
2009-05-13Include assert.h from qemu-common.hPaul Brook28-28/+1
2009-05-13Replace gcc variadic macro extension with C99 version (missed one)Blue Swirl1-3/+3
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl70-268/+268
2009-05-13Fix kqemu build failure.Paul Brook1-1/+1
2009-05-13Remove vga_ram_sizePaul Brook42-133/+126
2009-05-13Fix typo that leads to out of bounds array access on big endian systemsmalc1-1/+1
2009-05-13ETRAX: Correct setting of ethernet station address.Edgar E. Iglesias1-2/+2
2009-05-12Follow coding conventions.Paul Brook1-6/+6
2009-05-12CRIS: Fix bmi.Edgar E. Iglesias1-1/+2
2009-05-12Push AUD_init down to devicesPaul Brook23-102/+46
2009-05-12Make AUD_init failure fatalPaul Brook6-50/+35
2009-05-10Update docs on dynamic condition code calculationBlue Swirl1-3/+5
2009-05-10Convert mulsccBlue Swirl1-131/+2
2009-05-10Convert udiv/sdivBlue Swirl2-19/+31
2009-05-10Convert tagged opsBlue Swirl2-129/+85
2009-05-10Convert subxBlue Swirl2-31/+50