aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-22ARM atomic ops rewritePaul Brook5-176/+251
2009-11-22ARM RealView I2CPaul Brook1-1/+85
2009-11-22GPIO I2C reworkPaul Brook3-100/+161
2009-11-22DS1338 RTCPaul Brook3-0/+134
2009-11-22BCD cleanupPaul Brook5-98/+79
2009-11-22Makefile dependencies for device configsPaul Brook4-21/+16
2009-11-22target-mips: fix physical address type in MMU functionsAurelien Jarno2-11/+11
2009-11-22[WIN32] Enable -k option on Windows tooHervé Poussineau1-2/+0
2009-11-22target-mips: make CP0_LLAddr register CPU dependentAurelien Jarno5-4/+49
2009-11-22target-mips: rename CP0_LLAddr into lladdrAurelien Jarno5-18/+18
2009-11-21Allow build of linuxboot.S with old assemblersJuergen Lock1-1/+4
2009-11-21Avoid segfault on net_tap_init() failureJuergen Lock1-0/+3
2009-11-21tap-bsd: handle ifname on FreeBSD hostsJuergen Lock1-0/+28
2009-11-21Fix tap breakage on BSD hosts (no IFF_VNET_HDR)Juergen Lock1-0/+11
2009-11-21Fix OpenBSD build of qemu-ioBlue Swirl2-89/+87
2009-11-21configure: Fix spelling in comment and rework the commentStefan Weil1-8/+10
2009-11-21qemu-io: build on all platformsAurelien Jarno1-4/+2
2009-11-21slirp: fix use-after-freeMark McLoughlin1-1/+1
2009-11-19ARM PBX-A9 board supportPaul Brook9-110/+209
2009-11-19ARM Cortex-A9 cpu supportPaul Brook2-1/+36
2009-11-19ARM FP16 supportPaul Brook6-0/+249
2009-11-19Built network devices oncePaul Brook3-2/+6
2009-11-18sb16: remove highspeed reset codemalc1-8/+1
2009-11-18audio: Remove conditional around sw which can not be NULLmalc1-17/+15
2009-11-18audio: link with -lpulse in addition to -lpulse-simpleAurelien Jarno1-2/+2
2009-11-17Fix typoBlue Swirl1-1/+1
2009-11-17Fix mingw32 buildBlue Swirl1-1/+0
2009-11-17Prevent configuring for a user emulator on a different type of OSBlue Swirl1-0/+12
2009-11-17Add linuxboot to BLOBSAlexander Graf1-1/+1
2009-11-17Convert linux bootrom to external rom and fw_cfgAlexander Graf5-104/+172
2009-11-17Move common option rom code to header fileAlexander Graf2-76/+110
2009-11-17Convert multiboot to fw_cfg backed data storageAlexander Graf3-31/+94
2009-11-17Introduce rom_copyAlexander Graf2-0/+39
2009-11-17fw_cfg: change cur_offset to 32 bitsJuan Quintela2-6/+40
2009-11-17Update SeaBIOS to latestAnthony Liguori2-0/+0
2009-11-17Add test suite for json marshallingAnthony Liguori1-5/+75
2009-11-17Provide marshalling mechanism for jsonAnthony Liguori2-0/+181
2009-11-17QDict: Introduce qdict_iter()Luiz Capitulino2-0/+22
2009-11-17Add a unit test for JSON supportAnthony Liguori3-1/+619
2009-11-17Add a QObject JSON wrapperAnthony Liguori3-1/+84
2009-11-17Add a JSON parserAnthony Liguori3-1/+591
2009-11-17Add a JSON message boundary identifierAnthony Liguori3-0/+128
2009-11-17Add a lexer for JSONAnthony Liguori3-1/+378
2009-11-17Add a QBool typeAnthony Liguori4-1/+107
2009-11-17Add unit test for QFloatAnthony Liguori3-0/+83
2009-11-17Add a QFloat datatypeAnthony Liguori4-2/+108
2009-11-17Allow strings to grow in sizeAnthony Liguori2-1/+40
2009-11-17Add operations to qlist to allow it to be used as a stackAnthony Liguori2-0/+60
2009-11-17Properly escape QDECREF macro argumentsAnthony Liguori1-1/+1
2009-11-17Cleanup configure checks for dup3 and fallocateJan Kiszka1-2/+2