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
*
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
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200616'...
Peter Maydell
2020-06-16
1
-13
/
+63
|
\
|
*
hw/misc/imx6ul_ccm: Implement non writable bits in CCM registers
Jean-Christophe Dubois
2020-06-16
1
-13
/
+63
*
|
sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2
Markus Armbruster
2020-06-15
2
-8
/
+8
*
|
sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1
Markus Armbruster
2020-06-15
1
-8
/
+6
*
|
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
1
-1
/
+1
*
|
macio: Eliminate macio_init_child_obj()
Markus Armbruster
2020-06-15
1
-21
/
+9
*
|
macio: Convert use of qdev_set_parent_bus()
Markus Armbruster
2020-06-15
1
-7
/
+6
*
|
qom: Less verbose object_initialize_child()
Markus Armbruster
2020-06-15
1
-6
/
+4
*
|
auxbus: Eliminate aux_create_slave()
Markus Armbruster
2020-06-15
1
-9
/
+0
*
|
auxbus: Convert a use of qdev_set_parent_bus()
Markus Armbruster
2020-06-15
1
-3
/
+1
*
|
auxbus: New aux_bus_realize(), pairing with aux_bus_init()
Markus Armbruster
2020-06-15
1
-0
/
+5
*
|
auxbus: Rename aux_init_bus() to aux_bus_init()
Markus Armbruster
2020-06-15
1
-2
/
+2
*
|
qdev: Convert uses of qdev_set_parent_bus() with Coccinelle
Markus Armbruster
2020-06-15
1
-5
/
+2
*
|
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-06-15
1
-2
/
+3
*
|
qdev: Put qdev_new() to use with Coccinelle
Markus Armbruster
2020-06-15
1
-1
/
+1
*
|
macio: Fix macio-bus to be a subtype of System bus
Markus Armbruster
2020-06-15
1
-1
/
+1
*
|
macio: Put "macio-nvram" device on the macio bus
Markus Armbruster
2020-06-15
1
-1
/
+2
*
|
macio: Delete unused "macio-gpio" devices
Markus Armbruster
2020-06-15
1
-0
/
+2
*
|
macio: Fix to realize "mos6522-cuda" and "mos6522-pmu" devices
Markus Armbruster
2020-06-15
2
-10
/
+20
*
|
mac_via: Fix to realize "mos6522-q800-via*" devices
Markus Armbruster
2020-06-15
1
-0
/
+5
*
|
auxbus: Fix aux-to-i2c-bridge to be a subtype of aux-slave
Markus Armbruster
2020-06-15
1
-1
/
+1
|
/
*
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...
Peter Maydell
2020-06-11
2
-3
/
+8
|
\
|
*
hw/misc/auxbus: Use qemu_log_mask(UNIMP) instead of debug printf
Philippe Mathieu-Daudé
2020-06-09
1
-1
/
+1
|
*
hw/unicore32/puv3: Use qemu_log_mask(ERROR) instead of debug printf()
Philippe Mathieu-Daudé
2020-06-09
1
-2
/
+7
*
|
hw/misc/grlib_ahb_apb_pnp: Add trace events on read accesses
Philippe Mathieu-Daudé
2020-06-09
2
-2
/
+15
*
|
hw/misc/grlib_ahb_apb_pnp: Fix AHB PnP 8-bit accesses
Philippe Mathieu-Daudé
2020-06-09
1
-0
/
+4
[next]