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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-05
tap: setting error appropriately when calling net_init_tap_one()
Jay Zhou
1
-0
/
+3
2018-03-05
net: Add a new convenience option "--nic" to configure default/on-board NICs
Thomas Huth
1
-0
/
+1
2018-03-05
net: Make net_client_init() static
Thomas Huth
1
-2
/
+0
2018-03-05
net: Move error reporting from net_init_client/netdev to the calling site
Thomas Huth
1
-1
/
+1
2018-03-04
softfloat: use floatx80_infinity in softfloat
Laurent Vivier
1
-2
/
+11
2018-03-04
softfloat: export some functions
Laurent Vivier
2
-0
/
+962
2018-03-02
qapi: Move qapi-schema.json to qapi/, rename generated files
Markus Armbruster
3
-3
/
+3
2018-03-02
qapi: Empty out qapi-schema.json
Markus Armbruster
7
-7
/
+9
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
36
-20
/
+36
2018-03-02
net: fix misaligned member access
Marc-André Lureau
1
-1
/
+3
2018-03-02
block: rename .bdrv_create() to .bdrv_co_create_opts()
Stefan Hajnoczi
1
-1
/
+2
2018-03-02
block: extract AIO_WAIT_WHILE() from BlockDriverState
Stefan Hajnoczi
3
-37
/
+126
2018-03-02
aio: rename aio_context_in_iothread() to in_aio_context_home_thread()
Stefan Hajnoczi
2
-3
/
+6
2018-03-02
block: Drop unused .bdrv_co_get_block_status()
Eric Blake
1
-3
/
+0
2018-03-02
block: Switch passthrough drivers to .bdrv_co_block_status()
Eric Blake
1
-12
/
+16
2018-03-02
block: Add .bdrv_co_block_status() callback
Eric Blake
2
-12
/
+22
2018-03-02
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180302'...
Peter Maydell
13
-4
/
+563
2018-03-02
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-03-01' into st...
Peter Maydell
1
-11
/
+42
2018-03-02
hw/arm/iotkit: Model Arm IOT Kit
Peter Maydell
1
-0
/
+109
2018-03-02
hw/misc/iotkit-secctl: Add remaining simple registers
Peter Maydell
1
-0
/
+4
2018-03-02
hw/misc/iotkit-secctl: Add handling for PPCs
Peter Maydell
1
-2
/
+62
2018-03-02
hw/misc/iotkit-secctl: Arm IoT Kit security controller initial skeleton
Peter Maydell
1
-0
/
+39
2018-03-02
hw/misc/tz-ppc: Model TrustZone peripheral protection controller
Peter Maydell
1
-0
/
+101
2018-03-02
hw/misc/mps2-fpgaio: FPGA control block for MPS2 AN505
Peter Maydell
1
-0
/
+43
2018-03-02
hw/core/split-irq: Device that splits IRQ lines
Peter Maydell
2
-1
/
+60
2018-03-02
qdev: Add new qdev_init_gpio_in_named_with_opaque()
Peter Maydell
1
-2
/
+28
2018-03-02
include/hw/or-irq.h: Add missing include guard
Peter Maydell
1
-0
/
+5
2018-03-02
hw/misc/unimp: Move struct to header file
Peter Maydell
1
-0
/
+10
2018-03-02
armv7m: Forward init-svtor property to CPU object
Peter Maydell
1
-0
/
+2
2018-03-02
armv7m: Forward idau property to CPU object
Peter Maydell
1
-0
/
+3
2018-03-02
loader: Add new load_ramdisk_as()
Peter Maydell
1
-1
/
+11
2018-03-02
xlnx-zynqmp: Connect the RTC device
Alistair Francis
1
-0
/
+2
2018-03-02
xlnx-zynqmp-rtc: Add basic time support
Alistair Francis
1
-0
/
+2
2018-03-02
xlnx-zynqmp-rtc: Initial commit
Alistair Francis
1
-0
/
+84
2018-03-01
nbd: BLOCK_STATUS constants
Vladimir Sementsov-Ogievskiy
1
-0
/
+31
2018-03-01
nbd: change indenting in nbd.h
Vladimir Sementsov-Ogievskiy
1
-11
/
+11
2018-03-01
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
5
-0
/
+218
2018-03-01
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180301-v2' into sta...
Peter Maydell
1
-26
/
+0
2018-03-01
cryptodev-vhost-user: set the key length
Gonglei
1
-0
/
+3
2018-03-01
cryptodev-vhost-user: add crypto session handler
Gonglei
1
-0
/
+8
2018-03-01
cryptodev: add vhost support
Gonglei
3
-0
/
+53
2018-03-01
cryptodev: add vhost-user as a new cryptodev backend
Gonglei
1
-0
/
+154
2018-03-01
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180301'...
Peter Maydell
4
-11
/
+37
2018-03-01
arm/translate-a64: add FP16 FR[ECP/SQRT]S to simd_three_reg_same_fp16
Alex Bennée
1
-4
/
+12
2018-03-01
include/exec/helper-head.h: support f16 in helper calls
Alex Bennée
1
-0
/
+3
2018-03-01
i2c: Move the bus class to i2c.h
Corey Minyard
1
-0
/
+17
2018-03-01
i2c: Fix some brace style issues
Corey Minyard
1
-4
/
+2
2018-03-01
hw: register: Run post_write hook on reset
Alistair Francis
1
-3
/
+3
2018-03-01
Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-02-21-2...
Peter Maydell
1
-0
/
+105
2018-02-27
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180227-pull-request' ...
Peter Maydell
2
-1
/
+2
[prev]
[next]