]> git.proxmox.com Git - mirror_qemu.git/history - hw/pc.c
serial: convert isa to qdev
[mirror_qemu.git] / hw / pc.c
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
2009-08-24 Jes SorensenQEMU set irq0override in fw_cfg
2009-08-10 Gerd Hoffmannqdev/isa: make pc use qdev for i8042 setup.
2009-08-10 Gerd Hoffmannqdev-ify virtio-blk.
2009-07-30 Mark McLoughlinRemove the pc-0-10 machine type
2009-07-27 Gerd Hoffmannkill drives_table
2009-07-27 Mark McLoughlinAdd a pc-0.11 machine type and make the pc type an...
2009-07-16 Gerd Hoffmannqdev/compat: virtio-net-pci 0.10 compatibility.
2009-07-16 Gerd Hoffmannqdev/compat: virtio-console-pci 0.10 compatibility.
2009-07-16 Gerd Hoffmannqdev/compat: virtio-blk-pci 0.10 compatibility.
2009-07-16 Gerd Hoffmannqdev/compat: add pc-0.10 machine type.
2009-07-16 Gerd Hoffmannqdev: rework device properties.
2009-07-16 Pascal TerjanHandle vga= in -append
2009-07-16 Mark McLoughlinAdd a pc-0-10 machine type for compatibility with 0...
2009-06-29 Markus ArmbrusterReplace -no-virtio-balloon by -balloon
2009-06-29 Jan Kiszkax86: Factor out pc_new_cpu
2009-06-29 Jan KiszkaRevert "Introduce reset notifier order"
2009-06-29 Alexander GrafMultiboot support v5
2009-06-29 Alexander GrafExpose fw_cfg v2
2009-06-29 Alexander GrafChange bochs bios init order
2009-06-22 Gleb NatapovDon't register cpu reset handler for cpu with APIC.
2009-06-22 Markus ArmbrusterSupport addr=... in option argument of -drive if=virtio
2009-06-22 Markus ArmbrusterSupport addr=... in option argument of -net nic
2009-06-22 Isaku Yamahataacpi.c: make qemu_system_device_hot_add piix independent.
2009-06-22 Glauber CostaMake nic option rom loading less painful.
2009-06-14 Gleb NatapovDon't use cpu_index as apic_id.
2009-06-14 Gleb NatapovApic creation should not depend on pci
2009-06-14 Eduardo HabkostAdd -no-virtio-balloon command-line option
2009-05-30 Paul BrookUse relative path for bios
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)
next