mips malta: ensure that the serial ports are associated with a device
[qemu] / hw / mips_malta.c
2009-09-14 Aurelien Jarnomips malta: ensure that the serial ports are associated...
2009-09-10 Gerd Hoffmannqdev/isa: convert real time clock
2009-09-10 Gerd Hoffmannqdev: simplify isa irq assignments
2009-09-10 Gerd Hoffmannqdev: drop iobase properties from isa bus
2009-09-04 Stefan Weilmips malta: Fix fdc regression and use qdev for i8042...
2009-09-04 Gerd Hoffmannide: pass down DriveInfo instead of BlockDriverState
2009-08-28 Gerd Hoffmannide: split away ide-pci.c
2009-08-28 Gerd Hoffmannisa bus irq changes and fixes.
2009-08-25 Blue SwirlMake CPURead/WriteFunc structure 'const'
2009-07-27 Gerd Hoffmannkill drives_table
2009-07-16 Gerd Hoffmannqdev: rework device properties.
2009-06-29 Jan KiszkaRevert "Introduce reset notifier order"
2009-06-22 Markus ArmbrusterSupport addr=... in option argument of -net nic
2009-06-16 Avi KivityRemove io_index argument from cpu_register_io_memory()
2009-05-30 Paul BrookUse relative path for bios
2009-05-22 Paul BrookAdd common BusState
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-19 Paul BrookRemove obsolete BIOS_SIZE from sysemu.h
2009-05-14 Paul BrookSMBus qdev conversion
2009-05-13 Blue SwirlReplace gcc variadic macro extension with C99 version
2009-05-13 Paul BrookRemove vga_ram_size
2009-05-12 Paul BrookPush AUD_init down to devices
2009-05-12 Paul BrookMake AUD_init failure fatal
2009-04-11 pbrookRemove redundant ram_require machine properly.
2009-04-11 aurel32mips malta: fix commit 7064
2009-04-10 pbrookMore phys_ram_base elimination.
2009-04-10 pbrookClean up VGA ram allocation.
2009-04-09 pbrookUse load_image_targphys and avoid phys_ram_base.
2009-03-28 aliguoriRemove nodisk_ok machine feature (Jan Kiszka)
2009-02-08 aurel32Additional VGA options for MIPS Malta
2009-01-24 aurel32Support epoch of 1980 in RTC emulation for MIPS Magnum
2009-01-24 aurel32mips: limit RAM size to 256MB on malta and qemu boards
2009-01-18 aurel32mips_malta: map the CBUS UART as the third serial port
2009-01-18 aurel32add an init function parameter to qemu_chr_open()
2009-01-16 aliguorigraphical_console_init change (Stefano Stabellini)
2009-01-13 aliguoriMake pci_nic_init() use qemu_setup_nic_model() (Mark...
2008-12-01 pbrookChange MMIO callbacks to use offsets, not absolute...
2008-11-01 aurel32Malta & OMAP: add a name to char devices
2008-10-28 balrogSet default max_cpus to one.
2008-10-07 aliguorimachine struct - specify max_cpus at the per machine...
2008-10-04 blueswir1Use qemu-log.h
2008-09-20 blueswir1Suppress gcc 4.x -Wpointer-sign (included in -Wall...
2008-09-14 aurel32MIPS: remove empty cpu_mips_irqctrl_init()
2008-08-17 blueswir1Fix warnings that would be generated by gcc -Wstrict...
2008-08-13 thsAllow diskless operation for all mips platforms.
2008-06-30 pbrookMove CPU save/load registration to common code.
2008-05-04 aurel328250: Customized base baudrate
2008-05-04 aurel32Set default console size
2008-04-27 aurel32Use correct types to enable > 2G support, based on...
2008-04-24 balrogRAM usage information in machine definition.
2008-04-22 aurel32Revert "Use correct types to enable > 2G support" ...
2008-04-22 aurel32Use correct types to enable > 2G support, based on...
2008-03-18 aurel32SCI fixes
2008-01-04 thsMalta flash support.
2007-12-02 thsAdd -drive parameter, by Laurent Vivier.
2007-11-26 thsAdd floppy support, tested to work with linux-mips...
2007-11-18 blueswir1 Remove unused parameters from QEMUMachineInitFunc...
2007-11-18 pbrookAdd statics and missing #includes for prototypes.
2007-11-17 pbrookBreak up vl.h.
2007-11-10 bellardadded cpu_model parameter to cpu_init()
2007-11-09 thsMove kernel loader parameters from the cpu state to...
2007-10-31 balrogSet boot sequence from command line (Dan Kenigsberg).
2007-10-05 j_mayerNew '-bios' option, used to select an alternate BIOS...
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-07-11 thsImpement Galilleo ISD register.
2007-06-21 thsRevert workaround for -nographic segfault.
2007-06-12 thsRevert the Gallileo PCI mapping patch, it conflicts...
2007-06-10 thsMore PCI mapping/remapping for Gallileo.
2007-06-09 thsDon't try to use "vt" output in nographic mode.
2007-06-07 thsFix firmware word endianness for Malta.
2007-06-06 thsMake the Malta bootloader handling a bit more transparent.
2007-06-06 thsFix formatting.
2007-06-06 thsMalta has no ISA bus.
2007-06-06 thsUse the correct PCI IDs for Malta.
2007-06-04 thsTake advantage of subpage support.
2007-06-01 thsAdd support for 5Kc/5Kf/20Kc, based on a patch by Aurel...
2007-05-30 thsFix typo in comment.
2007-05-30 thsFix CPU (re-)selection on reset.
2007-05-28 thsSMBus support for MIPS Malta.
2007-05-04 thsSupport for simple YAMON output, by Alec Voropay.
2007-04-28 thsSwitch default CPU to 24Kf for now, as the Linux FPU...
2007-04-24 thsImproved mini-bootloader, based on a patch by Alec...
2007-04-19 thsMore Gallileo register initialization, by Aurelien...
2007-04-07 pbrookUnify IRQ handling.
2007-04-05 thsClear BEV and ERL for the fake bootloader.
2007-04-03 thsFix Malta tty2 UART registers.
2007-04-01 thsImproved initrd support for mips.
2007-04-01 thsActually enable 64bit configuration.
2007-03-31 thsMalta CBUS UART support.
2007-03-18 thsA VGA card for the Malta board.
2007-03-18 thsMIPS -cpu selection support, by Herve Poussineau.
2007-03-05 j_mayerNew -cpu options: choose CPU model for emulated target.
2007-03-02 thsFix wrong interrupt number for the second serial interface.
2007-02-28 ths24C01 / 24C02 EEPROM emulation for Malta, by Stefan...
2007-02-21 thsFix initialisation of serial/parallel ports, spotted...
2007-02-21 thsAllow arbitrary MIPS BIOS sizes between 0 and 4 MB...
2007-02-20 thsReplace TLSZ with TARGET_FMT_lx.
next