aboutsummaryrefslogtreecommitdiff
path: root/hw/sun4u.c
AgeCommit message (Expand)Author
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini
2013-03-01hw: include hw header files with full pathsPaolo Bonzini
2013-01-27fw_cfg: Remove FW_CFG_MAX_CPUS from fw_cfg_init()Eduardo Habkost
2013-01-21sysbus: Drop sysbus_from_qdev() cast macroAndreas Färber
2013-01-19sun4: Fix unchecked strdup() by switching to fw_cfg_add_string()Markus Armbruster
2013-01-15Make default boot order machine specificAvik Sil
2013-01-10Make all static TypeInfos constAndreas Färber
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-19net: reorganize headersPaolo Bonzini
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin
2012-10-31cpus: Pass CPUState to qemu_cpu_kick()Andreas Färber
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-10-22serial: split serial.cGerd Hoffmann
2012-10-20create struct for machine initialization argumentsEduardo Habkost
2012-10-13sun4u: Pass SPARCCPU to cpu_set_ivec_irq()Andreas Färber
2012-10-13sun4u: Pass SPARCCPU to cpu_kick_irq()Andreas Färber
2012-10-13sun4u: Pass SPARCCPU to {,s,hs}tick_irq() and cpu_timer_create()Andreas Färber
2012-10-06sun/sun4u: use the new pci_vga_init() functionAurelien Jarno
2012-10-06vga: rename pci_vga_init() into pci_std_vga_init()Aurelien Jarno
2012-08-15Add one new file vga-pci.h and cleanup on all platformszhlcindy@gmail.com
2012-06-04sun4u: Store SPARCCPU in ResetDataAndreas Färber
2012-06-04sun4u: Let cpu_devinit() return SPARCCPUAndreas Färber
2012-06-04sun4u: Use cpu_sparc_init() to obtain SPARCCPUAndreas Färber
2012-05-19sparc64: fix initrd loadingBlue Swirl
2012-04-04Improve interrupt handling priorityArtyom Tarasenko
2012-04-04Fix vector interrupt handlingArtyom Tarasenko
2012-03-17sparc64: implement PCI and ISA irqsBlue Swirl
2012-03-14sparc hw/: Don't use CPUStateAndreas Färber
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity
2011-12-20sun4u: give ISA bus to ISA methodsHervé Poussineau
2011-12-20isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...Hervé Poussineau
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity
2011-10-17sun4u: convert to memory APIAvi Kivity
2011-10-16monitor: Restrict pic/irq_info to supporting targetsJan Kiszka
2011-10-02sun4u: Pass address_space_mem to sun4uv_initRichard Henderson
2011-10-02serial: Add MemoryRegion parameter to serial_mm_initRichard Henderson
2011-10-02serial: Remove ioregister parameter from serial_mm_initRichard Henderson
2011-10-02serial: Use enum device_endian in serial_mm_init parameterRichard Henderson
2011-09-25isa: Pass i/o address space to isa_bus_newRichard Henderson
2011-09-18sun4u: don't set up isa_mem_baseBlue Swirl
2011-08-28Fix disabling interrupts in sun4uArtyom Tarasenko
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-08pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity