Age | Commit message (Expand) | Author | Files | Lines |
2008-09-18 | Add common keys to firmware configuration | blueswir1 | 1 | -0/+1 |
2008-09-18 | Key/value based qemu<->guest firmware communication mechanism (Gleb Natapov) | blueswir1 | 1 | -0/+7 |
2008-09-15 | Right now, kvm keeps the memory allocation split, so we can | aliguori | 1 | -4/+16 |
2008-09-06 | Fix most warnings that would be caused by gcc flag -Wundef | blueswir1 | 1 | -1/+1 |
2008-08-21 | PC: suggest a workaround to boot a kernel without hard-disk | aurel32 | 1 | -1/+1 |
2008-08-21 | De-assert PIC IRQs properly at APIC level | aurel32 | 1 | -3/+1 |
2008-08-21 | De-assert ISA PIC IRQs properly | aurel32 | 1 | -4/+6 |
2008-08-19 | i386: fix isapc machine | aurel32 | 1 | -4/+8 |
2008-08-15 | Use C99 initializers | aurel32 | 1 | -8/+8 |
2008-07-16 | Fix a bunch of type mismatch-related warnings (Jan Kiszka). | balrog | 1 | -6/+7 |
2008-06-30 | Move CPU save/load registration to common code. | pbrook | 1 | -1/+0 |
2008-06-20 | Add an opaque parameter to boot_set API, move function to monitor.c | blueswir1 | 1 | -4/+4 |
2008-06-04 | save more CPU state | bellard | 1 | -1/+1 |
2008-05-28 | moved halted field to CPU_COMMON | bellard | 1 | -1/+1 |
2008-05-13 | Remove some uses of phys_ram_base (initial patch by Ian Jackson) | blueswir1 | 1 | -23/+23 |
2008-05-05 | hw/pc.c: fix warning | aurel32 | 1 | -0/+1 |
2008-05-04 | 8250: Customized base baudrate | aurel32 | 1 | -1/+2 |
2008-05-04 | Allow bootdevice change from the monitor | aurel32 | 1 | -0/+29 |
2008-04-27 | Use correct types to enable > 2G support, based on a patch from | aurel32 | 1 | -6/+27 |
2008-04-24 | RAM usage information in machine definition. | balrog | 1 | -0/+4 |
2008-04-22 | Revert "Use correct types to enable > 2G support" (r4238), it is | aurel32 | 1 | -27/+6 |
2008-04-22 | Use correct types to enable > 2G support, based on a patch from | aurel32 | 1 | -6/+27 |
2008-04-22 | x86: remove load_kernel() | aurel32 | 1 | -31/+0 |
2008-04-13 | x86: Rework local IRQ delivery for APICs | aurel32 | 1 | -4/+11 |
2008-04-07 | Fix vmmouse with -smp | aurel32 | 1 | -1/+2 |
2008-03-28 | Tell BIOS about the number of CPUs | aurel32 | 1 | -0/+3 |
2008-03-18 | SCI fixes | aurel32 | 1 | -1/+1 |
2008-02-03 | Fix VMware VGA init call (Anthony Liguori). | balrog | 1 | -2/+2 |
2007-12-16 | Fix char* signedness, by Andre Przywara. | ths | 1 | -1/+1 |
2007-12-02 | Add -drive parameter, by Laurent Vivier. | ths | 1 | -21/+49 |
2007-11-18 | Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier) | blueswir1 | 1 | -12/+8 |
2007-11-18 | Add statics and missing #includes for prototypes. | pbrook | 1 | -4/+4 |
2007-11-17 | Break up vl.h. | pbrook | 1 | -1/+10 |
2007-11-11 | More generic boot devices specification, allowing more devices to be specified | j_mayer | 1 | -5/+17 |
2007-11-10 | added cpu_model parameter to cpu_init() | bellard | 1 | -5/+5 |
2007-11-08 | added -cpu option for x86 (initial patch by Dan Kenigsberg) | bellard | 1 | -3/+15 |
2007-11-07 | removed traces | bellard | 1 | -0/+4 |
2007-10-31 | Set boot sequence from command line (Dan Kenigsberg). | balrog | 1 | -22/+27 |
2007-10-09 | Don't route PIC interrupts through the local APIC if the local APIC | ths | 1 | -3/+4 |
2007-10-05 | New '-bios' option, used to select an alternate BIOS image from bios_dir. | j_mayer | 1 | -1/+3 |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 1 | -5/+5 |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 1 | -33/+33 |
2007-08-26 | Let qemu work with latest bochsbios, by Bernhard Kauer. | ths | 1 | -0/+3 |
2007-08-26 | Use the framework for the VMware mouse emulation, by Herve Poussineau. | ths | 1 | -0/+1 |
2007-06-06 | Use the correct PCI IDs for Malta. | ths | 1 | -1/+1 |
2007-05-28 | SMBus support for MIPS Malta. | ths | 1 | -1/+1 |
2007-05-27 | New option -net nic,model=? (Mark Glines) | blueswir1 | 1 | -0/+5 |
2007-05-23 | Use i2c_slave_init() to allocate the PXA (dummy) I2C slave. | balrog | 1 | -1/+1 |
2007-05-23 | I2C/SMBus framework. | pbrook | 1 | -4/+5 |
2007-05-20 | Delete now unused define. | ths | 1 | -1/+0 |