index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
pc.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
pc: introduce a function to allocate cpu irq.
Isaku Yamahata
2010-05-15
1
-1
/
+6
*
pc: remove global variable rtc_state by using qemu_irq.
Isaku Yamahata
2010-05-15
1
-9
/
+7
*
pc: remove a global variable, floppy_controller.
Isaku Yamahata
2010-05-15
1
-3
/
+5
*
pc: make an unnecessary global variable, pit, local.
Isaku Yamahata
2010-05-15
1
-1
/
+1
*
pc, i440fx: Make smm enable/disable function i440fx independent.
Isaku Yamahata
2010-05-15
1
-3
/
+15
*
pc: initialize ioapic before use.
Isaku Yamahata
2010-05-15
1
-3
/
+3
*
hw: better i440 emulation
Bernhard M. Wiedemann
2010-05-03
1
-1
/
+1
*
x86: remove dead assignments, spotted by clang analyzer
Blue Swirl
2010-04-25
1
-4
/
+2
*
Check for invalid initrd file
M. Mohan Kumar
2010-04-19
1
-0
/
+6
*
Compile acpi only once
Blue Swirl
2010-03-29
1
-9
/
+27
*
Move x86 specific PC declarations to a separate file
Blue Swirl
2010-03-21
1
-0
/
+1
*
error: Replace qemu_error() by error_report()
Markus Armbruster
2010-03-16
1
-3
/
+3
*
pc: Factor common code out of pc_boot_set() and cmos_init()
Markus Armbruster
2010-03-16
1
-20
/
+8
*
pc: Fix error reporting for -boot once
Markus Armbruster
2010-03-16
1
-4
/
+3
*
x86: Extend validity of bsp_to_cpu
Jan Kiszka
2010-03-04
1
-1
/
+2
*
Allocate memory below 4GB as one chunk
Avi Kivity
2010-03-04
1
-9
/
+2
*
QEMU e820 reservation patch
Jes Sorensen
2010-02-19
1
-0
/
+35
*
pc: Add backward compatibility options for virtio-serial
Amit Shah
2010-02-19
1
-0
/
+28
*
pc: Bump up pc version to 0.13 and add a 0.12 compat version
Amit Shah
2010-02-19
1
-1
/
+9
*
Remove conditional rom loading support
Blue Swirl
2010-02-14
1
-3
/
+0
*
fdc: don't use reserved _t suffix
Blue Swirl
2010-02-07
1
-1
/
+1
*
virtio-console: qdev conversion, new virtio-serial-bus
Amit Shah
2010-01-20
1
-10
/
+1
*
pc: add driver version compat properties
Gerd Hoffmann
2010-01-19
1
-0
/
+16
*
pc: add rombar to compat properties for pc-0.10 and pc-0.11
Gerd Hoffmann
2010-01-11
1
-0
/
+8
*
roms: rework rom loading via fw
Gerd Hoffmann
2010-01-11
1
-2
/
+1
*
pc: add machine type for 0.12
Gerd Hoffmann
2010-01-11
1
-1
/
+17
*
multiboot: Separate multiboot loading into separate file
Adam Lackorzynski
2010-01-08
1
-302
/
+3
*
multiboot: Support arbitrary number of modules.
Adam Lackorzynski
2010-01-08
1
-101
/
+167
*
hw/pc.c: fix warnings with _FORTIFY_SOURCE
Kirill A. Shutemov
2009-12-25
1
-3
/
+12
*
roms: use new fw_cfg file xfer support.
Gerd Hoffmann
2009-12-18
1
-0
/
+2
*
Fix loading of ELF multiboot kernels
Kevin Wolf
2009-12-18
1
-4
/
+6
*
qdev: make compat stuff more generic
Gerd Hoffmann
2009-12-12
1
-1
/
+1
*
multiboot: Use signed type for negative error numbers
Kevin Wolf
2009-12-03
1
-0
/
+1
*
multiboot: Fix module loading and setting of mmap.
Adam Lackorzynski
2009-12-03
1
-1
/
+1
*
pci: pci.h cleanup: move out stuff not in pci.c
Michael S. Tsirkin
2009-12-01
1
-0
/
+5
*
Convert linux bootrom to external rom and fw_cfg
Alexander Graf
2009-11-17
1
-102
/
+24
*
Convert multiboot to fw_cfg backed data storage
Alexander Graf
2009-11-17
1
-13
/
+30
*
Remove e1000 rom loading hack
Anthony Liguori
2009-10-30
1
-21
/
+0
*
use rom loader for pc bios.
Gerd Hoffmann
2009-10-30
1
-2
/
+2
*
vga roms: move loading from pc.c to vga drivers.
Gerd Hoffmann
2009-10-30
1
-12
/
+0
*
rom loader: make vga+rom loading configurable.
Gerd Hoffmann
2009-10-30
1
-0
/
+1
*
pc.c: only load e1000 rom.
Gerd Hoffmann
2009-10-27
1
-1
/
+8
*
multiboot: Limit number of multiboot modules
Adam Lackorzynski
2009-10-15
1
-1
/
+8
*
multiboot: Fix cmdline of modules
Adam Lackorzynski
2009-10-15
1
-1
/
+1
*
rom loader: fix sparc -kernel boot.
Gerd Hoffmann
2009-10-12
1
-1
/
+1
*
New qdev_init_nofail()
Markus Armbruster
2009-10-07
1
-1
/
+1
*
Reorganize option rom (+linux kernel) loading.
Gerd Hoffmann
2009-10-06
1
-186
/
+85
*
Improve error reporting on file access
Justin M. Forbes
2009-10-05
1
-6
/
+6
*
Fix pci_add nic not to exit on bad model
Markus Armbruster
2009-10-05
1
-1
/
+1
*
serial: convert isa to qdev
Gerd Hoffmann
2009-10-05
1
-5
/
+1
[prev]
[next]