aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-01pci: move pci_data_{read, write}() declaration from pci.h to pci_host.hIsaku Yamahata4-2/+5
2009-12-01pci: fix pci_info_device().Isaku Yamahata1-1/+1
2009-12-01pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin23-25/+76
2009-12-01tcg: increase TCG_MAX_OP_SIZE to 192Aurelien Jarno1-3/+3
2009-12-01tcg: initial mips supportAurelien Jarno3-1/+1452
2009-11-30target-mips: use physical address in lladdrAurelien Jarno3-28/+61
2009-11-30target-mips: add a function to do virtual -> physical translationsAurelien Jarno2-0/+25
2009-11-30target-mips: split code raising MMU exception in a separate functionAurelien Jarno1-46/+53
2009-11-30target-mips: factorize load/store code in op_helper.cAurelien Jarno1-152/+100
2009-11-30Fix commit a167ba50851cdac2fa36633587e98c5956cd6b18Aurelien Jarno2-0/+2
2009-11-29Add support for GNU/kFreeBSDAurelien Jarno11-42/+39
2009-11-27Revert "vga: do not resize the screen on hw_invalidate"Aurelien Jarno2-4/+3
2009-11-24Makefile: Fix spellingStefan Weil1-1/+1
2009-11-24tcg: fix tcg_regset_{set,reset}_reg with more than 32 registersAurelien Jarno1-2/+2
2009-11-24cpu-all.h: fix cpu_get_real_ticks on mips hostArnaud Patard1-9/+18
2009-11-24linux-user: remove hardcoded value of _NSIG in signal.cArnaud Patard1-6/+6
2009-11-24tcg/ppc64,x86_64: fix constraints of op_qemu_st64Aurelien Jarno2-2/+2
2009-11-24Add missing break.Paul Brook1-0/+1
2009-11-23Update SeaBIOSAnthony Liguori2-0/+0
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