Age | Commit message (Expand) | Author | Files | Lines |
2011-12-15 | qom: add vga node to the pc composition tree | Anthony Liguori | 1 | -7/+7 |
2011-11-24 | parallel: convert to memory API | Avi Kivity | 1 | -1/+2 |
2011-10-21 | pc: Fix floppy drives with if=none | Kevin Wolf | 1 | -1/+2 |
2011-10-16 | i8259: Eliminate PicState2 | Jan Kiszka | 1 | -4/+4 |
2011-10-16 | i8259: PREP: Replace pic_intack_read with pic_read_irq | Jan Kiszka | 1 | -1/+0 |
2011-10-16 | i8259: Drop obsolete prototypes | Jan Kiszka | 1 | -2/+0 |
2011-10-16 | pc: Fix and clean up PIC-to-APIC IRQ path | Jan Kiszka | 1 | -1/+1 |
2011-10-16 | pc: Convert GSIState::i8259_irq into array | Jan Kiszka | 1 | -1/+1 |
2011-10-16 | pc: Generalize ISA IRQs to GSIs | Jan Kiszka | 1 | -8/+10 |
2011-10-02 | serial: Add MemoryRegion parameter to serial_mm_init | Richard Henderson | 1 | -3/+4 |
2011-10-02 | serial: Remove ioregister parameter from serial_mm_init | Richard Henderson | 1 | -2/+1 |
2011-10-02 | serial: Use enum device_endian in serial_mm_init parameter | Richard Henderson | 1 | -1/+1 |
2011-09-25 | pckbd: Convert to MemoryRegion | Richard Henderson | 1 | -1/+1 |
2011-09-23 | pc: Unbreak ROM mapping for ISA machine | Jan Kiszka | 1 | -1/+1 |
2011-08-22 | 440fx: fix PAM, PCI holes | Avi Kivity | 1 | -3/+10 |
2011-08-22 | vga: drop get_system_memory() from vga devices and derivatives | Avi Kivity | 1 | -2/+3 |
2011-08-08 | pci: pass I/O address space to new PCI bus | Avi Kivity | 1 | -1/+3 |
2011-07-29 | pci: pass address space to pci bus when created | Avi Kivity | 1 | -1/+3 |
2011-07-29 | pc: convert pc_memory_init() to memory API | Avi Kivity | 1 | -0/+1 |
2011-07-29 | pc: grab system_memory | Avi Kivity | 1 | -1/+3 |
2011-06-19 | xen: fix interrupt routing | Stefano Stabellini | 1 | -1/+0 |
2011-05-08 | piix_pci: Introduces Xen specific call for irq. | Anthony PERARD | 1 | -0/+1 |
2011-05-08 | pc, Disable vmport initialisation with Xen. | Anthony PERARD | 1 | -1/+2 |
2011-05-08 | pc_memory_init: Move memory calculation to the caller. | Anthony PERARD | 1 | -4/+3 |
2011-02-20 | i8254: convert to qdev | Blue Swirl | 1 | -8/+17 |
2011-02-20 | vga-isa: make optional | Blue Swirl | 1 | -2/+8 |
2011-02-20 | vga-isa: convert to qdev | Blue Swirl | 1 | -1/+7 |
2011-02-20 | fdc: refactor device creation | Blue Swirl | 1 | -2/+1 |
2011-02-20 | serial: make optional | Blue Swirl | 1 | -1/+4 |
2011-02-20 | serial: refactor device creation | Blue Swirl | 1 | -1/+13 |
2011-02-20 | ne2000_isa: make optional | Blue Swirl | 1 | -2/+7 |
2011-02-20 | ne2000_isa: refactor device creation | Blue Swirl | 1 | -1/+11 |
2011-02-20 | parallel: make optional | Blue Swirl | 1 | -1/+4 |
2011-02-20 | parallel: refactor device creation | Blue Swirl | 1 | -3/+14 |
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 |