Install keymaps from new location
[qemu] / hw / pc.c
2009-05-22 Paul BrookAdd common BusState
2009-05-22 Jan KiszkaIntroduce reset notifier order
2009-05-22 Anthony LiguoriIntroduce is_default field for QEMUMachine
2009-05-21 Anthony LiguoriConvert machine registration to use module init functions
2009-05-20 Richard W.M. JonesRemove initrd warning message
2009-05-20 Glauber Costakeep initrd in below 4g area.
2009-05-19 malcRemove dead code
2009-05-19 Paul BrookDisable >4G ram support on 32-bit targets
2009-05-18 Paul BrookSeparate virtio PCI code
2009-05-14 Paul BrookSMBus qdev conversion
2009-05-14 Paul BrookVirtio-console conversion
2009-05-14 Paul BrookVirtio-balloon qdev conversion
2009-05-14 Paul BrookVirtio-blk qdev conversion
2009-05-14 Paul BrookLSI SCSI qdev conversion
2009-05-13 Paul BrookRemove vga_ram_size
2009-05-12 Paul BrookPush AUD_init down to devices
2009-05-12 Paul BrookMake AUD_init failure fatal
2009-05-08 Glauber Costareset state for load_linux
2009-05-08 Glauber Costaregister reset handler for option_roms
2009-05-01 Glauber Costasuport device driver initialization model
2009-05-01 Richard W.M. JonesHardware watchdog
2009-04-21 aliguorisending NUMA topology to BIOS (Andre Przywara)
2009-04-19 blueswir1kqemu: merge CONFIG_KQEMU and USE_KQEMU
2009-04-17 aliguoriqemu: Add support for SMBIOS command line otions (Alex...
2009-04-11 pbrookRemove redundant ram_require machine properly.
2009-04-10 pbrookClean up VGA ram allocation.
2009-04-10 pbrookMore phys_ram_base removal.
2009-04-09 pbrookUse cpu_physical_memory_write_rom instead of memcpy.
2009-04-09 pbrookRegister a single area for vga bios and option roms
2009-03-28 aliguoriget roms more room. (Glauber Costa)
2009-03-07 blueswir1Sparse fixes: move ACPI table definitions to pc.h
2009-03-05 aliguorimonitor: Rework API (Jan Kiszka)
2009-02-27 aliguoriAllow additions of ACPI tables from command line (Gleb...
2009-02-11 aliguoriqemu: initialize hot add system / acpi gpe (Marcelo...
2009-01-24 aurel32Support epoch of 1980 in RTC emulation for MIPS Magnum
2009-01-16 aliguorigraphical_console_init change (Stefano Stabellini)
2009-01-16 aliguoriFix uninitialized variable warning
2009-01-15 aliguoriadd a -vga none cli option (Stefano Stabellini)
2009-01-15 aliguoriadd virtio-console initializer for x86 (Christian Ehrhardt)
2009-01-13 aliguoriMake pci_nic_init() use qemu_setup_nic_model() (Mark...
2008-12-17 aliguoriAdd HPET emulation to qemu (Beth Kon)
2008-12-17 aliguoriHandle suspend in qemu (Gleb Natapov)
2008-12-11 aliguoripci: virtio: use pci id defines (Gerd Hoffman)
2008-12-04 aliguoriAdd virtio-balloon support
2008-12-04 aliguoriAdd virtio-blk support
2008-11-08 aliguoriUse an option rom instead of boot sector for -kernel
2008-10-24 aurel32hw/pc: don't register the memory hole as unassigned...
2008-10-07 aliguorimachine struct - specify max_cpus at the per machine...
2008-09-18 blueswir1Add common keys to firmware configuration
2008-09-18 blueswir1Key/value based qemu<->guest firmware communication...
2008-09-15 aliguoriRight now, kvm keeps the memory allocation split, so...
2008-09-06 blueswir1Fix most warnings that would be caused by gcc flag...
2008-08-21 aurel32PC: suggest a workaround to boot a kernel without hard...
2008-08-21 aurel32De-assert PIC IRQs properly at APIC level
2008-08-21 aurel32De-assert ISA PIC IRQs properly
2008-08-19 aurel32i386: fix isapc machine
2008-08-15 aurel32Use C99 initializers
2008-07-16 balrogFix a bunch of type mismatch-related warnings (Jan...
2008-06-30 pbrookMove CPU save/load registration to common code.
2008-06-20 blueswir1Add an opaque parameter to boot_set API, move function...
2008-06-04 bellardsave more CPU state
2008-05-28 bellardmoved halted field to CPU_COMMON
2008-05-13 blueswir1Remove some uses of phys_ram_base (initial patch by...
2008-05-05 aurel32hw/pc.c: fix warning
2008-05-04 aurel328250: Customized base baudrate
2008-05-04 aurel32Allow bootdevice change from the monitor
2008-04-27 aurel32Use correct types to enable > 2G support, based on...
2008-04-24 balrogRAM usage information in machine definition.
2008-04-22 aurel32Revert "Use correct types to enable > 2G support" ...
2008-04-22 aurel32Use correct types to enable > 2G support, based on...
2008-04-22 aurel32x86: remove load_kernel()
2008-04-13 aurel32x86: Rework local IRQ delivery for APICs
2008-04-07 aurel32Fix vmmouse with -smp
2008-03-28 aurel32Tell BIOS about the number of CPUs
2008-03-18 aurel32SCI fixes
2008-02-03 balrogFix VMware VGA init call (Anthony Liguori).
2007-12-16 thsFix char* signedness, by Andre Przywara.
2007-12-02 thsAdd -drive parameter, by Laurent Vivier.
2007-11-18 blueswir1 Remove unused parameters from QEMUMachineInitFunc...
2007-11-18 pbrookAdd statics and missing #includes for prototypes.
2007-11-17 pbrookBreak up vl.h.
2007-11-11 j_mayerMore generic boot devices specification, allowing more...
2007-11-10 bellardadded cpu_model parameter to cpu_init()
2007-11-08 bellardadded -cpu option for x86 (initial patch by Dan Kenigsberg)
2007-11-07 bellardremoved traces
2007-10-31 balrogSet boot sequence from command line (Dan Kenigsberg).
2007-10-09 thsDon't route PIC interrupts through the local APIC if...
2007-10-05 j_mayerNew '-bios' option, used to select an alternate BIOS...
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-08-26 thsLet qemu work with latest bochsbios, by Bernhard Kauer.
2007-08-26 thsUse the framework for the VMware mouse emulation, by...
2007-06-06 thsUse the correct PCI IDs for Malta.
2007-05-28 thsSMBus support for MIPS Malta.
2007-05-27 blueswir1New option -net nic,model=? (Mark Glines)
2007-05-23 balrogUse i2c_slave_init() to allocate the PXA (dummy) I2C...
2007-05-23 pbrookI2C/SMBus framework.
2007-05-20 thsDelete now unused define.
2007-05-19 thsLinux loader rewrite, by H. Peter Anvin.
2007-04-07 pbrookUnify IRQ handling.
next