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
/
fw_cfg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fw_cfg: fix crash if FW_CFG_WRITE_CHANNEL is used incorrectly
Blue Swirl
2011-09-04
1
-1
/
+2
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-8
/
+8
*
Check fread() results to avoid gcc 4.6 warnings
David Gibson
2011-08-05
1
-0
/
+13
*
showing a splash picture when start
wayne
2011-07-29
1
-1
/
+139
*
notifier: Pass data argument to callback
Jan Kiszka
2011-07-23
1
-1
/
+1
*
Pass boot device list to firmware.
Gleb Natapov
2010-12-11
1
-0
/
+14
*
Change fw_cfg_add_file() to get full file path as a parameter.
Gleb Natapov
2010-12-11
1
-12
/
+4
*
Add endianness as io mem parameter
Alexander Graf
2010-12-11
1
-2
/
+4
*
fw_cfg: convert to qdev
Blue Swirl
2010-06-27
1
-20
/
+60
*
spelling typo (compatibilty) in hw/fw_cfg.c
Vagrant Cascadian
2010-03-14
1
-1
/
+1
*
fw_cfg: don't use reserved _ prefix
Blue Swirl
2010-02-07
1
-2
/
+2
*
fw_cfg: rom loader tweaks.
Gerd Hoffmann
2010-01-11
1
-7
/
+11
*
fw_cfg: add API for file transfer.
Gerd Hoffmann
2009-12-18
1
-0
/
+43
*
fw_cfg: make calls typesafe
Gerd Hoffmann
2009-12-18
1
-14
/
+12
*
Add "static" to please Sparse
Blue Swirl
2009-12-04
1
-1
/
+1
*
fw_cfg: change cur_offset to 32 bits
Juan Quintela
2009-11-17
1
-5
/
+39
*
sparc32 (mostly): remove unneeded calls to device reset
Blue Swirl
2009-11-07
1
-1
/
+0
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-4
/
+4
*
Get rid of _t suffix
malc
2009-10-01
1
-4
/
+4
*
vmstate: port fw_cfg device
Juan Quintela
2009-09-11
1
-21
/
+12
*
Make CPURead/WriteFunc structure 'const'
Blue Swirl
2009-08-25
1
-4
/
+4
*
Introduce -smp , maxcpus= flag to specify maximum number of CPUS.
Jes Sorensen
2009-07-27
1
-0
/
+1
*
Add boot menu control via command line switch
Jan Kiszka
2009-07-16
1
-0
/
+1
*
Revert "Introduce reset notifier order"
Jan Kiszka
2009-06-29
1
-1
/
+1
*
Remove io_index argument from cpu_register_io_memory()
Avi Kivity
2009-06-16
1
-2
/
+2
*
Introduce reset notifier order
Jan Kiszka
2009-05-22
1
-1
/
+1
*
Refactor how display drivers are selected
Anthony Liguori
2009-05-21
1
-1
/
+1
*
Replace gcc variadic macro extension with C99 version
Blue Swirl
2009-05-13
1
-3
/
+3
*
Don't try to return result from a void function (spotted by Sparse)
blueswir1
2009-04-07
1
-2
/
+2
*
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2009-02-05
1
-8
/
+0
*
Allow to register a callback with fw_cfg_add_callback()
blueswir1
2008-12-11
1
-2
/
+4
*
Move nographic export to sysemu.h
blueswir1
2008-10-04
1
-1
/
+0
*
Add common keys to firmware configuration
blueswir1
2008-09-18
1
-0
/
+4
*
Add UUID to firmware configuration info (Gleb Natapov)
blueswir1
2008-09-18
1
-0
/
+2
*
Key/value based qemu<->guest firmware communication mechanism (Gleb Natapov)
blueswir1
2008-09-18
1
-0
/
+289