]> git.proxmox.com Git - qemu.git/history - hw/sun4u.c
Merge remote branch 'qemu-kvm/uq/master' into staging-tmp
[qemu.git] / hw / sun4u.c
2010-02-08 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging-tmp
2010-02-07 Blue Swirlm48t59: don't use reserved _t suffix
2010-01-27 Igor V. Kovalenkosparc64: reimplement tick timers v4
2010-01-24 Blue SwirlSparc64: fix initrd
2010-01-09 Blue SwirlSparc64: use firmware configuration device for command...
2010-01-08 Igor V. Kovalenkosparc64: interrupt trap handling
2010-01-08 Igor V. Kovalenkosparc64: add macros to deal with softint and timer...
2010-01-06 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2009-12-30 Blue SwirlSparc64: split DPRINTF into CPUIRQ and EBUS versions
2009-12-30 Blue SwirlSparc64: fix compile with DEBUG_IRQ enabled
2009-12-27 Blue Swirlsparc: make command line available also via firmware...
2009-12-01 Anthony LiguoriMerge commit 'mst/for_anthony' into mst
2009-12-01 Michael S. Tsirkinpci: pci.h cleanup: move out stuff not in pci.c
2009-11-09 Isaku Yamahatapci: introduce pcibus_t to represent pci bus address...
2009-11-09 Isaku Yamahatapci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/...
2009-11-07 Blue SwirlSparc64/x86: remove unneeded calls to device reset
2009-10-24 Blue Swirlsparc64: remove unused variables
2009-10-12 Gerd Hoffmannrom loader: fix sparc -kernel boot.
2009-10-07 Markus ArmbrusterNew qdev_init_nofail()
2009-10-05 Markus ArmbrusterFix pci_add nic not to exit on bad model
2009-10-05 Gerd Hoffmannserial: convert isa to qdev
2009-10-05 Gerd Hoffmannfloppy: add drive properties.
2009-10-05 Gerd Hoffmannparallel: convert isa to qdev
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-20 Blue SwirlCompile loader only once
2009-09-14 Blue SwirlAdd an ISA bus version of m48t59
2009-09-10 Gerd Hoffmannqdev: simplify isa irq assignments
2009-09-10 Gerd Hoffmannqdev: drop iobase properties from isa bus
2009-09-06 Blue SwirlSparc64: use ISA bus for i8042
2009-09-06 Blue SwirlSparc64: remove unused variables
2009-09-04 Gerd Hoffmannide: pass down DriveInfo instead of BlockDriverState
2009-08-28 Blue SwirlFix Sparc64 breakage: add dummy ISA irqs
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-28 Gerd Hoffmannide: split away ide-pci.c
2009-08-28 Gerd Hoffmannqdev: add return value to init() callbacks.
2009-08-28 Gerd Hoffmannisa bus irq changes and fixes.
2009-08-13 Blue SwirlUnbreak Sparc64
2009-08-10 Gerd Hoffmannqdev/prop: convert sun4u.c to helper macros.
2009-08-09 Blue SwirlUse qemu_irq for system_powerdown
2009-08-08 Blue SwirlSparc64: configure screen size from QEMU command line...
2009-07-27 Gerd Hoffmannkill drives_table
2009-07-21 Blue SwirlSparc32/64: use 64 bit type for memory size
2009-07-21 Blue SwirlSparc64: refactor kernel init
2009-07-21 Blue SwirlSparc64: refactor CPU init
2009-07-21 Blue SwirlSparc64: convert memory to qdev
2009-07-21 Blue SwirlSparc64: convert boot prom to qdev
2009-07-12 Blue SwirlSparc64: convert ebus to qdev
2009-07-12 Igor Kovalenkosparc64: really initialize irq
2009-06-29 Jan KiszkaRevert "Introduce reset notifier order"
2009-06-23 Igor V. Kovalenkosparc64 follow pci_nic_init change
2009-06-16 Avi KivityRename pci_register_io_region() to pci_register_bar()
2009-05-30 Paul BrookUse relative path for bios
2009-05-22 Jan KiszkaIntroduce reset notifier order
2009-05-22 Anthony LiguoriIntroduce is_default field for QEMUMachine
2009-05-21 Anthony LiguoriConvert machine registration to use module init functions
2009-05-13 Blue SwirlReplace gcc variadic macro extension with C99 version
2009-05-13 Paul BrookRemove vga_ram_size
2009-05-03 Isaku Yamahatause PCI_HEADER_TYPE.
2009-04-11 pbrookRemove redundant ram_require machine properly.
2009-04-10 pbrookClean up VGA ram allocation.
2009-03-28 aliguoriRemove nodisk_ok machine feature (Jan Kiszka)
2009-03-08 blueswir1Use firmware configuration instead of NVRAM (initial...
2009-03-07 blueswir1Fix sparc64-softmmu breakage from r6711
2009-02-21 blueswir1Reload ptimers on reset
2009-02-01 blueswir1Add and use #defines for PCI device classes
2009-01-26 aliguoriDefine PCI vendor and device IDs in pci.h (Stuart Brady)
2009-01-17 blueswir1Switch to CMD646 IDE
2009-01-16 aliguorigraphical_console_init change (Stefano Stabellini)
2009-01-13 aliguoriMake pci_nic_init() use qemu_setup_nic_model() (Mark...
2009-01-10 blueswir1Add EBUS bridge
2009-01-09 blueswir1Fix APB
2008-12-23 blueswir1Implement tick interrupt disable bits
2008-11-05 blueswir1Use qemu_ram_alloc
2008-11-02 blueswir1More realistic max_cpus
2008-10-31 aliguoriMake DMA bottom-half driven (v2)
2008-10-07 aliguorimachine struct - specify max_cpus at the per machine...
2008-10-04 blueswir1Move nographic export to sysemu.h
2008-10-03 blueswir1Rearrange tick functions
2008-09-26 blueswir1Add a generic Niagara machine
2008-09-22 blueswir1Add software and timer interrupt support
2008-09-18 blueswir1Add common keys to firmware configuration
2008-09-18 blueswir1Key/value based qemu<->guest firmware communication...
2008-08-21 blueswir1Fix OpenBSD linker warnings
2008-08-12 blueswir1Allow boot without a drive on Sparc machines (partly...
2008-08-12 blueswir1Use C99 initializers
2008-07-22 blueswir1Add T1 and T2 CPUs, add a Sun4v machine
2008-07-15 blueswir1Add idprom
2008-06-30 pbrookMove CPU save/load registration to common code.
2008-06-23 blueswir1Fix some compiler signed/unsigned char warnings
2008-06-20 blueswir1Add support for boot_set command
2008-06-07 blueswir1Allow NWINDOWS selection (CPU feature with model specif...
2008-05-12 blueswir1Remove most uses of phys_ram_base (initial patch by...
2008-05-12 blueswir1Wrap long lines
2008-05-10 blueswir1Fix compiler warnings
2008-05-05 blueswir1Fix Sparc64 serial device breakage
2008-05-01 blueswir1Improved large memory support
2008-04-27 aurel32Use correct types to enable > 2G support, based on...
2008-04-27 blueswir1Fix broken TCX vram, restore Sun4u PROM_SIZE_MAX
2008-04-24 balrogRAM usage information in machine definition.
next