summaryrefslogtreecommitdiff
path: root/hw/ppc_prep.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-10Merge branch 'master' of git://git.qemu.org/qemu into prep-upAndreas Färber1-33/+33
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-3/+3
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-1/+1
2012-12-19net: reorganize headersPaolo Bonzini1-1/+1
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin1-2/+2
2012-10-29Add USB option in machine optionszhlcindy@gmail.com1-1/+1
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-15/+15
2012-10-22serial: split serial.cGerd Hoffmann1-0/+1
2012-10-20create struct for machine initialization argumentsEduardo Habkost1-6/+7
2012-10-06ppc/prep: use the new pci_vga_init() functionAurelien Jarno1-2/+1
2012-10-06vga: rename pci_vga_init() into pci_std_vga_init()Aurelien Jarno1-1/+1
2012-08-22pci: Derive PCI host bridges from TYPE_PCI_HOST_BRIDGEAndreas Färber1-3/+1
2012-08-15prep: Use pc87312 device instead of collection of random ISA devicesHervé Poussineau1-32/+7
2012-08-15Add one new file vga-pci.h and cleanup on all platformszhlcindy@gmail.com1-0/+1
2012-06-04ppc_prep: Pass PowerPCCPU to ppc_prep_reset()Andreas Färber1-3/+3
2012-06-04ppc_prep: Use cpu_ppc_init() to obtain PowerPCCPUAndreas Färber1-2/+5
2012-04-30prep: Move int-ack register from PReP to Raven PCI emulationHervé Poussineau1-36/+0
2012-04-28prep: Initialize PC speakerHervé Poussineau1-0/+4
2012-04-02qdev: put all devices under /machinePaolo Bonzini1-1/+1
2012-04-02qdev: add children before qdev_initPaolo Bonzini1-1/+1
2012-03-14ppc hw/: Don't use CPUStateAndreas Färber1-3/+3
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber1-1/+8
2012-03-13usb: zap hw/ush-{ohic,uhci}.h + init wrappersGerd Hoffmann1-2/+1
2012-02-03qom: move properties from qdev to objectAnthony Liguori1-1/+1
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-1/+1
2012-01-20prep: Use i82378 PCI->ISA bridge for 'prep' machineAndreas Färber1-48/+13
2012-01-20prep: qdev'ify Raven host bridge (SysBus)Andreas Färber1-2/+21
2012-01-20prep: Use ISA m48t59Andreas Färber1-1/+1
2012-01-20prep: Fix offset of BIOS MemoryRegionAndreas Färber1-2/+2
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity1-2/+4
2011-12-20isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...Hervé Poussineau1-9/+11
2011-10-17ppc_prep: convert to memory APIAvi Kivity1-66/+41
2011-10-16i8259: PREP: Replace pic_intack_read with pic_read_irqJan Kiszka1-1/+1
2011-09-25ppc_prep: initialize i8259 after the ISA busAvi Kivity1-2/+2
2011-09-25isa: Pass i/o address space to isa_bus_newRichard Henderson1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-3/+3
2011-08-08pci: pass I/O address space to new PCI busAvi Kivity1-1/+1
2011-07-29pci: pass address space to pci bus when createdAvi Kivity1-1/+2
2011-04-07ide: consolidate drive_get(IF_IDE)Isaku Yamahata1-9/+1
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-1/+1
2011-02-21Revert "prep: Disable second IDE channel, as long as ISA IDE emulation doesn'...Aurelien Jarno1-1/+1
2011-02-20i8254: convert to qdevBlue Swirl1-2/+2
2011-01-29prep: Disable second IDE channel, as long as ISA IDE emulation doesn't suppor...Hervé Poussineau1-1/+1
2011-01-29prep: Remove bogus BIOS size checkAndreas Färber1-3/+0
2010-12-11prep: Declare as little endianAlexander Graf1-35/+3
2010-12-11Add endianness as io mem parameterAlexander Graf1-3/+5
2010-11-16more stdvga cleanups.Gerd Hoffmann1-1/+1
2010-10-13Delete write only variablesBlue Swirl1-2/+1
2010-09-18Check for errors during BIOS or kernel loadBlue Swirl1-1/+2