index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20200901' int...
Peter Maydell
2020-09-03
2
-60
/
+74
|
\
|
*
aspeed/sdmc: Simplify calculation of RAM bits
Cédric Le Goater
2020-09-01
1
-54
/
+25
|
*
aspeed/sdmc: Allow writes to unprotected registers
Joel Stanley
2020-09-01
1
-0
/
+27
|
*
aspeed/sdmc: Perform memory training
Joel Stanley
2020-09-01
2
-3
/
+18
|
*
aspeed/scu: Fix valid access size on AST2400
Cédric Le Goater
2020-09-01
1
-3
/
+4
*
|
mos6522: Rename QOM macros
Eduardo Habkost
2020-09-02
4
-17
/
+17
*
|
imx_ccm: Rename IMX_GET_CLASS macro
Eduardo Habkost
2020-09-02
1
-1
/
+1
*
|
hw/misc/sbsa_ec : Add an embedded controller for sbsa-ref
Graeme Gregory
2020-09-01
2
-0
/
+100
|
/
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200828'...
Peter Maydell
2020-08-28
1
-6
/
+8
|
\
|
*
hw/misc/unimp: Display the offset with width of the region size
Philippe Mathieu-Daudé
2020-08-28
1
-4
/
+6
|
*
hw/misc/unimp: Display the value with width of the access size
Philippe Mathieu-Daudé
2020-08-28
1
-2
/
+2
|
*
hw/misc/unimp: Display value after offset
Philippe Mathieu-Daudé
2020-08-28
1
-4
/
+4
*
|
auxbus: Move QOM macros to header
Eduardo Habkost
2020-08-27
1
-2
/
+0
|
/
*
meson: convert hw/misc
Marc-André Lureau
2020-08-21
4
-100
/
+107
*
trace: switch position of headers to what Meson requires
Paolo Bonzini
2020-08-21
2
-0
/
+2
*
hw/misc/aspeed_sdmc: Fix incorrect memory size
Philippe Mathieu-Daudé
2020-07-27
1
-3
/
+4
*
qom: Change object_get_canonical_path_component() not to malloc
Markus Armbruster
2020-07-21
1
-3
/
+2
*
hw/misc: avr: Add limited support for power reduction device
Michael Rolnik
2020-07-11
4
-0
/
+122
*
error: Avoid error_propagate() after migrate_add_blocker()
Markus Armbruster
2020-07-10
1
-3
/
+1
*
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2020-07-10
7
-31
/
+12
*
error: Avoid unnecessary error_propagate() after error_setg()
Markus Armbruster
2020-07-10
1
-2
/
+1
*
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-07-10
2
-4
/
+4
*
qom: Don't handle impossible object_property_get_link() failure
Markus Armbruster
2020-07-10
2
-23
/
+3
*
qapi: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
2020-07-10
4
-8
/
+4
*
macio: Tidy up error handling in macio_newworld_realize()
Markus Armbruster
2020-07-10
1
-1
/
+3
*
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
2020-07-10
3
-16
/
+8
*
hw/misc/max111x: Create header file for documentation, TYPE_ macros
Peter Maydell
2020-07-03
1
-23
/
+1
*
hw/misc/max111x: Use GPIO lines rather than max111x_set_input()
Peter Maydell
2020-07-03
1
-7
/
+9
*
hw/misc/max111x: Don't use vmstate_register()
Peter Maydell
2020-07-03
1
-2
/
+1
*
hw/misc/max111x: provide QOM properties for setting initial values
Peter Maydell
2020-07-03
1
-10
/
+47
*
hw: Fix error API violation around object_property_set_link()
Markus Armbruster
2020-07-02
1
-1
/
+2
*
hw/misc/pca9552: Add missing TypeInfo::class_size field
Philippe Mathieu-Daudé
2020-06-29
1
-0
/
+1
*
hw/misc/pca9552: Model qdev output GPIOs
Philippe Mathieu-Daudé
2020-06-26
1
-0
/
+6
*
hw/misc/pca9552: Trace GPIO change events
Philippe Mathieu-Daudé
2020-06-26
2
-0
/
+16
*
hw/misc/pca9552: Trace GPIO High/Low events
Philippe Mathieu-Daudé
2020-06-26
2
-0
/
+42
*
hw/misc/pca9552: Add a 'description' property for debugging purpose
Philippe Mathieu-Daudé
2020-06-26
1
-0
/
+18
*
hw/misc/pca9552: Add generic PCA955xClass, parent of TYPE_PCA9552
Philippe Mathieu-Daudé
2020-06-26
1
-18
/
+48
*
hw/misc/pca9552: Rename generic code as pca955x
Philippe Mathieu-Daudé
2020-06-26
1
-40
/
+40
*
hw/misc/pca9552: Rename 'nr_leds' as 'pin_count'
Philippe Mathieu-Daudé
2020-06-26
1
-5
/
+5
*
adb: only call autopoll callbacks when autopoll is not blocked
Mark Cave-Ayland
2020-06-26
1
-5
/
+1
*
mac_via: rework ADB state machine to be compatible with both MacOS and Linux
Mark Cave-Ayland
2020-06-26
2
-119
/
+259
*
mac_via: move VIA1 portB write logic into mos6522_q800_via1_write()
Mark Cave-Ayland
2020-06-26
1
-14
/
+10
*
pmu: add adb_autopoll_block() and adb_autopoll_unblock() functions
Mark Cave-Ayland
2020-06-26
1
-0
/
+3
*
cuda: add adb_autopoll_block() and adb_autopoll_unblock() functions
Mark Cave-Ayland
2020-06-26
1
-0
/
+5
*
mac_via: convert to use ADBBusState internal autopoll variables
Mark Cave-Ayland
2020-06-26
1
-12
/
+10
*
pmu: convert to use ADBBusState internal autopoll variables
Mark Cave-Ayland
2020-06-26
1
-24
/
+15
*
cuda: convert to use ADBBusState internal autopoll variables
Mark Cave-Ayland
2020-06-26
1
-33
/
+23
*
pmu: honour autopoll_rate_ms when rearming the ADB autopoll timer
Mark Cave-Ayland
2020-06-26
1
-2
/
+2
*
pmu: fix duplicate autopoll mask variable
Mark Cave-Ayland
2020-06-26
1
-8
/
+7
*
cuda: convert ADB autopoll timer from ns to ms
Mark Cave-Ayland
2020-06-26
1
-7
/
+8
[next]