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
2019-01-22
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-01-21' into st...
Peter Maydell
1
-9
/
+22
2019-01-22
linux-user: Fix compilation with clang 3.4
Thomas Huth
1
-0
/
+4
2019-01-22
virtio-net: Fix VirtIONet typedef redefinition
Philippe Mathieu-Daudé
1
-3
/
+2
2019-01-22
ppc: Fix duplicated typedefs to be able to compile with Clang in gnu99 mode
Thomas Huth
2
-4
/
+3
2019-01-22
ppc: Move spapr-related prototypes from xics.h into a seperate header file
Thomas Huth
2
-7
/
+37
2019-01-22
ui/console: Remove PixelFormat from qemu/typedefs.h
Philippe Mathieu-Daudé
3
-11
/
+10
2019-01-22
ui/console: Remove MouseTransformInfo from qemu/typedefs.h
Philippe Mathieu-Daudé
3
-3
/
+3
2019-01-22
ui/console: Remove DisplayState/DisplaySurface from "qemu/typedefs.h"
Philippe Mathieu-Daudé
2
-4
/
+4
2019-01-22
ui/console: Remove QemuDmaBuf from "qemu/typedefs.h"
Philippe Mathieu-Daudé
2
-3
/
+2
2019-01-22
audio: Remove AudioState from "qemu/typedefs.h"
Philippe Mathieu-Daudé
1
-1
/
+0
2019-01-22
hw/i386: Remove PCMachineClass from "qemu/typedefs.h"
Philippe Mathieu-Daudé
2
-3
/
+2
2019-01-22
hw/char/serial: Remove SerialState from "qemu/typedefs.h"
Philippe Mathieu-Daudé
2
-3
/
+2
2019-01-22
hw/bt: Remove HCIInfo from "qemu/typedefs.h"
Philippe Mathieu-Daudé
2
-3
/
+2
2019-01-22
hw/i2c/smbus: Remove SMBusDevice from "qemu/typedefs.h"
Philippe Mathieu-Daudé
2
-1
/
+2
2019-01-22
hw/ide/ahci: Remove AllwinnerAHCIState from "qemu/typedefs.h"
Philippe Mathieu-Daudé
2
-3
/
+2
2019-01-22
hw/pcmcia: Remove PCMCIACardState from "qemu/typedefs.h"
Philippe Mathieu-Daudé
3
-3
/
+3
2019-01-22
hw/input/ps2: Remove PS2State from "qemu/typedefs.h"
Philippe Mathieu-Daudé
2
-1
/
+2
2019-01-21
nbd/client: Add meta contexts to nbd_receive_export_list()
Eric Blake
1
-0
/
+2
2019-01-21
nbd/client: Add nbd_receive_export_list()
Eric Blake
1
-2
/
+13
2019-01-21
nbd/client: Change signature of nbd_negotiate_simple_meta_context()
Eric Blake
1
-1
/
+1
2019-01-21
nbd/client: Move export name into NBDExportInfo
Eric Blake
1
-4
/
+4
2019-01-21
nbd/server: Favor [u]int64_t over off_t
Eric Blake
1
-2
/
+2
2019-01-21
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-january-17-20...
Peter Maydell
1
-0
/
+8
2019-01-21
migration: Add post_save function to VMStateDescription
Aaron Lindsay
1
-0
/
+1
2019-01-21
hw/arm/virt-acpi-build: Set COHACC override flag in IORT SMMUv3 node
Eric Auger
1
-0
/
+2
2019-01-18
target/mips: Update ITU to utilize SAARI and SAAR CP0 registers
Yongbok Kim
1
-0
/
+4
2019-01-18
target/mips: Add field and R/W access to ITU control register ICR0
Yongbok Kim
1
-0
/
+4
2019-01-18
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
7
-5
/
+134
2019-01-17
hw/acpi: Use QEMU_NONSTRING for non NUL-terminated arrays
Philippe Mathieu-Daudé
1
-5
/
+8
2019-01-17
qemu/compiler: Define QEMU_NONSTRING
Philippe Mathieu-Daudé
1
-0
/
+15
2019-01-17
acpi: build TPM Physical Presence interface
Stefan Berger
1
-0
/
+12
2019-01-17
acpi: expose TPM/PPI configuration parameters to firmware via fw_cfg
Stefan Berger
1
-0
/
+3
2019-01-17
tpm: allocate/map buffer for TPM Physical Presence interface
Stefan Berger
1
-0
/
+6
2019-01-17
globals: Allow global properties to be optional
Eduardo Habkost
1
-0
/
+3
2019-01-17
virtio-net: support RSC v4/v6 tcp traffic for Windows HCK
Yuri Benditovich
2
-0
/
+85
2019-01-17
Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...
Peter Maydell
2
-10
/
+28
2019-01-15
Revert "hbitmap: Add @advance param to hbitmap_iter_next()"
Vladimir Sementsov-Ogievskiy
1
-4
/
+1
2019-01-15
Revert "block/dirty-bitmap: Add bdrv_dirty_iter_next_area"
Vladimir Sementsov-Ogievskiy
1
-2
/
+0
2019-01-15
dirty-bitmap: add bdrv_dirty_bitmap_next_dirty_area
Vladimir Sementsov-Ogievskiy
2
-0
/
+18
2019-01-15
dirty-bitmap: improve bdrv_dirty_bitmap_next_zero
Vladimir Sementsov-Ogievskiy
2
-4
/
+9
2019-01-15
Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...
Peter Maydell
1
-0
/
+56
2019-01-15
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-01-14' into st...
Peter Maydell
1
-8
/
+4
2019-01-14
pci/pcie: stop plug/unplug if the slot is locked
David Hildenbrand
1
-0
/
+2
2019-01-14
nbd: Merge nbd_export_bitmap into nbd_export_new
Eric Blake
1
-6
/
+3
2019-01-14
nbd: Merge nbd_export_set_name into nbd_export_new
Eric Blake
1
-2
/
+1
2019-01-14
xen: Replace few mentions of xend by libxl
Anthony PERARD
1
-1
/
+1
2019-01-14
Remove broken Xen PV domain builder
Anthony PERARD
2
-19
/
+0
2019-01-14
xen: automatically create XenBlockDevice-s
Paul Durrant
1
-0
/
+12
2019-01-14
xen: add a mechanism to automatically create XenDevice-s...
Paul Durrant
3
-0
/
+43
2019-01-14
xen: add implementations of xen-block connect and disconnect functions...
Paul Durrant
2
-1
/
+22
[next]