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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-15
pci: Add INTERFACE_PCIE_DEVICE to all PCIe devices
Eduardo Habkost
8
-0
/
+31
2017-10-15
pci: Add interface names to hybrid PCI devices
Eduardo Habkost
5
-0
/
+22
2017-10-15
pci: conventional-pci-device and pci-express-device interfaces
Eduardo Habkost
2
-0
/
+18
2017-10-15
PCI: PCIe access should always be little endian
Matt Redfearn
1
-1
/
+1
2017-10-15
virtio/pci/migration: Convert to VMState
Dr. David Alan Gilbert
1
-81
/
+27
2017-10-15
hw/pci-bridge/pcie_pci_bridge: properly handle MSI unavailability case
Aleksandr Bezzubikov
1
-6
/
+18
2017-10-15
pci: allow 32-bit PCI IO accesses to pass through the PCI bridge
Mark Cave-Ayland
1
-1
/
+2
2017-10-15
virtio/vhost: reset dev->log after syncing
Felipe Franciosi
1
-2
/
+3
2017-10-15
MAINTAINERS: add Dump maintainers
Marc-André Lureau
1
-0
/
+11
2017-10-15
scripts/dump-guest-memory.py: add vmcoreinfo
Marc-André Lureau
1
-0
/
+61
2017-10-15
kdump: set vmcoreinfo location
Marc-André Lureau
1
-0
/
+24
2017-10-15
dump: update phys_base header field based on VMCOREINFO content
Marc-André Lureau
2
-2
/
+62
2017-10-15
dump: add guest ELF note
Marc-André Lureau
2
-0
/
+109
2017-10-15
hw/misc: add vmcoreinfo device
Marc-André Lureau
4
-0
/
+184
2017-10-15
fw_cfg: add write callback
Marc-André Lureau
6
-9
/
+18
2017-10-15
pci: Set err to errp directly rather than through error_propagate()
Mao Zhongyi
1
-3
/
+1
2017-10-15
xio3130_downstream: Report error if pcie_chassis_add_slot() failed
Eduardo Habkost
1
-0
/
+1
2017-10-12
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171012'...
Peter Maydell
7
-115
/
+521
2017-10-12
nvic: Fix miscalculation of offsets into ITNS array
Peter Maydell
1
-2
/
+2
2017-10-12
nvic: Add missing 'break'
Peter Maydell
1
-0
/
+1
2017-10-12
target/arm: Implement SG instruction corner cases
Peter Maydell
1
-1
/
+22
2017-10-12
target/arm: Support some Thumb insns being always unconditional
Peter Maydell
1
-1
/
+47
2017-10-12
target-arm: Simplify insn_crosses_page()
Peter Maydell
1
-21
/
+6
2017-10-12
target/arm: Pull Thumb insn word loads up to top level
Peter Maydell
1
-70
/
+108
2017-10-12
target-arm: Don't check for "Thumb2 or M profile" for not-Thumb1
Peter Maydell
1
-2
/
+1
2017-10-12
target/arm: Implement secure function return
Peter Maydell
3
-10
/
+126
2017-10-12
target/arm: Implement BLXNS
Peter Maydell
4
-2
/
+76
2017-10-12
target/arm: Implement SG instruction
Peter Maydell
1
-5
/
+127
2017-10-12
target/arm: Add M profile secure MMU index values to get_a32_user_mem_index()
Peter Maydell
1
-0
/
+4
2017-10-12
arm: fix armv7m_init() declaration to match definition
Igor Mammedov
1
-1
/
+1
2017-10-12
watchdog/aspeed: fix variable type to store reload value
Cédric Le Goater
1
-2
/
+2
2017-10-12
Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...
Peter Maydell
6
-23
/
+30
2017-10-11
scripts: Remove debug parameter from QEMUMachine
Eduardo Habkost
3
-10
/
+4
2017-10-11
scripts: Remove debug parameter from QEMUMonitorProtocol
Eduardo Habkost
2
-11
/
+8
2017-10-11
guestperf: Configure logging on all shell frontends
Eduardo Habkost
1
-0
/
+13
2017-10-11
basevm: Call logging.basicConfig()
Eduardo Habkost
1
-2
/
+2
2017-10-11
iotests: Set up Python logging
Eduardo Habkost
1
-0
/
+3
2017-10-11
Merge remote-tracking branch 'remotes/elmarco/tags/vus-pull-request' into sta...
Peter Maydell
10
-547
/
+315
2017-10-11
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20171010' into staging
Peter Maydell
29
-434
/
+521
2017-10-10
vhost-user-scsi: remove server_sock from VusDev
Marc-André Lureau
1
-53
/
+24
2017-10-10
vhost-user-scsi: use libvhost-user glib helper
Marc-André Lureau
1
-146
/
+16
2017-10-10
libvhost-user: add glib source helper
Marc-André Lureau
3
-1
/
+187
2017-10-10
vhost-user-scsi: use glib logging
Marc-André Lureau
1
-56
/
+21
2017-10-10
vhost-user-scsi: simplify source handling
Marc-André Lureau
1
-33
/
+12
2017-10-10
vhost-user-scsi: drop extra callback pointer
Marc-André Lureau
1
-9
/
+3
2017-10-10
vhost-user-scsi: don't copy iscsi/scsi-lowlevel.h
Marc-André Lureau
1
-87
/
+9
2017-10-10
vhost-user-scsi: avoid use of iscsi_ namespace
Marc-André Lureau
1
-2
/
+2
2017-10-10
vhost-user-scsi: rename VUS types
Marc-André Lureau
1
-23
/
+23
2017-10-10
vhost-user-scsi: remove unimplemented functions
Marc-André Lureau
1
-18
/
+3
2017-10-10
vhost-user-scsi: remove VUS_MAX_LUNS
Marc-André Lureau
1
-5
/
+3
[next]