| Commit message (Expand) | Author | Age | Files | Lines |
* | Move CPU save/load registration to common code. | pbrook | 2008-06-30 | 1 | -1/+0 |
* | Add an opaque parameter to boot_set API, move function to monitor.c | blueswir1 | 2008-06-20 | 1 | -4/+4 |
* | save more CPU state | bellard | 2008-06-04 | 1 | -1/+1 |
* | moved halted field to CPU_COMMON | bellard | 2008-05-28 | 1 | -1/+1 |
* | Remove some uses of phys_ram_base (initial patch by Ian Jackson) | blueswir1 | 2008-05-13 | 1 | -23/+23 |
* | hw/pc.c: fix warning | aurel32 | 2008-05-05 | 1 | -0/+1 |
* | 8250: Customized base baudrate | aurel32 | 2008-05-04 | 1 | -1/+2 |
* | Allow bootdevice change from the monitor | aurel32 | 2008-05-04 | 1 | -0/+29 |
* | Use correct types to enable > 2G support, based on a patch from | aurel32 | 2008-04-27 | 1 | -6/+27 |
* | RAM usage information in machine definition. | balrog | 2008-04-24 | 1 | -0/+4 |
* | Revert "Use correct types to enable > 2G support" (r4238), it is | aurel32 | 2008-04-22 | 1 | -27/+6 |
* | Use correct types to enable > 2G support, based on a patch from | aurel32 | 2008-04-22 | 1 | -6/+27 |
* | x86: remove load_kernel() | aurel32 | 2008-04-22 | 1 | -31/+0 |
* | x86: Rework local IRQ delivery for APICs | aurel32 | 2008-04-13 | 1 | -4/+11 |
* | Fix vmmouse with -smp | aurel32 | 2008-04-07 | 1 | -1/+2 |
* | Tell BIOS about the number of CPUs | aurel32 | 2008-03-28 | 1 | -0/+3 |
* | SCI fixes | aurel32 | 2008-03-18 | 1 | -1/+1 |
* | Fix VMware VGA init call (Anthony Liguori). | balrog | 2008-02-03 | 1 | -2/+2 |
* | Fix char* signedness, by Andre Przywara. | ths | 2007-12-16 | 1 | -1/+1 |
* | Add -drive parameter, by Laurent Vivier. | ths | 2007-12-02 | 1 | -21/+49 |
* | Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier) | blueswir1 | 2007-11-18 | 1 | -12/+8 |
* | Add statics and missing #includes for prototypes. | pbrook | 2007-11-18 | 1 | -4/+4 |
* | Break up vl.h. | pbrook | 2007-11-17 | 1 | -1/+10 |
* | More generic boot devices specification, allowing more devices to be specified | j_mayer | 2007-11-11 | 1 | -5/+17 |
* | added cpu_model parameter to cpu_init() | bellard | 2007-11-10 | 1 | -5/+5 |
* | added -cpu option for x86 (initial patch by Dan Kenigsberg) | bellard | 2007-11-08 | 1 | -3/+15 |
* | removed traces | bellard | 2007-11-07 | 1 | -0/+4 |
* | Set boot sequence from command line (Dan Kenigsberg). | balrog | 2007-10-31 | 1 | -22/+27 |
* | Don't route PIC interrupts through the local APIC if the local APIC | ths | 2007-10-09 | 1 | -3/+4 |
* | New '-bios' option, used to select an alternate BIOS image from bios_dir. | j_mayer | 2007-10-05 | 1 | -1/+3 |
* | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 2007-09-17 | 1 | -5/+5 |
* | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 2007-09-16 | 1 | -33/+33 |
* | Let qemu work with latest bochsbios, by Bernhard Kauer. | ths | 2007-08-26 | 1 | -0/+3 |
* | Use the framework for the VMware mouse emulation, by Herve Poussineau. | ths | 2007-08-26 | 1 | -0/+1 |
* | Use the correct PCI IDs for Malta. | ths | 2007-06-06 | 1 | -1/+1 |
* | SMBus support for MIPS Malta. | ths | 2007-05-28 | 1 | -1/+1 |
* | New option -net nic,model=? (Mark Glines) | blueswir1 | 2007-05-27 | 1 | -0/+5 |
* | Use i2c_slave_init() to allocate the PXA (dummy) I2C slave. | balrog | 2007-05-23 | 1 | -1/+1 |
* | I2C/SMBus framework. | pbrook | 2007-05-23 | 1 | -4/+5 |
* | Delete now unused define. | ths | 2007-05-20 | 1 | -1/+0 |
* | Linux loader rewrite, by H. Peter Anvin. | ths | 2007-05-19 | 1 | -82/+222 |
* | Unify IRQ handling. | pbrook | 2007-04-07 | 1 | -20/+26 |
* | VMware SVGA II emulation, by Andrzej Zaborowski. | ths | 2007-04-02 | 1 | -0/+6 |
* | Large kernel initrd fix (initial patch by Daniel Jacobowitz). | pbrook | 2007-03-31 | 1 | -3/+26 |
* | New -cpu options: choose CPU model for emulated target. | j_mayer | 2007-03-05 | 1 | -2/+4 |
* | use ram allocation functions | bellard | 2007-02-08 | 1 | -32/+55 |
* | PIIX4 SMBus host, EEPROM device emulation, by Ed Swierk. | ths | 2007-02-02 | 1 | -0/+6 |
* | Devfn number for the PIIX3 southbridge, by Aurelien Jarno. | ths | 2007-01-10 | 1 | -1/+1 |
* | Devfn number for network PCI cards, by Aurelien Jarno. | ths | 2007-01-10 | 1 | -1/+1 |
* | Revert -disk patch, as requested by Fabrice. The general idea of this | ths | 2007-01-07 | 1 | -12/+14 |