]> git.proxmox.com Git - qemu.git/history - hw/pc.c
virtio-blk: Avoid zeroing every request structure
[qemu.git] / hw / pc.c
2010-05-20 Eduard - Gabriel... pc: fix segfault introduced by 3d53f5c36ff6
2010-05-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-05-15 Isaku Yamahatartc: make rtc_xxx accept/return ISADevice instead of...
2010-05-15 Isaku Yamahatapc: split out piix specific part from pc.c into pc_piix.c
2010-05-15 Isaku Yamahatapc: split out pci device init from pc_init1() into...
2010-05-15 Isaku Yamahatapc: split out basic device init from pc_init1() into...
2010-05-15 Isaku Yamahatapc: split out vga initialization from pc_init1() into...
2010-05-15 Isaku Yamahatapc: split out memory allocation from pc_init1() into...
2010-05-15 Isaku Yamahatapc: split out cpu initialization from pc_init1() into...
2010-05-15 Isaku Yamahatapc: make pc_init1() not refer ferr_irq directly.
2010-05-15 Isaku Yamahatapc: introduce a function to allocate cpu irq.
2010-05-15 Isaku Yamahatapc: remove global variable rtc_state by using qemu_irq.
2010-05-15 Isaku Yamahatapc: remove a global variable, floppy_controller.
2010-05-15 Isaku Yamahatapc: make an unnecessary global variable, pit, local.
2010-05-15 Isaku Yamahatapc, i440fx: Make smm enable/disable function i440fx...
2010-05-15 Isaku Yamahatapc: initialize ioapic before use.
2010-05-03 Bernhard M. Wiedemannhw: better i440 emulation
2010-04-25 Blue Swirlx86: remove dead assignments, spotted by clang analyzer
2010-04-18 M. Mohan KumarCheck for invalid initrd file
2010-03-29 Blue SwirlCompile acpi only once
2010-03-21 Blue SwirlMove x86 specific PC declarations to a separate file
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-16 Markus Armbrustererror: Replace qemu_error() by error_report()
2010-03-16 Markus Armbrusterpc: Factor common code out of pc_boot_set() and cmos_init()
2010-03-16 Markus Armbrusterpc: Fix error reporting for -boot once
2010-03-04 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into pulls
2010-03-04 Jan Kiszkax86: Extend validity of bsp_to_cpu
2010-03-04 Avi KivityAllocate memory below 4GB as one chunk
2010-02-22 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-02-19 Jes SorensenQEMU e820 reservation patch
2010-02-19 Amit Shahpc: Add backward compatibility options for virtio-serial
2010-02-19 Amit Shahpc: Bump up pc version to 0.13 and add a 0.12 compat...
2010-02-14 Blue SwirlRemove conditional rom loading support
2010-02-08 Anthony LiguoriMerge remote branch 'linux-user/linux-user-for-upstream...
2010-02-08 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging-tmp
2010-02-07 Blue Swirlfdc: don't use reserved _t suffix
2010-01-20 Amit Shahvirtio-console: qdev conversion, new virtio-serial-bus
2010-01-19 Gerd Hoffmannpc: add driver version compat properties
2010-01-11 Gerd Hoffmannpc: add rombar to compat properties for pc-0.10 and...
2010-01-11 Gerd Hoffmannroms: rework rom loading via fw
2010-01-11 Gerd Hoffmannpc: add machine type for 0.12
2010-01-08 Adam Lackorzynskimultiboot: Separate multiboot loading into separate...
2010-01-08 Adam Lackorzynskimultiboot: Support arbitrary number of modules.
2010-01-06 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2009-12-25 Kirill A. Shutemovhw/pc.c: fix warnings with _FORTIFY_SOURCE
2009-12-18 Gerd Hoffmannroms: use new fw_cfg file xfer support.
2009-12-18 Kevin WolfFix loading of ELF multiboot kernels
2009-12-12 Gerd Hoffmannqdev: make compat stuff more generic
2009-12-03 Kevin Wolfmultiboot: Use signed type for negative error numbers
2009-12-03 Adam Lackorzynskimultiboot: Fix module loading and setting of mmap.
2009-12-01 Anthony LiguoriMerge commit 'mst/for_anthony' into mst
2009-12-01 Michael S. Tsirkinpci: pci.h cleanup: move out stuff not in pci.c
2009-11-17 Alexander GrafConvert linux bootrom to external rom and fw_cfg
2009-11-17 Alexander GrafConvert multiboot to fw_cfg backed data storage
2009-10-30 Anthony LiguoriRemove e1000 rom loading hack
2009-10-30 Gerd Hoffmannuse rom loader for pc bios.
2009-10-30 Gerd Hoffmannvga roms: move loading from pc.c to vga drivers.
2009-10-30 Gerd Hoffmannrom loader: make vga+rom loading configurable.
2009-10-27 Gerd Hoffmannpc.c: only load e1000 rom.
2009-10-15 Adam Lackorzynskimultiboot: Limit number of multiboot modules
2009-10-15 Adam Lackorzynskimultiboot: Fix cmdline of modules
2009-10-12 Gerd Hoffmannrom loader: fix sparc -kernel boot.
2009-10-07 Markus ArmbrusterNew qdev_init_nofail()
2009-10-06 Gerd HoffmannReorganize option rom (+linux kernel) loading.
2009-10-05 Justin M. ForbesImprove error reporting on file access
2009-10-05 Markus ArmbrusterFix pci_add nic not to exit on bad model
2009-10-05 Gerd Hoffmannserial: convert isa to qdev
2009-10-05 Gerd Hoffmannfloppy: add drive properties.
2009-10-05 Gerd Hoffmannpci: windup acpi-based hotplug
2009-10-05 Gerd Hoffmannparallel: convert isa to qdev
2009-10-05 Juan Quintelai2c: addresses are load/save as uint8_t values, change...
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-20 Blue SwirlCompile loader only once
2009-09-15 Gerd Hoffmannide/isa: convert to qdev.
2009-09-13 Blue Swirlx86: move a declaration to header
2009-09-13 Blue Swirlx86: add 'const'
2009-09-10 Gerd Hoffmannqdev/isa: convert real time clock
2009-09-10 Gerd Hoffmannqdev/isa: convert ne2000
2009-09-10 Gerd Hoffmannqdev: simplify isa irq assignments
2009-09-10 Gerd Hoffmannqdev: drop iobase properties from isa bus
2009-09-10 Gerd Hoffmannisapc: pick a more sane default cpu for such old hardware.
2009-09-10 Gerd Hoffmannisapc: Fix irq routing
2009-09-06 Blue SwirlFix indentation
2009-09-04 Stefan Weilmips malta: Fix fdc regression and use qdev for i8042...
2009-09-04 Gerd Hoffmannide: pass down DriveInfo instead of BlockDriverState
2009-09-04 Juan QuintelaFold piix3_init() intto i440fx_init
2009-09-04 Juan QuintelaUse PCII440FXState instead of generic PCIDevice
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-28 Gerd Hoffmannswitch balloon initialization to -device.
2009-08-28 Gerd Hoffmannide: split away ide-isa.c
2009-08-28 Markus Armbrusterqdev: convert watchdogs
2009-08-28 Gerd HoffmannMove isa_connect_irq calls into isa_create_simple
2009-08-28 Jes SorensenAdd isa_reserve_irq().
2009-08-28 Gerd Hoffmannisa bus irq changes and fixes.
2009-08-24 Anthony LiguoriMake the e1000 the default network adapter for the...
2009-08-24 Gerd Hoffmannvirtio-blk: add msi support.
2009-08-24 Anthony LiguoriUnbreak large mem support by removing kqemu
2009-08-24 Avi KivityRoute IOAPIC interrupts via ISA bus
2009-08-24 Avi KivityRoute PC irqs to ISA bus instead of i8259 directly
next