index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
pc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-06
Reorganize option rom (+linux kernel) loading.
Gerd Hoffmann
1
-186
/
+85
2009-10-05
Improve error reporting on file access
Justin M. Forbes
1
-6
/
+6
2009-10-05
Fix pci_add nic not to exit on bad model
Markus Armbruster
1
-1
/
+1
2009-10-05
serial: convert isa to qdev
Gerd Hoffmann
1
-5
/
+1
2009-10-05
floppy: add drive properties.
Gerd Hoffmann
1
-4
/
+2
2009-10-05
pci: windup acpi-based hotplug
Gerd Hoffmann
1
-2
/
+1
2009-10-05
parallel: convert isa to qdev
Gerd Hoffmann
1
-2
/
+1
2009-10-05
i2c: addresses are load/save as uint8_t values, change types to reflect this
Juan Quintela
1
-1
/
+1
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-15
/
+15
2009-10-01
Get rid of _t suffix
malc
1
-15
/
+15
2009-09-20
Compile loader only once
Blue Swirl
1
-1
/
+4
2009-09-15
ide/isa: convert to qdev.
Gerd Hoffmann
1
-2
/
+1
2009-09-13
x86: move a declaration to header
Blue Swirl
1
-2
/
+0
2009-09-13
x86: add 'const'
Blue Swirl
1
-6
/
+7
2009-09-10
qdev/isa: convert real time clock
Gerd Hoffmann
1
-1
/
+1
2009-09-10
qdev/isa: convert ne2000
Gerd Hoffmann
1
-1
/
+1
2009-09-10
qdev: simplify isa irq assignments
Gerd Hoffmann
1
-1
/
+1
2009-09-10
qdev: drop iobase properties from isa bus
Gerd Hoffmann
1
-2
/
+2
2009-09-10
isapc: pick a more sane default cpu for such old hardware.
Gerd Hoffmann
1
-0
/
+2
2009-09-10
isapc: Fix irq routing
Gerd Hoffmann
1
-1
/
+2
2009-09-06
Fix indentation
Blue Swirl
1
-26
/
+26
2009-09-04
mips malta: Fix fdc regression and use qdev for i8042 setup
Stefan Weil
1
-1
/
+1
2009-09-04
ide: pass down DriveInfo instead of BlockDriverState
Gerd Hoffmann
1
-8
/
+7
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
-1
/
+1
2009-08-27
switch balloon initialization to -device.
Gerd Hoffmann
1
-7
/
+0
2009-08-27
ide: split away ide-isa.c
Gerd Hoffmann
1
-0
/
+1
2009-08-27
qdev: convert watchdogs
Markus Armbruster
1
-2
/
+0
2009-08-27
Move isa_connect_irq calls into isa_create_simple
Gerd Hoffmann
1
-3
/
+1
2009-08-27
Add isa_reserve_irq().
Jes Sorensen
1
-10
/
+14
2009-08-27
isa bus irq changes and fixes.
Gerd Hoffmann
1
-3
/
+5
2009-08-24
Make the e1000 the default network adapter for the pc target.
Anthony Liguori
1
-2
/
+2
2009-08-24
virtio-blk: add msi support.
Gerd Hoffmann
1
-0
/
+4
2009-08-24
Unbreak large mem support by removing kqemu
Anthony Liguori
1
-11
/
+1
2009-08-24
Route IOAPIC interrupts via ISA bus
Avi Kivity
1
-8
/
+8
2009-08-24
Route PC irqs to ISA bus instead of i8259 directly
Avi Kivity
1
-15
/
+31
2009-08-24
QEMU set irq0override in fw_cfg
Jes Sorensen
1
-0
/
+2
2009-08-10
qdev/isa: make pc use qdev for i8042 setup.
Gerd Hoffmann
1
-1
/
+4
2009-08-10
qdev-ify virtio-blk.
Gerd Hoffmann
1
-12
/
+0
2009-07-30
Remove the pc-0-10 machine type
Mark McLoughlin
1
-50
/
+5
2009-07-27
kill drives_table
Gerd Hoffmann
1
-14
/
+7
2009-07-27
Add a pc-0.11 machine type and make the pc type an alias
Mark McLoughlin
1
-1
/
+2
2009-07-16
qdev/compat: virtio-net-pci 0.10 compatibility.
Gerd Hoffmann
1
-0
/
+4
2009-07-16
qdev/compat: virtio-console-pci 0.10 compatibility.
Gerd Hoffmann
1
-0
/
+4
2009-07-16
qdev/compat: virtio-blk-pci 0.10 compatibility.
Gerd Hoffmann
1
-0
/
+5
2009-07-16
qdev/compat: add pc-0.10 machine type.
Gerd Hoffmann
1
-0
/
+11
2009-07-16
qdev: rework device properties.
Gerd Hoffmann
1
-2
/
+2
2009-07-16
Handle vga= in -append
Pascal Terjan
1
-0
/
+19
2009-07-16
Add a pc-0-10 machine type for compatibility with 0.10.x
Mark McLoughlin
1
-6
/
+53
2009-06-29
Replace -no-virtio-balloon by -balloon
Markus Armbruster
1
-2
/
+3
[next]