Age | Commit message (Expand) | Author |
2011-10-02 | serial: Add MemoryRegion parameter to serial_mm_init | Richard Henderson |
2011-10-02 | serial: Remove ioregister parameter from serial_mm_init | Richard Henderson |
2011-10-02 | serial: Use enum device_endian in serial_mm_init parameter | Richard Henderson |
2011-09-25 | pckbd: Convert to MemoryRegion | Richard Henderson |
2011-09-25 | mips_jazz: initialize i8259 after the ISA bus | Avi Kivity |
2011-09-25 | isa: Pass i/o address space to isa_bus_new | Richard Henderson |
2011-09-18 | mips_jazz: convert to memory API | Avi Kivity |
2011-08-27 | g364fb: convert to qdev | Hervé Poussineau |
2011-08-25 | Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging" | Anthony Liguori |
2011-08-25 | g364fb: convert to memory API | Avi Kivity |
2011-08-22 | vga: drop get_system_memory() from vga devices and derivatives | Avi Kivity |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-07-20 | ds1225y: convert to qdev device, and use it in MIPS Jazz emulation | Hervé Poussineau |
2011-02-20 | i8254: convert to qdev | Blue Swirl |
2011-01-25 | audio: consolidate audio_init() | Isaku Yamahata |
2010-12-11 | isa_mmio: Always use little endian | Alexander Graf |
2010-12-11 | Add endianness as io mem parameter | Alexander Graf |
2010-09-11 | ESP: fix ESP DMA access when DMA is not enabled | Blue Swirl |
2010-08-24 | Rearrange block headers | Blue Swirl |
2010-07-06 | qemu_ram_alloc: Add DeviceState and name parameters | Alex Williamson |
2010-06-27 | Remove useless device dependency of HAS_AUDIO | Blue Swirl |
2010-06-13 | hpet/rtc: Rework RTC IRQ replacement by HPET | Jan Kiszka |
2010-05-22 | Compile dma only once | Blue Swirl |
2010-05-15 | rtc: make rtc_xxx accept/return ISADevice instead of RTCState. | Isaku Yamahata |
2010-03-27 | Compile some MIPS devices only once | Blue Swirl |
2010-03-21 | Compile serial only once | Blue Swirl |
2010-03-21 | Compile isa_mmio only once | Blue Swirl |
2009-11-09 | scsi: move scsi.h -> esp.h | Gerd Hoffmann |
2009-10-15 | MIPS jazz: create isa bus | Roy Tam |
2009-10-06 | Make NICInfo string fields non-const | Mark McLoughlin |
2009-10-05 | floppy: add drive properties. | Gerd Hoffmann |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori |
2009-10-01 | Get rid of _t suffix | malc |
2009-09-20 | ioports: remove unused env parameter and compile only once | Blue Swirl |
2009-09-20 | Compile loader only once | Blue Swirl |
2009-09-10 | qdev/isa: convert real time clock | Gerd Hoffmann |
2009-08-27 | isa bus irq changes and fixes. | Gerd Hoffmann |
2009-08-25 | Make CPURead/WriteFunc structure 'const' | Blue Swirl |
2009-07-27 | kill drives_table | Gerd Hoffmann |
2009-06-29 | Revert "Introduce reset notifier order" | Jan Kiszka |
2009-06-16 | Remove io_index argument from cpu_register_io_memory() | Avi Kivity |
2009-05-30 | Use relative path for bios | Paul Brook |
2009-05-22 | Introduce reset notifier order | Jan Kiszka |
2009-05-21 | Convert machine registration to use module init functions | Anthony Liguori |
2009-05-19 | Remove obsolete BIOS_SIZE from sysemu.h | Paul Brook |
2009-05-14 | ESP SCSI qdev conversion | Paul Brook |
2009-05-13 | Remove vga_ram_size | Paul Brook |
2009-05-12 | Push AUD_init down to devices | Paul Brook |
2009-05-12 | Make AUD_init failure fatal | Paul Brook |
2009-04-15 | Implement sonic netcard (MIPS Jazz) | aurel32 |