aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2007-11-17 Machine specific IOMMU version (Robert Reif)blueswir1
2007-11-17Add missing definition for number of input pins for the PowerPC 970 bus.j_mayer
2007-11-17Always make all PowerPC exception definitions visible.j_mayer
2007-11-14Update OHW interface to version 3.blueswir1
2007-11-13Fix signed/unsigned comparisons in OHCI host.balrog
2007-11-11removed warningbellard
2007-11-11removed unused variablebellard
2007-11-11fixed castbellard
2007-11-11removed unused variablesbellard
2007-11-11use correct printf formatbellard
2007-11-11fixed invalid constantbellard
2007-11-11removed unused codebellard
2007-11-11 Add SPARCserver 600MP emulation (original patch by Robert Reif)blueswir1
2007-11-11removed invalid use of _INTC_ARRAYbellard
2007-11-11 Fix Sun4u compileblueswir1
2007-11-11Fix PowerPC boot device selection.j_mayer
2007-11-11mips_r4k warning fixes.pbrook
2007-11-11More generic boot devices specification, allowing more devices to be specifiedj_mayer
2007-11-11ARMv7 support.pbrook
2007-11-10Fix build failure.pbrook
2007-11-10Add dummy m68k board.pbrook
2007-11-10Fix 64-bit host printf format mismatches.pbrook
2007-11-10added cpu_model parameter to cpu_init()bellard
2007-11-09Fix typo, spotted by Samuel Thibault.ths
2007-11-09Move kernel loader parameters from the cpu state to being board specific.ths
2007-11-08Revert "Last AIO Patch" as requested by Fabrice, it is incomplete andths
2007-11-08added -cpu option for x86 (initial patch by Dan Kenigsberg)bellard
2007-11-07removed tracesbellard
2007-11-07added -startdate optionbellard
2007-11-05No functional changes: remove dead code and fix indentation & wrapping lines.j_mayer
2007-11-04Zeroing ITR shouldn't ack irq zero.balrog
2007-11-04 Change sysctrl register to 32 bits (original patch by Robert Reif)blueswir1
2007-11-04Fix memory corruption: bdrv_read/write API has been changed to takej_mayer
2007-11-04 Fix Solaris breakageblueswir1
2007-11-04Add register mappings in DSP space (must be accessible for MPU too).balrog
2007-11-04 Constificationblueswir1
2007-11-04 Remove target dependent codeblueswir1
2007-11-04Make accesses with wrong width also work as apparently real hardware allows t...balrog
2007-11-04Fix grackle (in fact MPC106) PCI host bridge headerj_mayer
2007-11-04Fix PowerMac NVRAM device.j_mayer
2007-11-03Split I^2C controller out of hw/omap.c.balrog
2007-11-03Implement OMAP on-chip RTC (Linux guest date/time now matches with host).balrog
2007-11-03Initial OMAP I^2C controller implementation (communication not tested).balrog
2007-11-03Add OMAP Pulse-width Tone module.balrog
2007-11-03Implement OMAP PWL (backlight) module.balrog
2007-11-03The PINT/DAV pin is active low in the chip spec, not inverted on the board.balrog
2007-10-31Add copyright and license header.ths
2007-10-31Set boot sequence from command line (Dan Kenigsberg).balrog
2007-10-31OHCI USB isochronous transfers support (Arnon Gilboa).balrog
2007-10-29Add a qemu_irq_invert() shortcut for inverting a signal.balrog