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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-01
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Philippe Mathieu-Daudé
38
-39
/
+0
2018-06-01
hw: Do not include "exec/address-spaces.h" if it is not necessary
Philippe Mathieu-Daudé
20
-20
/
+0
2018-06-01
hw: Do not include "exec/ioport.h" if it is not necessary
Philippe Mathieu-Daudé
2
-2
/
+0
2018-06-01
target: Do not include "exec/exec-all.h" if it is not necessary
Philippe Mathieu-Daudé
1
-1
/
+0
2018-05-31
vfio: Include "exec/address-spaces.h" directly in the source file
Philippe Mathieu-Daudé
2
-0
/
+2
2018-05-24
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180524-pull-request' ...
Peter Maydell
5
-53
/
+388
2018-05-24
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
11
-113
/
+399
2018-05-24
Merge remote-tracking branch 'remotes/sstabellini-http/tags/xen-20180522-tag'...
Peter Maydell
10
-617
/
+377
2018-05-24
bochs-display: add pcie support
Gerd Hoffmann
1
-0
/
+8
2018-05-24
bochs-display: add dirty tracking support
Gerd Hoffmann
1
-2
/
+32
2018-05-24
hw/display: add new bochs-display device
Gerd Hoffmann
2
-0
/
+326
2018-05-24
vga-pci: use PCI_VGA_MMIO_SIZE
Gerd Hoffmann
1
-2
/
+4
2018-05-24
vga: move bochs vbe defines to header file
Gerd Hoffmann
2
-46
/
+2
2018-05-24
vga: catch depth 0
Gerd Hoffmann
1
-5
/
+18
2018-05-23
intel-iommu: rework the page walk logic
Peter Xu
2
-59
/
+157
2018-05-23
intel-iommu: trace domain id during page walk
Peter Xu
2
-7
/
+11
2018-05-23
intel-iommu: pass in address space when page walk
Peter Xu
1
-0
/
+4
2018-05-23
intel-iommu: introduce vtd_page_walk_info
Peter Xu
1
-32
/
+52
2018-05-23
intel-iommu: only do page walk for MAP notifiers
Peter Xu
1
-5
/
+39
2018-05-23
intel-iommu: add iommu lock
Peter Xu
1
-9
/
+47
2018-05-23
intel-iommu: remove IntelIOMMUNotifierNode
Peter Xu
1
-30
/
+11
2018-05-23
intel-iommu: send PSI always even if across PDEs
Peter Xu
1
-12
/
+30
2018-05-23
nvdimm: fix typo in label-size definition
Ross Zwisler
1
-1
/
+1
2018-05-23
hw/virtio: Fix brace Werror with clang 6.0.0
Richard Henderson
1
-1
/
+1
2018-05-23
vhost-user+postcopy: Use qemu_set_nonblock
Dr. David Alan Gilbert
1
-1
/
+1
2018-05-23
virtio: support setting memory region based host notifier
Tiwei Bie
2
-0
/
+35
2018-05-23
vhost-user: support receiving file descriptors in slave_read
Tiwei Bie
1
-1
/
+40
2018-05-23
x86/cpu: use standard-headers/asm-x86.kvm_para.h
Michael S. Tsirkin
1
-1
/
+1
2018-05-23
vhost: add trace for IOTLB miss
Peter Xu
2
-0
/
+8
2018-05-23
virtio-balloon: add hugetlb page allocation counts
Jonathan Helman
1
-0
/
+2
2018-05-23
hw/pci-host/q35: Replace hardcoded value with macro
Zihan Yang
1
-6
/
+11
2018-05-22
xen_disk: be consistent with use of xendev and blkdev->xendev
Paul Durrant
1
-44
/
+46
2018-05-22
xen_disk: use a single entry iovec
Paul Durrant
1
-55
/
+21
2018-05-22
xen_backend: make the xen_feature_grant_copy flag private
Paul Durrant
1
-1
/
+1
2018-05-22
xen_disk: remove use of grant map/unmap
Paul Durrant
1
-327
/
+25
2018-05-22
xen_backend: add an emulation of grant copy
Paul Durrant
1
-0
/
+53
2018-05-22
xen: remove other open-coded use of libxengnttab
Paul Durrant
4
-61
/
+50
2018-05-22
xen_disk: remove open-coded use of libxengnttab
Paul Durrant
1
-90
/
+32
2018-05-22
xen_backend: add grant table helpers
Paul Durrant
1
-12
/
+111
2018-05-22
xen: add a meaningful declaration of grant_copy_segment into xen_common.h
Paul Durrant
1
-18
/
+0
2018-05-20
acpi: fix a comment about aml_call0()
Marc-André Lureau
1
-1
/
+1
2018-05-20
hw/timer/mt48t59: Fix bit-rotten NVRAM_PRINTF format strings
Thomas Huth
2
-8
/
+5
2018-05-20
Remove unnecessary variables for function return value
Laurent Vivier
6
-35
/
+10
2018-05-20
hw/ide/ahci: Keep ALLWINNER_AHCI() macro internal
Philippe Mathieu-Daudé
2
-3
/
+3
2018-05-20
misc, ide: remove use of HWADDR_PRIx in trace events
Daniel P. Berrangé
2
-6
/
+6
2018-05-18
xen-hvm: create separate function for ioreq server initialization
Paul Durrant
1
-30
/
+46
2018-05-18
xen_pt: Present the size of 64 bit BARs correctly
Ross Lagerwall
1
-0
/
+2
2018-05-18
xen/pt: use address_space_memory object for memory region hooks
Igor Druzhinin
1
-1
/
+1
2018-05-18
xen-pvdevice: Introduce a simplistic xen-pvdevice save state
Igor Druzhinin
1
-0
/
+11
2018-05-18
hw/arm/smmu-common: Fix coverity issue in get_block_pte_address
Eric Auger
1
-2
/
+2
[next]