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
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-07
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...
Peter Maydell
8
-20
/
+36
2015-07-07
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20150707-1' into s...
Peter Maydell
3
-7
/
+22
2015-07-07
rocker: mark copy-to-cpu pkts as forwarding offloaded
Scott Feldman
4
-3
/
+11
2015-07-07
rocker: return -1 when dropping packet on ingress
Scott Feldman
1
-1
/
+1
2015-07-07
rocker: fix missing break statements
Scott Feldman
1
-0
/
+2
2015-07-07
rocker: fix misplaced break statement
Scott Feldman
1
-1
/
+1
2015-07-07
rocker: don't queue receive pkts when port is disabled
Scott Feldman
1
-8
/
+10
2015-07-07
vmxnet3: Fix incorrect small packet padding
Brian Kress
1
-6
/
+6
2015-07-07
e1000: flush packets when link comes up
Stefan Hajnoczi
1
-0
/
+3
2015-07-07
rocker: fix memory leak
Gonglei
1
-1
/
+2
2015-07-07
virtio-gpu: use virtio_instance_init_common, fixup properties
Gerd Hoffmann
3
-7
/
+7
2015-07-07
virtio-gpu: update console device property.
Gerd Hoffmann
2
-0
/
+15
2015-07-07
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150706.0' i...
Peter Maydell
7
-13
/
+161
2015-07-06
vfio/pci : Add pba_offset PCI quirk for Chelsio T5 devices
Gabriel Laupre
1
-0
/
+27
2015-07-06
vfio: Unregister IOMMU notifiers when container is destroyed
Alexey Kardashevskiy
1
-0
/
+8
2015-07-06
hw/vfio/platform: add irqfd support
Eric Auger
1
-0
/
+100
2015-07-06
sysbus: add irq_routing_notifier
Eric Auger
1
-0
/
+6
2015-07-06
intc: arm_gic_kvm: set the qemu_irq/gsi mapping
Eric Auger
1
-0
/
+6
2015-07-06
kvm: rename kvm_irqchip_[add,remove]_irqfd_notifier with gsi suffix
Eric Auger
3
-9
/
+9
2015-07-06
vfio: cpu: Use "real" page size API
Peter Crosthwaite
1
-3
/
+4
2015-07-06
vfio: fix return type of pread
Paolo Bonzini
1
-1
/
+1
2015-07-06
pc: add SMM property
Paolo Bonzini
3
-2
/
+62
2015-07-06
ich9: add smm_enabled field and arguments
Paolo Bonzini
3
-5
/
+8
2015-07-06
pc_piix: rename kvm_enabled to smm_enabled
Paolo Bonzini
2
-6
/
+6
2015-07-06
piix4/ich9: do not raise SMI on ACPI enable/disable commands
Paolo Bonzini
2
-0
/
+6
2015-07-06
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+1
2015-07-06
arm_mptimer: Respect IT bit state
Dmitry Osipenko
1
-1
/
+1
2015-07-06
arm_mptimer: Fix timer shutdown and mode change
Dmitry Osipenko
1
-2
/
+9
2015-07-06
hw/intc/arm_gic_common.c: Reset all registers
Peter Maydell
1
-3
/
+18
2015-07-06
Fix interval interrupt of cadence ttc when timer is in decrement mode
Johannes Schlatow
1
-5
/
+4
2015-07-05
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging
Peter Maydell
6
-176
/
+350
2015-07-04
ahci: fix sdb fis semantics
John Snow
1
-12
/
+17
2015-07-04
ahci: Do not map cmd_fis to generate response
John Snow
1
-45
/
+5
2015-07-04
ahci: ncq migration
John Snow
1
-1
/
+50
2015-07-04
ahci: add get_cmd_header helper
John Snow
1
-3
/
+12
2015-07-04
ahci: add cmd header to ncq transfer state
John Snow
2
-5
/
+7
2015-07-04
ahci: correct ncq sector count
John Snow
2
-3
/
+6
2015-07-04
ahci: correct types in NCQTransferState
John Snow
2
-7
/
+7
2015-07-04
ahci: add rwerror=stop support for ncq
John Snow
4
-2
/
+44
2015-07-04
ahci: factor ncq_finish out of ncq_cb
John Snow
1
-12
/
+18
2015-07-04
ahci: refactor process_ncq_command
John Snow
1
-31
/
+42
2015-07-04
ahci: assert is_ncq for process_ncq
John Snow
1
-38
/
+30
2015-07-04
ahci: stash ncq command
John Snow
2
-1
/
+3
2015-07-04
ide: add limit to .prepare_buf()
John Snow
5
-24
/
+36
2015-07-04
ahci: ncq sector count correction
John Snow
1
-3
/
+3
2015-07-04
ahci: add ncq debug checks
John Snow
1
-0
/
+23
2015-07-04
ahci: separate prdtl from opts
John Snow
2
-12
/
+14
2015-07-04
ahci: check for ncq prdtl overflow
John Snow
1
-5
/
+15
2015-07-04
ahci: add ncq_err helper
John Snow
1
-4
/
+10
2015-07-04
ahci: use shorter variables
John Snow
1
-8
/
+10
[next]