summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-01pci: split up up pci_update mappingsMichael S. Tsirkin1-57/+68
2009-12-01pci: clean up of pci_update_mappings()Isaku Yamahata1-1/+1
2009-12-01pci: remove unused constantsIsaku Yamahata1-9/+0
2009-12-01pci: move typedef, PCIHostState, PCIExpressHost to qemu-common.h.Isaku Yamahata3-4/+6
2009-12-01pci: remove some unnecessary comment in pci.hIsaku Yamahata1-9/+2
2009-12-01pci: clean up of pci_init_wmask().Isaku Yamahata1-3/+3
2009-12-01pci: kill unnecessary included in pci.cIsaku Yamahata1-1/+0
2009-12-01pci_host: remove unnecessary & 0xff.Isaku Yamahata1-2/+3
2009-12-01pci: s/pci_find_host_bus/pci_find_root_bus/gIsaku Yamahata3-7/+7
2009-12-01pci: remove pci_sub_bus() by open coding.Isaku Yamahata1-8/+4
2009-12-01pci: shorten pci_host_{conf, data}_register_xxx function a bit.Isaku Yamahata9-27/+27
2009-12-01pci: rename (pci_/pcie_mmcfg_)addr_to_devIsaku Yamahata2-6/+7
2009-12-01pci: remove pci_addr_to_config() by open codeIsaku Yamahata1-7/+2
2009-12-01pci: simplify (pci_/pcie_mmcfg_)data_read()Michael S. Tsirkin2-37/+11
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