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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
misc
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-21
meson: convert hw/misc
Marc-André Lureau
4
-100
/
+107
2020-08-21
trace: switch position of headers to what Meson requires
Paolo Bonzini
2
-0
/
+2
2020-07-27
hw/misc/aspeed_sdmc: Fix incorrect memory size
Philippe Mathieu-Daudé
1
-3
/
+4
2020-07-21
qom: Change object_get_canonical_path_component() not to malloc
Markus Armbruster
1
-3
/
+2
2020-07-11
hw/misc: avr: Add limited support for power reduction device
Michael Rolnik
4
-0
/
+122
2020-07-10
error: Avoid error_propagate() after migrate_add_blocker()
Markus Armbruster
1
-3
/
+1
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
7
-31
/
+12
2020-07-10
error: Avoid unnecessary error_propagate() after error_setg()
Markus Armbruster
1
-2
/
+1
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2
-4
/
+4
2020-07-10
qom: Don't handle impossible object_property_get_link() failure
Markus Armbruster
2
-23
/
+3
2020-07-10
qapi: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
4
-8
/
+4
2020-07-10
macio: Tidy up error handling in macio_newworld_realize()
Markus Armbruster
1
-1
/
+3
2020-07-10
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
3
-16
/
+8
2020-07-03
hw/misc/max111x: Create header file for documentation, TYPE_ macros
Peter Maydell
1
-23
/
+1
2020-07-03
hw/misc/max111x: Use GPIO lines rather than max111x_set_input()
Peter Maydell
1
-7
/
+9
2020-07-03
hw/misc/max111x: Don't use vmstate_register()
Peter Maydell
1
-2
/
+1
2020-07-03
hw/misc/max111x: provide QOM properties for setting initial values
Peter Maydell
1
-10
/
+47
2020-07-02
hw: Fix error API violation around object_property_set_link()
Markus Armbruster
1
-1
/
+2
2020-06-29
hw/misc/pca9552: Add missing TypeInfo::class_size field
Philippe Mathieu-Daudé
1
-0
/
+1
2020-06-26
hw/misc/pca9552: Model qdev output GPIOs
Philippe Mathieu-Daudé
1
-0
/
+6
2020-06-26
hw/misc/pca9552: Trace GPIO change events
Philippe Mathieu-Daudé
2
-0
/
+16
2020-06-26
hw/misc/pca9552: Trace GPIO High/Low events
Philippe Mathieu-Daudé
2
-0
/
+42
2020-06-26
hw/misc/pca9552: Add a 'description' property for debugging purpose
Philippe Mathieu-Daudé
1
-0
/
+18
2020-06-26
hw/misc/pca9552: Add generic PCA955xClass, parent of TYPE_PCA9552
Philippe Mathieu-Daudé
1
-18
/
+48
2020-06-26
hw/misc/pca9552: Rename generic code as pca955x
Philippe Mathieu-Daudé
1
-40
/
+40
2020-06-26
hw/misc/pca9552: Rename 'nr_leds' as 'pin_count'
Philippe Mathieu-Daudé
1
-5
/
+5
2020-06-26
adb: only call autopoll callbacks when autopoll is not blocked
Mark Cave-Ayland
1
-5
/
+1
2020-06-26
mac_via: rework ADB state machine to be compatible with both MacOS and Linux
Mark Cave-Ayland
2
-119
/
+259
2020-06-26
mac_via: move VIA1 portB write logic into mos6522_q800_via1_write()
Mark Cave-Ayland
1
-14
/
+10
2020-06-26
pmu: add adb_autopoll_block() and adb_autopoll_unblock() functions
Mark Cave-Ayland
1
-0
/
+3
2020-06-26
cuda: add adb_autopoll_block() and adb_autopoll_unblock() functions
Mark Cave-Ayland
1
-0
/
+5
2020-06-26
mac_via: convert to use ADBBusState internal autopoll variables
Mark Cave-Ayland
1
-12
/
+10
2020-06-26
pmu: convert to use ADBBusState internal autopoll variables
Mark Cave-Ayland
1
-24
/
+15
2020-06-26
cuda: convert to use ADBBusState internal autopoll variables
Mark Cave-Ayland
1
-33
/
+23
2020-06-26
pmu: honour autopoll_rate_ms when rearming the ADB autopoll timer
Mark Cave-Ayland
1
-2
/
+2
2020-06-26
pmu: fix duplicate autopoll mask variable
Mark Cave-Ayland
1
-8
/
+7
2020-06-26
cuda: convert ADB autopoll timer from ns to ms
Mark Cave-Ayland
1
-7
/
+8
2020-06-16
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200616'...
Peter Maydell
1
-13
/
+63
2020-06-16
hw/misc/imx6ul_ccm: Implement non writable bits in CCM registers
Jean-Christophe Dubois
1
-13
/
+63
2020-06-15
sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2
Markus Armbruster
2
-8
/
+8
2020-06-15
sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1
Markus Armbruster
1
-8
/
+6
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
1
-1
/
+1
2020-06-15
macio: Eliminate macio_init_child_obj()
Markus Armbruster
1
-21
/
+9
2020-06-15
macio: Convert use of qdev_set_parent_bus()
Markus Armbruster
1
-7
/
+6
2020-06-15
qom: Less verbose object_initialize_child()
Markus Armbruster
1
-6
/
+4
2020-06-15
auxbus: Eliminate aux_create_slave()
Markus Armbruster
1
-9
/
+0
2020-06-15
auxbus: Convert a use of qdev_set_parent_bus()
Markus Armbruster
1
-3
/
+1
2020-06-15
auxbus: New aux_bus_realize(), pairing with aux_bus_init()
Markus Armbruster
1
-0
/
+5
2020-06-15
auxbus: Rename aux_init_bus() to aux_bus_init()
Markus Armbruster
1
-2
/
+2
2020-06-15
qdev: Convert uses of qdev_set_parent_bus() with Coccinelle
Markus Armbruster
1
-5
/
+2
[next]