index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
nvram
/
spapr_nvram.c
Age
Commit message (
Expand
)
Author
2020-02-20
Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-03-12
spapr: Use CamelCase properly
David Gibson
2018-07-02
hw/ppc: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2017-09-08
hw/nvram/spapr_nvram: Device can not be created by the users
Thomas Huth
2017-06-06
spapr_nvram: Check return value from blk_getlength()
Peter Maydell
2017-02-28
hw/block: Request permissions
Kevin Wolf
2017-02-13
migration: consolidate VMStateField.start
Halil Pasic
2016-10-28
spapr_nvram: Pre-initialize the NVRAM to support the -prom-env parameter
Thomas Huth
2016-07-25
spapr: fix spapr-nvram migration
lvivier@redhat.com
2016-05-12
block: Allow BDRV_REQ_FUA through blk_pwrite()
Eric Blake
2016-03-22
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-01-29
ppc: Clean up includes
Peter Maydell
2015-07-07
spapr: Merge sPAPREnvironment into sPAPRMachineState
David Gibson
2015-03-09
spapr_vio: Convert to realize()
Markus Armbruster
2014-11-04
spapr_nvram: Enable migration
Alexey Kardashevskiy
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-06-27
spapr: Fix RTAS token numbers
Alexey Kardashevskiy
2014-06-16
spapr_nvram: Correct max nvram size
Alexey Kardashevskiy
2013-12-20
spapr-rtas: replace return code constants with macros
Alexey Kardashevskiy
2013-11-08
spapr: add vio-bus devices to categories
Alexey Kardashevskiy
2013-07-01
spapr-rtas: add CPU argument to RTAS calls
Anthony Liguori
2013-04-26
pseries: Convert VIO code to QOM style type safe(ish) casts
David Gibson
2013-04-08
hw: move NVRAM interfaces to hw/nvram/, configure with default-configs/
Paolo Bonzini