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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: inline bdrv_unallocated_blocks_are_zero()
Vladimir Sementsov-Ogievskiy
2020-07-06
1
-1
/
+0
*
block/core: add generic infrastructure for x-blockdev-amend qmp command
Maxim Levitsky
2020-07-06
1
-6
/
+15
*
block/amend: separate amend and create options for qemu-img
Maxim Levitsky
2020-07-06
1
-0
/
+4
*
block/amend: add 'force' option
Maxim Levitsky
2020-07-06
2
-0
/
+2
*
qcrypto/core: add generic infrastructure for crypto options amendment
Maxim Levitsky
2020-07-06
1
-0
/
+22
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200703'...
Peter Maydell
2020-07-04
11
-9
/
+105
|
\
|
*
Replace uses of FROM_SSI_SLAVE() macro with QOM casts
Peter Maydell
2020-07-03
1
-2
/
+0
|
*
hw/arm/pxa2xx_pic: Use LOG_GUEST_ERROR for bad guest register accesses
Peter Maydell
2020-07-03
1
-1
/
+0
|
*
hw/gpio/zaurus.c: Use LOG_GUEST_ERROR for bad guest register accesses
Peter Maydell
2020-07-03
1
-3
/
+0
|
*
hw/misc/max111x: Create header file for documentation, TYPE_ macros
Peter Maydell
2020-07-03
1
-0
/
+56
|
*
hw/misc/max111x: Use GPIO lines rather than max111x_set_input()
Peter Maydell
2020-07-03
1
-3
/
+0
|
*
ssi: Add ssi_realize_and_unref()
Peter Maydell
2020-07-03
1
-0
/
+26
|
*
hw/arm/virt-acpi-build: Only expose flash on older machine types
Andrew Jones
2020-07-03
1
-0
/
+1
|
*
hw/arm/virt: Let the virtio-iommu bypass MSIs
Eric Auger
2020-07-03
1
-0
/
+7
|
*
virtio-iommu: Implement RESV_MEM probe request
Eric Auger
2020-07-03
1
-0
/
+2
|
*
qdev: Introduce DEFINE_PROP_RESERVED_REGION
Eric Auger
2020-07-03
3
-0
/
+10
|
*
Add the ability to select a different PHY for each i.MX6UL FEC interface
Jean-Christophe Dubois
2020-07-03
1
-0
/
+2
|
*
Add a phy-num property to the i.MX FEC emulator
Jean-Christophe Dubois
2020-07-03
1
-0
/
+1
*
|
migration: Count new_dirty instead of real_dirty
Keqian Zhu
2020-07-03
1
-4
/
+1
|
/
*
qdev: Drop qbus_set_hotplug_handler() parameter @errp
Markus Armbruster
2020-07-02
1
-2
/
+1
*
qdev: Drop qbus_set_bus_hotplug_handler() parameter @errp
Markus Armbruster
2020-07-02
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200626'...
Peter Maydell
2020-06-26
3
-16
/
+14
|
\
|
*
hw/misc/pca9552: Model qdev output GPIOs
Philippe Mathieu-Daudé
2020-06-26
1
-0
/
+1
|
*
hw/misc/pca9552: Add a 'description' property for debugging purpose
Philippe Mathieu-Daudé
2020-06-26
1
-0
/
+1
|
*
hw/misc/pca9552: Add generic PCA955xClass, parent of TYPE_PCA9552
Philippe Mathieu-Daudé
2020-06-26
1
-3
/
+3
|
*
hw/misc/pca9552: Rename generic code as pca955x
Philippe Mathieu-Daudé
2020-06-26
1
-5
/
+5
|
*
hw/misc/pca9552: Rename 'nr_leds' as 'pin_count'
Philippe Mathieu-Daudé
2020-06-26
1
-1
/
+1
|
*
hw/i2c/core: Add i2c_try_create_slave() and i2c_realize_and_unref()
Philippe Mathieu-Daudé
2020-06-26
1
-0
/
+2
|
*
hw/arm/aspeed: QOM'ify AspeedMachineState
Philippe Mathieu-Daudé
2020-06-26
1
-7
/
+1
|
*
hw/arm/aspeed: Rename AspeedBoardState as AspeedMachineState
Philippe Mathieu-Daudé
2020-06-26
1
-2
/
+2
*
|
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2020-06-26
6
-20
/
+62
|
\
\
|
*
|
hyperv: vmbus: Remove the 2nd IRQ
Jon Doron
2020-06-26
1
-2
/
+1
|
*
|
osdep: Make MIN/MAX evaluate arguments only once
Eric Blake
2020-06-26
4
-18
/
+58
|
*
|
softfloat: return low bits of quotient from floatx80_modrem
Joseph Myers
2020-06-26
1
-1
/
+2
|
*
|
softfloat: merge floatx80_mod and floatx80_rem
Joseph Myers
2020-06-26
1
-0
/
+2
*
|
|
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2020-06-26
1
-0
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
coroutine: support SafeStack in ucontext backend
Daniele Buono
2020-06-23
1
-0
/
+5
*
|
|
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-macppc-20200626' int...
Peter Maydell
2020-06-26
4
-10
/
+26
|
\
\
\
|
*
|
|
mac_via: rework ADB state machine to be compatible with both MacOS and Linux
Mark Cave-Ayland
2020-06-26
1
-0
/
+1
|
*
|
|
adb: add autopoll_blocked variable to block autopoll
Mark Cave-Ayland
2020-06-26
1
-0
/
+4
|
*
|
|
adb: add status field for holding information about the last ADB request
Mark Cave-Ayland
2020-06-26
1
-0
/
+4
|
*
|
|
adb: keep track of devices with pending data
Mark Cave-Ayland
2020-06-26
1
-0
/
+1
|
*
|
|
adb: introduce new ADBDeviceHasData method to ADBDeviceClass
Mark Cave-Ayland
2020-06-26
1
-0
/
+3
|
*
|
|
mac_via: convert to use ADBBusState internal autopoll variables
Mark Cave-Ayland
2020-06-26
1
-1
/
+0
|
*
|
|
pmu: convert to use ADBBusState internal autopoll variables
Mark Cave-Ayland
2020-06-26
1
-3
/
+0
|
*
|
|
cuda: convert to use ADBBusState internal autopoll variables
Mark Cave-Ayland
2020-06-26
1
-4
/
+0
|
*
|
|
adb: create autopoll variables directly within ADBBusState
Mark Cave-Ayland
2020-06-26
1
-0
/
+13
|
*
|
|
pmu: fix duplicate autopoll mask variable
Mark Cave-Ayland
2020-06-26
1
-1
/
+0
|
*
|
|
adb: fix adb-mouse read length and revert disable-reg3-direct-writes workaround
Mark Cave-Ayland
2020-06-26
1
-1
/
+0
|
|
|
/
|
|
/
|
*
/
|
spapr: Fix typos in comments and macro indentation
Gustavo Romero
2020-06-26
1
-1
/
+1
|
/
/
[next]