2009-09-10 |
Gerd Hoffmann | qdev/isa: convert ne2000 |
blob | commitdiff | raw |
2009-09-04 |
Gerd Hoffmann | ide: pass down DriveInfo instead of BlockDriverState |
blob | commitdiff | raw | diff to current |
2009-08-28 |
Anthony Liguori | Merge commit 'linux-user/linux-user-for-upstream' into... |
blob | commitdiff | raw | diff to current |
2009-08-28 |
Gerd Hoffmann | ide: split away ide-isa.c |
blob | commitdiff | raw | diff to current |
2009-08-25 |
Blue Swirl | Make CPURead/WriteFunc structure 'const' |
blob | commitdiff | raw | diff to current |
2009-07-27 |
Gerd Hoffmann | kill drives_table |
blob | commitdiff | raw | diff to current |
2009-06-29 |
Jan Kiszka | Revert "Introduce reset notifier order" |
blob | commitdiff | raw | diff to current |
2009-06-16 |
Avi Kivity | Remove io_index argument from cpu_register_io_memory() |
blob | commitdiff | raw | diff to current |
2009-05-30 |
Paul Brook | Use relative path for bios |
blob | commitdiff | raw | diff to current |
2009-05-22 |
Jan Kiszka | Introduce reset notifier order |
blob | commitdiff | raw | diff to current |
2009-05-21 |
Anthony Liguori | Convert machine registration to use module init functions |
blob | commitdiff | raw | diff to current |
2009-05-19 |
Paul Brook | Remove obsolete BIOS_SIZE from sysemu.h |
blob | commitdiff | raw | diff to current |
2009-05-13 |
Paul Brook | Remove vga_ram_size |
blob | commitdiff | raw | diff to current |
2009-04-11 |
pbrook | Remove redundant ram_require machine properly. |
blob | commitdiff | raw | diff to current |
2009-04-10 |
pbrook | More phys_ram_base elimination. |
blob | commitdiff | raw | diff to current |
2009-04-10 |
pbrook | Clean up VGA ram allocation. |
blob | commitdiff | raw | diff to current |
2009-04-09 |
pbrook | Use load_image_targphys and avoid phys_ram_base. |
blob | commitdiff | raw | diff to current |
2009-03-28 |
aliguori | Remove nodisk_ok machine feature (Jan Kiszka) |
blob | commitdiff | raw | diff to current |
2009-01-24 |
aurel32 | Support epoch of 1980 in RTC emulation for MIPS Magnum |
blob | commitdiff | raw | diff to current |
2009-01-24 |
aurel32 | mips: limit RAM size to 256MB on malta and qemu boards |
blob | commitdiff | raw | diff to current |
2009-01-16 |
aliguori | graphical_console_init change (Stefano Stabellini) |
blob | commitdiff | raw | diff to current |
2009-01-13 |
aliguori | Check NIC model in some NIC init functions (Mark McLoug... |
blob | commitdiff | raw | diff to current |
2009-01-09 |
aurel32 | mips, ppc: make sure nd->model is always defined |
blob | commitdiff | raw | diff to current |
2008-10-28 |
balrog | Set default max_cpus to one. |
blob | commitdiff | raw | diff to current |
2008-10-07 |
aliguori | machine struct - specify max_cpus at the per machine... |
blob | commitdiff | raw | diff to current |
2008-10-04 |
blueswir1 | Use qemu-log.h |
blob | commitdiff | raw | diff to current |
2008-09-20 |
blueswir1 | Suppress gcc 4.x -Wpointer-sign (included in -Wall... |
blob | commitdiff | raw | diff to current |
2008-09-14 |
aurel32 | MIPS: remove empty cpu_mips_irqctrl_init() |
blob | commitdiff | raw | diff to current |
2008-08-13 |
ths | Allow diskless operation for all mips platforms. |
blob | commitdiff | raw | diff to current |
2008-06-30 |
pbrook | Move CPU save/load registration to common code. |
blob | commitdiff | raw | diff to current |
2008-06-27 |
ths | More efficient target register / TC accesses. |
blob | commitdiff | raw | diff to current |
2008-05-04 |
aurel32 | 8250: Customized base baudrate |
blob | commitdiff | raw | diff to current |
2008-04-27 |
aurel32 | Use correct types to enable > 2G support, based on... |
blob | commitdiff | raw | diff to current |
2008-04-24 |
balrog | RAM usage information in machine definition. |
blob | commitdiff | raw | diff to current |
2008-04-22 |
aurel32 | Revert "Use correct types to enable > 2G support" ... |
blob | commitdiff | raw | diff to current |
2008-04-22 |
aurel32 | Use correct types to enable > 2G support, based on... |
blob | commitdiff | raw | diff to current |
2008-04-20 |
ths | Flash support for mips r4k pseudo-machine, by |
blob | commitdiff | raw | diff to current |
2007-12-07 |
ths | Remove broken ds1225y init, it is useless on this machi... |
blob | commitdiff | raw | diff to current |
2007-12-02 |
ths | Add -drive parameter, by Laurent Vivier. |
blob | commitdiff | raw | diff to current |
2007-11-18 |
blueswir1 | Remove unused parameters from QEMUMachineInitFunc... |
blob | commitdiff | raw | diff to current |
2007-11-17 |
pbrook | Break up vl.h. |
blob | commitdiff | raw | diff to current |
2007-11-11 |
pbrook | mips_r4k warning fixes. |
blob | commitdiff | raw | diff to current |
2007-11-10 |
bellard | added cpu_model parameter to cpu_init() |
blob | commitdiff | raw | diff to current |
2007-11-09 |
ths | Move kernel loader parameters from the cpu state to... |
blob | commitdiff | raw | diff to current |
2007-10-31 |
balrog | Set boot sequence from command line (Dan Kenigsberg). |
blob | commitdiff | raw | diff to current |
2007-10-13 |
ths | Static-ify function. |
blob | commitdiff | raw | diff to current |
2007-10-05 |
j_mayer | New '-bios' option, used to select an alternate BIOS... |
blob | commitdiff | raw | diff to current |
2007-09-16 |
ths | find -type f | xargs sed -i 's/[\t ]$//g' # on most... |
blob | commitdiff | raw | diff to current |
2007-09-06 |
ths | Partial support for 34K multithreading, not functional... |
blob | commitdiff | raw | diff to current |
2007-05-30 |
ths | Fix CPU (re-)selection on reset. |
blob | commitdiff | raw | diff to current |
2007-05-27 |
blueswir1 | New option -net nic,model=? (Mark Glines) |
blob | commitdiff | raw | diff to current |
2007-04-28 |
ths | Switch default CPU to 24Kf for now, as the Linux FPU... |
blob | commitdiff | raw | diff to current |
2007-04-07 |
pbrook | Unify IRQ handling. |
blob | commitdiff | raw | diff to current |
2007-04-01 |
ths | Improved initrd support for mips. |
blob | commitdiff | raw | diff to current |
2007-04-01 |
ths | Actually enable 64bit configuration. |
blob | commitdiff | raw | diff to current |
2007-03-18 |
ths | MIPS -cpu selection support, by Herve Poussineau. |
blob | commitdiff | raw | diff to current |
2007-03-17 |
ths | Remove useless static specifier. |
blob | commitdiff | raw | diff to current |
2007-03-05 |
j_mayer | New -cpu options: choose CPU model for emulated target. |
blob | commitdiff | raw | diff to current |
2007-02-28 |
ths | DS1225Y nvram device, by Herve Poussineau. |
blob | commitdiff | raw | diff to current |
2007-02-20 |
ths | Replace TLSZ with TARGET_FMT_lx. |
blob | commitdiff | raw | diff to current |
2007-02-18 |
ths | Add PS/2 keyboard to MIPS R4K, by Herve Poussineau. |
blob | commitdiff | raw | diff to current |
2007-01-24 |
ths | Fix malta emulation for 64bit qemu. |
blob | commitdiff | raw | diff to current |
2007-01-24 |
ths | Reworking MIPS interrupt handling, by Aurelien Jarno. |
blob | commitdiff | raw | diff to current |
2007-01-06 |
ths | Unbreak the last patch. |
blob | commitdiff | raw | diff to current |
2007-01-06 |
ths | Different MIPS BIOS binary names per endianness, and... |
blob | commitdiff | raw | diff to current |
2007-01-01 |
ths | Fix initrd load address. |
blob | commitdiff | raw | diff to current |
2006-12-23 |
ths | Check ELF binaries for machine type and endianness. |
blob | commitdiff | raw | diff to current |
2006-12-23 |
ths | More serial ports for the mips machine. |
blob | commitdiff | raw | diff to current |
2006-12-21 |
ths | Scrap SIGN_EXTEND32. |
blob | commitdiff | raw | diff to current |
2006-12-21 |
ths | Preliminiary MIPS64 support, disabled by default due... |
blob | commitdiff | raw | diff to current |
2006-12-07 |
ths | MIPS RTC emulation. |
blob | commitdiff | raw | diff to current |
2006-12-06 |
ths | Move the MIPS CPU timer in a seperate file, by Alec... |
blob | commitdiff | raw | diff to current |
2006-12-06 |
ths | Halt/reboot support for Linux, by Daniel Jacobowitz... |
blob | commitdiff | raw | diff to current |
2006-10-29 |
pbrook | Mips IDE support. (Aurelien Jarno) |
blob | commitdiff | raw | diff to current |
2006-09-18 |
pbrook | Merge common ISA access routines. |
blob | commitdiff | raw | diff to current |
2006-08-17 |
bellard | vga init changes |
blob | commitdiff | raw | diff to current |
2006-06-25 |
bellard | C99 64 bit printf |
blob | commitdiff | raw | diff to current |
2006-05-11 |
bellard | mips bios loading fix |
blob | commitdiff | raw | diff to current |
2006-05-02 |
bellard | performance boost (on P4 hosts at least, rdtsc is a... |
blob | commitdiff | raw | diff to current |
2006-04-26 |
bellard | ELF loader (Thiemo Seufer) |
blob | commitdiff | raw | diff to current |
2006-02-05 |
pbrook | Allow selection of emulated network card. |
blob | commitdiff | raw | diff to current |
2005-12-18 |
bellard | do not init ne2000 if no network enabled |
blob | commitdiff | raw | diff to current |
2005-12-05 |
bellard | kernel command line support (Daniel Jacobowitz) |
blob | commitdiff | raw | diff to current |
2005-11-23 |
bellard | more generic serial port (initial patch by Jocelyn... |
blob | commitdiff | raw | diff to current |
2005-11-21 |
bellard | cpu_single_env usage fix |
blob | commitdiff | raw | diff to current |
2005-08-21 |
bellard | Add i8259 PIT to MIPS (Ralf Baechle |
blob | commitdiff | raw | diff to current |
2005-08-21 |
bellard | Fix MIPS counter / compare interrupt (Ralf Baechle |
blob | commitdiff | raw | diff to current |
2005-07-03 |
bellard | VGA bios support for PowerPC |
blob | commitdiff | raw | diff to current |
2005-07-02 |
bellard | i8259 PIC support |
blob | commitdiff | raw | diff to current |
2005-07-02 |
bellard | added NE2000 (Ralf Baechle) |
blob | commitdiff | raw | diff to current |
2005-07-02 |
bellard | init cleanup (Ralf Baechle) |
blob | commitdiff | raw | diff to current |
2005-07-02 |
bellard | fixed random register (Ralf Baechle) |
blob | commitdiff | raw | diff to current |
2005-07-02 |
bellard | kernel load fix (Ralf Baechle) |
blob | commitdiff | raw | diff to current |
2005-07-02 |
bellard | MIPS target (Jocelyn Mayer) |
blob | commitdiff | raw | diff to current |
|