- bac8ad4 ppc_prep: initialize i8259 after the ISA bus by Avi Kivity · 13 years ago
- c2d0d01 isa: Pass i/o address space to isa_bus_new by Richard Henderson · 14 years ago
- 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
- aee97b8 pci: pass I/O address space to new PCI bus by Avi Kivity · 14 years ago
- 1e39101 pci: pass address space to pci bus when created by Avi Kivity · 14 years ago
- 7571790 ide: consolidate drive_get(IF_IDE) by Isaku Yamahata · 14 years ago
- 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
- 81aa064 Revert "prep: Disable second IDE channel, as long as ISA IDE emulation doesn't support same irq for both channels" by Aurelien Jarno · 14 years ago
- 64d7e9a i8254: convert to qdev by Blue Swirl · 14 years ago
- 491e2a3 prep: Disable second IDE channel, as long as ISA IDE emulation doesn't support same irq for both channels by Hervé Poussineau · 14 years ago
- 7414537 prep: Remove bogus BIOS size check by Andreas Färber · 14 years ago
- 8cb7da5 prep: Declare as little endian by Alexander Graf · 14 years ago
- 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
- 7889542 more stdvga cleanups. by Gerd Hoffmann · 14 years ago
- 49a2942 Delete write only variables by Blue Swirl · 14 years ago
- 093209c Check for errors during BIOS or kernel load by Blue Swirl · 14 years ago
- 2446333 Rearrange block headers by Blue Swirl · 14 years ago
- 1724f04 qemu_ram_alloc: Add DeviceState and name parameters by Alex Williamson · 15 years ago
- 7d932df hpet/rtc: Rework RTC IRQ replacement by HPET by Jan Kiszka · 15 years ago
- 4556bd8 Compile dma only once by Blue Swirl · 15 years ago
- 1d914fa rtc: make rtc_xxx accept/return ISADevice instead of RTCState. by Isaku Yamahata · 15 years ago
- a67ba3b Revert "Compile usb-ohci only once" by Paul Brook · 15 years ago
- f169840 Compile usb-ohci only once by Blue Swirl · 15 years ago
- 43a3470 m48t59: don't use reserved _t suffix by Blue Swirl · 15 years ago
- 18e08a5 pci: pci.h cleanup: move out stuff not in pci.c by Michael S. Tsirkin · 15 years ago
- d84bda4 PPC: rename cpu_ppc_reset to cpu_reset for consistency by Blue Swirl · 15 years ago
- 9203f52 Make NICInfo string fields non-const by Mark McLoughlin · 15 years ago
- 07caea3 Fix pci_add nic not to exit on bad model by Markus Armbruster · 15 years ago
- ac0be99 serial: convert isa to qdev by Gerd Hoffmann · 15 years ago
- fd8014e floppy: add drive properties. by Gerd Hoffmann · 15 years ago
- c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
- 99a0949 Get rid of _t suffix by malc · 15 years ago
- afcea8c ioports: remove unused env parameter and compile only once by Blue Swirl · 15 years ago
- ca20cf3 Compile loader only once by Blue Swirl · 15 years ago
- dea21e9 ide/isa: convert to qdev. by Gerd Hoffmann · 15 years ago
- b37fc14 unbreak ppc/prep by Gerd Hoffmann · 15 years ago
- 32e0c82 qdev/isa: convert real time clock by Gerd Hoffmann · 15 years ago
- 11d23c3 qdev/isa: finish pckbd conversion by Gerd Hoffmann · 15 years ago
- 9453c5b qdev/isa: convert ne2000 by Gerd Hoffmann · 15 years ago
- 86c8615 qdev: drop iobase properties from isa bus by Gerd Hoffmann · 15 years ago
- 5b19d9a qdev/usb: convert ohci. by Gerd Hoffmann · 15 years ago
- f455e98 ide: pass down DriveInfo instead of BlockDriverState by Gerd Hoffmann · 15 years ago
- ec82026 ide: split away ide-isa.c by Gerd Hoffmann · 16 years ago
- 2091ba2 isa bus irq changes and fixes. by Gerd Hoffmann · 16 years ago
- d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 15 years ago
- 90e189e Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx by Blue Swirl · 16 years ago
- 636aa20 Replace always_inline with inline by Blue Swirl · 16 years ago
- 751c6a1 kill drives_table by Gerd Hoffmann · 16 years ago
- 0bf9e31 Fix most warnings (errors with -Werror) when debugging is enabled by Blue Swirl · 16 years ago
- a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 16 years ago
- 5607c38 Support addr=... in option argument of -net nic by Markus Armbruster · 16 years ago
- 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
- 5cea859 Use relative path for bios by Paul Brook · 16 years ago
- 8217606 Introduce reset notifier order by Jan Kiszka · 16 years ago
- f80f9ec Convert machine registration to use module init functions by Anthony Liguori · 16 years ago
- bba831e Remove obsolete BIOS_SIZE from sysemu.h by Paul Brook · 16 years ago
- 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
- fbe1b59 Remove vga_ram_size by Paul Brook · 16 years ago
- 22d83b1 Push AUD_init down to devices by Paul Brook · 16 years ago
- 2ac7117 Replace cpu_abort with hw_error by Paul Brook · 16 years ago
- 190cd02 Remove redundant ram_require machine properly. by pbrook · 16 years ago
- b584726 Clean up VGA ram allocation. by pbrook · 16 years ago
- dcac967 Use load_image_targphys and avoid phys_ram_base. by pbrook · 16 years ago
- cf9c147 Use qemu_ram_alloc by blueswir1 · 16 years ago
- 487414f hw: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
- 42fc73a Support epoch of 1980 in RTC emulation for MIPS Magnum by aurel32 · 16 years ago
- 3023f33 graphical_console_init change (Stefano Stabellini) by aliguori · 16 years ago
- 8fec2b8 global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) by aliguori · 16 years ago
- 93fcfe3 Convert references to logfile/loglevel to use qemu_log*() macros by aliguori · 16 years ago
- cb457d7 Make pci_nic_init() use qemu_setup_nic_model() (Mark McLoughlin) by aliguori · 16 years ago
- 5652ef7 mips, ppc: make sure nd->model is always defined by aurel32 · 16 years ago
- 4dd8c13 Fix PPC PREP platform, broken by commit 5849 by aurel32 · 16 years ago
- 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
- 3d878ca Set default max_cpus to one. by balrog · 16 years ago
- b1d8e52 Fix undeclared symbol warnings from sparse by blueswir1 · 16 years ago
- b209700 machine struct - specify max_cpus at the per machine level (Jes Sorensen) by aliguori · 16 years ago
- 4b32e16 machine struct - use C99 initializers (Jes Sorensen) by aliguori · 16 years ago
- 3b3fb32 Use qemu-log.h by blueswir1 · 16 years ago
- b3c7724 Move CPU save/load registration to common code. by pbrook · 17 years ago
- b6cd0ea 8250: Customized base baudrate by aurel32 · 17 years ago
- 00f82b8 Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago
- 7fb4fdc RAM usage information in machine definition. by balrog · 17 years ago
- 0387544 Revert "Use correct types to enable > 2G support" (r4238), it is not yet ready. by aurel32 · 17 years ago
- 967032c Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago
- e4bcb14 Add -drive parameter, by Laurent Vivier. by ths · 17 years ago
- aae9366 More PowerPC debug print fixes - hardware emulation pass. by j_mayer · 17 years ago
- 4018bae New PowerPC CPU flag to define the decrementer and time-base source clock. by j_mayer · 17 years ago
- b881c2c Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier) by blueswir1 · 17 years ago
- 87ecb68 Break up vl.h. by pbrook · 17 years ago
- 0d913fd Fix PowerPC boot device selection. by j_mayer · 17 years ago
- 28c5af5 More generic boot devices specification, allowing more devices to be specified by j_mayer · 17 years ago
- aaed909 added cpu_model parameter to cpu_init() by bellard · 17 years ago
- 6ac0e82 Set boot sequence from command line (Dan Kenigsberg). by balrog · 17 years ago
- c4781a5 Implement PreP reset port. by j_mayer · 17 years ago
- 4c823cf PowerPC 601 / 620 / 970 need a 1MB firmware. by j_mayer · 17 years ago
- 3cbee15 * sort the PowerPC target object files by j_mayer · 17 years ago
- fce62c4 Bugfix: now PCI NICs really work on PowerPC PreP platform. by j_mayer · 17 years ago
- bd3e2c4 Allow use of PCI NICs on PowerPC PreP platform. by j_mayer · 17 years ago
- b068d6a PowerPC target optimisations: make intensive use of always_inline. by j_mayer · 17 years ago
- 1192dad New '-bios' option, used to select an alternate BIOS image from bios_dir. by j_mayer · 17 years ago