linux-user: fix ppc target_stat64 st_blocks layout
[qemu] / hw / ppc_prep.c
2009-09-15 Gerd Hoffmannide/isa: convert to qdev.
2009-09-14 Gerd Hoffmannunbreak ppc/prep
2009-09-10 Gerd Hoffmannqdev/isa: convert real time clock
2009-09-10 Gerd Hoffmannqdev/isa: finish pckbd conversion
2009-09-10 Gerd Hoffmannqdev/isa: convert ne2000
2009-09-10 Gerd Hoffmannqdev: drop iobase properties from isa bus
2009-09-09 Gerd Hoffmannqdev/usb: convert ohci.
2009-09-04 Gerd Hoffmannide: pass down DriveInfo instead of BlockDriverState
2009-08-28 Gerd Hoffmannide: split away ide-isa.c
2009-08-28 Gerd Hoffmannisa bus irq changes and fixes.
2009-08-25 Blue SwirlMake CPURead/WriteFunc structure 'const'
2009-08-16 Blue SwirlReplace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx
2009-08-16 Blue SwirlReplace always_inline with inline
2009-07-27 Gerd Hoffmannkill drives_table
2009-07-20 Blue SwirlFix most warnings (errors with -Werror) when debugging...
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 Jan KiszkaIntroduce reset notifier order
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-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-08 Paul BrookReplace cpu_abort with hw_error
2009-04-11 pbrookRemove redundant ram_require machine properly.
2009-04-10 pbrookClean up VGA ram allocation.
2009-04-09 pbrookUse load_image_targphys and avoid phys_ram_base.
2009-02-11 blueswir1Use qemu_ram_alloc
2009-02-05 aliguorihw: remove error handling from qemu_malloc() callers...
2009-01-24 aurel32Support epoch of 1980 in RTC emulation for MIPS Magnum
2009-01-16 aliguorigraphical_console_init change (Stefano Stabellini)
2009-01-15 aliguoriglobal s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo...
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-13 aliguoriMake pci_nic_init() use qemu_setup_nic_model() (Mark...
2009-01-09 aurel32mips, ppc: make sure nd->model is always defined
2008-12-05 aurel32Fix PPC PREP platform, broken by commit 5849
2008-12-01 pbrookChange MMIO callbacks to use offsets, not absolute...
2008-10-28 balrogSet default max_cpus to one.
2008-10-26 blueswir1Fix undeclared symbol warnings from sparse
2008-10-07 aliguorimachine struct - specify max_cpus at the per machine...
2008-10-07 aliguorimachine struct - use C99 initializers (Jes Sorensen)
2008-10-04 blueswir1Use qemu-log.h
2008-06-30 pbrookMove CPU save/load registration to common code.
2008-05-04 aurel328250: Customized base baudrate
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...
2007-12-02 thsAdd -drive parameter, by Laurent Vivier.
2007-11-24 j_mayerMore PowerPC debug print fixes - hardware emulation...
2007-11-19 j_mayerNew PowerPC CPU flag to define the decrementer and...
2007-11-18 blueswir1 Remove unused parameters from QEMUMachineInitFunc...
2007-11-17 pbrookBreak up vl.h.
2007-11-11 j_mayerFix PowerPC boot device selection.
2007-11-11 j_mayerMore generic boot devices specification, allowing more...
2007-11-10 bellardadded cpu_model parameter to cpu_init()
2007-10-31 balrogSet boot sequence from command line (Dan Kenigsberg).
2007-10-29 j_mayerImplement PreP reset port.
2007-10-29 j_mayerPowerPC 601 / 620 / 970 need a 1MB firmware.
2007-10-28 j_mayer* sort the PowerPC target object files
2007-10-21 j_mayerBugfix: now PCI NICs really work on PowerPC PreP platform.
2007-10-21 j_mayerAllow use of PCI NICs on PowerPC PreP platform.
2007-10-07 j_mayerPowerPC target optimisations: make intensive use of...
2007-10-05 j_mayerNew '-bios' option, used to select an alternate BIOS...
2007-10-03 j_mayerFix PowerPC initialisation and first reset:
2007-09-29 j_mayerChange POWERPC_PPC_GENERIC to POWERPC_DEFAULT.
2007-09-17 j_mayerCoding style fixes in PowerPC related code (no function...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-05-27 blueswir1New option -net nic,model=? (Mark Glines)
2007-04-19 j_mayerNo functional changes:
2007-04-16 j_mayerAdd reset callbacks for PowerPC CPU.
2007-04-16 j_mayerPREP and heathrow machines only support PowerPC CPU...
2007-04-12 j_mayerAdd PowerPC 405 input pins (IRQ, resets, ...) model.
2007-04-09 j_mayerImplement embedded IRQ controller for PowerPC 6xx/740...
2007-04-07 pbrookUnify IRQ handling.
2007-03-30 j_mayerNew model for PowerPC CPU hardware interrupt events:
2007-03-17 pbrookOHCI USB PXA support (Andrzej Zaborowski).
2007-03-05 j_mayerNew -cpu options: choose CPU model for emulated target.
2006-12-21 thsRemove unused variable.
2006-08-17 bellardvga init changes
2006-05-21 pbrookOHCI USB host emulation.
2006-02-05 pbrookAllow selection of emulated network card.
2005-11-23 bellardmore generic serial port (initial patch by Jocelyn...
2005-11-21 bellardcpu_single_env usage fix
2005-10-30 bellardsuppressed m48t08 RTC - simplified m48t59 RTC api
2005-07-03 bellardallow variable bios size
2005-07-03 bellardendian register support
2005-07-02 bellardpreliminary patch to support more PowerPC CPUs (Jocelyn...
2005-07-02 bellardmore generic i8259 support
2005-06-05 bellarduse new machine API
2005-04-23 bellardPREP machines have two IO mappings.
2004-08-24 bellardmultiple serial port support - terminal init fix
2004-07-14 bellardchar device support
2004-06-21 bellardadded PCI bus
2004-06-21 bellardppc init fixes
2004-06-03 bellardsupport for opaque data on memory I/Os
2004-05-26 bellardPowerPC prep/chrp/pmac support
2004-05-23 bellardPowerPC merge
next