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
*
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
*
|
hw/misc/grlib_ahb_apb_pnp: Avoid crash when writing to AHB PnP registers
Philippe Mathieu-Daudé
2020-06-09
1
-0
/
+7
*
|
hw/misc/empty_slot: Name the slots when created
Philippe Mathieu-Daudé
2020-06-09
1
-1
/
+1
*
|
hw/misc/empty_slot: Move the 'hw/misc' and cover in MAINTAINERS
Philippe Mathieu-Daudé
2020-06-09
3
-0
/
+112
|
/
*
raspi: add BCM2835 SOC MPHI emulation
Paul Zimmerman
2020-06-05
2
-0
/
+192
*
hw: Move i.MX watchdog driver to hw/watchdog
Guenter Roeck
2020-05-21
2
-91
/
+0
*
hw: Remove unnecessary DEVICE() cast
Philippe Mathieu-Daudé
2020-05-15
1
-1
/
+1
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
9
-15
/
+14
*
aspeed: sdmc: Implement AST2600 locking behaviour
Joel Stanley
2020-05-11
1
-10
/
+45
*
aspeed: Support AST2600A1 silicon revision
Joel Stanley
2020-05-11
1
-6
/
+5
*
hw/misc/zynq_slcr: add clock generation for uarts
Damien Hedde
2020-04-30
1
-4
/
+168
*
hw/misc/allwinner-h3-dramc: enforce 64-bit multiply when calculating row mirr...
Niek Linnenbank
2020-03-30
1
-2
/
+2
*
hw/arm/bcm283x: Correct the license text
Philippe Mathieu-Daudé
2020-03-23
2
-2
/
+6
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-03-17' into...
Peter Maydell
2020-03-18
1
-4
/
+3
|
\
|
*
hw/misc/ivshmem: Use one Error * variable instead of two
Markus Armbruster
2020-03-17
1
-4
/
+3
*
|
qom/object: Use common get/set uint helpers
Felipe Franciosi
2020-03-16
1
-10
/
+3
*
|
misc: Replace zero-length arrays with flexible array member (automatic)
Philippe Mathieu-Daudé
2020-03-16
1
-1
/
+1
|
/
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200312'...
Peter Maydell
2020-03-12
7
-0
/
+1214
|
\
|
*
hw/arm/allwinner-h3: add SDRAM controller device
Niek Linnenbank
2020-03-12
3
-0
/
+369
|
*
hw/arm/allwinner: add Security Identifier device
Niek Linnenbank
2020-03-12
3
-0
/
+173
|
*
hw/arm/allwinner: add CPU Configuration module
Niek Linnenbank
2020-03-12
3
-0
/
+288
|
*
hw/arm/allwinner-h3: add System Control module
Niek Linnenbank
2020-03-12
2
-0
/
+141
|
*
hw/arm/allwinner-h3: add Clock Control Unit
Niek Linnenbank
2020-03-12
2
-0
/
+243
*
|
q800: fix coverity warning CID 1412799
Laurent Vivier
2020-03-12
1
-2
/
+5
|
/
*
Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEAD
Paolo Bonzini
2020-02-25
1
-1
/
+1
|
\
|
*
Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-02-20
1
-1
/
+1
*
|
Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...
Paolo Bonzini
2020-02-25
1
-19
/
+64
|
\
\
[next]