Age | Commit message (Expand) | Author | Files | Lines |
2011-02-12 | x86: make vmmouse optional | Blue Swirl | 1 | -0/+2 |
2011-02-12 | vmmouse: convert to qdev | Blue Swirl | 1 | -3/+0 |
2011-02-12 | vmport: convert to qdev | Blue Swirl | 1 | -1/+4 |
2011-01-25 | audio: consolidate audio_init() | Isaku Yamahata | 1 | -3/+0 |
2010-11-16 | more stdvga cleanups. | Gerd Hoffmann | 1 | -2/+1 |
2010-07-02 | pc: Fix CMOS info for drives defined with -device | Markus Armbruster | 1 | -1/+2 |
2010-06-19 | ioapic: convert to qdev | Blue Swirl | 1 | -1/+3 |
2010-05-28 | Fix overflow in i440fx_init() | Avi Kivity | 1 | -1/+1 |
2010-05-22 | Compile pckbd only once | Blue Swirl | 1 | -3/+2 |
2010-05-15 | pci hotadd, acpi_piix4: remove global variables | Isaku Yamahata | 1 | -1/+0 |
2010-05-15 | rtc: make rtc_xxx accept/return ISADevice instead of RTCState. | Isaku Yamahata | 1 | -3/+2 |
2010-05-15 | pc: move rtc declarations from pc.h into a dedicated header file. | Isaku Yamahata | 1 | -8/+1 |
2010-05-15 | pc: split out piix specific part from pc.c into pc_piix.c | Isaku Yamahata | 1 | -0/+33 |
2010-05-15 | pc: make pc_init1() not refer ferr_irq directly. | Isaku Yamahata | 1 | -0/+2 |
2010-05-15 | pc, i440fx: Make smm enable/disable function i440fx independent. | Isaku Yamahata | 1 | -1/+3 |
2010-05-03 | hw: better i440 emulation | Bernhard M. Wiedemann | 1 | -1/+1 |
2010-03-29 | Compile acpi only once | Blue Swirl | 1 | -2/+3 |
2010-03-21 | Compile serial only once | Blue Swirl | 1 | -1/+2 |
2010-03-21 | Move x86 specific PC declarations to a separate file | Blue Swirl | 1 | -17/+0 |
2010-03-01 | Move ioport.h out of cpu-all.h | Paul Brook | 1 | -0/+1 |
2010-02-19 | QEMU e820 reservation patch | Jes Sorensen | 1 | -0/+10 |
2009-11-12 | serial: Add interface to set reference oscillator frequency | Stefan Weil | 1 | -0/+1 |
2009-10-27 | mc146818rtc: remove rtc_mm_init() | Juan Quintela | 1 | -2/+0 |
2009-10-05 | serial: convert isa to qdev | Gerd Hoffmann | 1 | -0/+1 |
2009-10-05 | pci: windup acpi-based hotplug | Gerd Hoffmann | 1 | -1/+1 |
2009-10-05 | parallel: convert isa to qdev | Gerd Hoffmann | 1 | -1/+1 |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori | 1 | -7/+7 |
2009-10-01 | Get rid of _t suffix | malc | 1 | -7/+7 |
2009-09-10 | qdev/isa: convert real time clock | Gerd Hoffmann | 1 | -2/+1 |
2009-09-10 | qdev/isa: convert ne2000 | Gerd Hoffmann | 1 | -1/+1 |
2009-09-04 | Fold piix3_init() intto i440fx_init | Juan Quintela | 1 | -2/+1 |
2009-09-04 | Use PCII440FXState instead of generic PCIDevice | Juan Quintela | 1 | -3/+6 |
2009-09-04 | Split piix4 support from piix_pci.c | Juan Quintela | 1 | -0/+1 |
2009-08-27 | ide: split away ide-pci.c | Gerd Hoffmann | 1 | -8/+0 |
2009-08-27 | ide: split away ide-isa.c | Gerd Hoffmann | 1 | -2/+0 |
2009-08-24 | Route IOAPIC interrupts via ISA bus | Avi Kivity | 1 | -3/+1 |
2009-08-15 | PPC: clean up ppc405 | Blue Swirl | 1 | -6/+0 |
2009-06-22 | acpi.c: make qemu_system_device_hot_add piix independent. | Isaku Yamahata | 1 | -2/+5 |
2009-06-13 | Don't use cpu_index as apic_id. | Gleb Natapov | 1 | -0/+1 |
2009-05-13 | Remove vga_ram_size | Paul Brook | 1 | -11/+5 |
2009-05-12 | Push AUD_init down to devices | Paul Brook | 1 | -1/+1 |
2009-04-10 | Clean up VGA ram allocation. | pbrook | 1 | -12/+6 |
2009-04-07 | mc146818: add square wave output support | aurel32 | 1 | -0/+1 |
2009-03-12 | From 67e94ae77f8de4d5d822917f1723cefa7ebfb64d Mon Sep 17 00:00:00 2001 | aliguori | 1 | -1/+4 |
2009-03-07 | Sparse fixes: move ACPI table definitions to pc.h | blueswir1 | 1 | -0/+3 |
2009-03-05 | monitor: Rework API (Jan Kiszka) | aliguori | 1 | -2/+5 |
2009-02-27 | Allow additions of ACPI tables from command line (Gleb Natapov) | aliguori | 1 | -0/+1 |
2009-02-12 | Fix Sparc64 VGA memory size bug exposed by r6604 | blueswir1 | 1 | -1/+1 |
2009-01-24 | Support epoch of 1980 in RTC emulation for MIPS Magnum | aurel32 | 1 | -2/+3 |
2009-01-16 | graphical_console_init change (Stefano Stabellini) | aliguori | 1 | -5/+5 |