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
2016-10-04
intc: make HMP 'info irq' and 'info pic' commands use InterruptStatsProvider ...
Hervé Poussineau
4
-113
/
+1
2016-10-04
intc/lm32_pic: implement InterruptStatsProvider interface
Hervé Poussineau
1
-4
/
+28
2016-10-04
intc/slavio_intctl: implement InterruptStatsProvider interface
Hervé Poussineau
1
-0
/
+35
2016-10-04
intc/i8259: implement InterruptStatsProvider interface
Hervé Poussineau
1
-0
/
+37
2016-10-04
intc: add an interface to gather statistics/informations on interrupt control...
Hervé Poussineau
2
-0
/
+42
2016-10-04
hw/misc/edu: support MSI interrupt
Peter Xu
1
-2
/
+16
2016-10-04
MC146818 RTC: coordinate guest clock base to destination host after migration
Junlian Bell
1
-1
/
+9
2016-10-04
hw/iommu: Fix problems reported by Coverity scan
David Kiarie
1
-9
/
+13
2016-09-30
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging
Peter Maydell
3
-2
/
+14
2016-09-29
ide: Fix memory leak in ide_register_restart_cb()
Ashijeet Acharya
2
-1
/
+12
2016-09-29
ahci: clear aiocb in ncq_cb
John Snow
1
-0
/
+1
2016-09-29
ide: fix DMA register transitions
John Snow
1
-1
/
+1
2016-09-29
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
3
-4
/
+10
2016-09-28
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
10
-63
/
+60
2016-09-28
trace: move hw/virtio/virtio-balloon.c trace points into correct file
Daniel P. Berrange
1
-0
/
+5
2016-09-28
trace: move hw/mem/pc-dimm.c trace points into correct file
Daniel P. Berrange
2
-4
/
+5
2016-09-28
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20160928-1' into...
Peter Maydell
1
-54
/
+558
2016-09-28
ps2: do not generate invalid key codes for unknown keys
Hervé Poussineau
1
-13
/
+7
2016-09-28
ps2: use QEMU qcodes instead of scancodes
Hervé Poussineau
1
-48
/
+485
2016-09-28
ps2: allow keycode translation for all scancode sets
Hervé Poussineau
1
-26
/
+97
2016-09-28
ps2: correctly handle 'get/set scancode' command
Hervé Poussineau
1
-3
/
+5
2016-09-28
ps2: reject unknown commands, instead of blindly accepting them
Hervé Poussineau
1
-1
/
+1
2016-09-27
qdisk - hw/block/xen_disk: grant copy implementation
Paulina Szubarczyk
1
-5
/
+148
2016-09-27
sysbus: Remove ignored return value of FindSysbusDeviceFunc
David Gibson
5
-15
/
+7
2016-09-27
cpus: pass CPUState to run_on_cpu helpers
Alex Bennée
5
-41
/
+24
2016-09-27
x86: ioapic: boost default version to 0x20
Peter Xu
1
-1
/
+1
2016-09-27
intel_iommu, amd_iommu: allow UNMAP notifiers
Peter Xu
2
-7
/
+15
2016-09-27
imx_fec: fix error in qemu_send_packet argument
Paolo Bonzini
1
-1
/
+1
2016-09-27
mcf_fec: fix error in qemu_send_packet argument
Paolo Bonzini
1
-1
/
+1
2016-09-27
net: mcf: limit buffer descriptor count
Prasad J Pandit
1
-2
/
+3
2016-09-27
e1000e: Fix EIAC register implementation
Dmitry Fleytman
1
-5
/
+9
2016-09-27
e1000e: Fix spurious RX TCP ACK interrupts
Dmitry Fleytman
1
-1
/
+2
2016-09-27
e1000e: Fix OTHER interrupts processing for MSI-X
Dmitry Fleytman
1
-1
/
+1
2016-09-27
e1000e: Fix PBACLR implementation
Dmitry Fleytman
1
-1
/
+1
2016-09-27
e1000e: Fix CTRL_EXT.EIAME behavior
Dmitry Fleytman
2
-3
/
+3
2016-09-27
e1000e: Flush receive queues on link up
Dmitry Fleytman
1
-0
/
+3
2016-09-27
e1000e: Flush all receive queues on receive enable
Dmitry Fleytman
3
-2
/
+5
2016-09-27
e1000: fix buliding complaint
Gonglei
1
-1
/
+1
2016-09-27
virtio-net: allow increasing rx queue size
Michael S. Tsirkin
1
-1
/
+25
2016-09-27
memory: introduce IOMMUOps.notify_flag_changed
Peter Xu
3
-12
/
+18
2016-09-27
memory: introduce IOMMUNotifier and its caps
Peter Xu
1
-2
/
+2
2016-09-24
hw/i386: AMD IOMMU IVRS table
David Kiarie
5
-10
/
+77
2016-09-24
hw/i386: Introduce AMD IOMMU
David Kiarie
3
-0
/
+1490
2016-09-23
hw/i386/trace-events: Add AMD IOMMU trace events
David Kiarie
1
-0
/
+29
2016-09-23
virtio: handle virtqueue_get_head() errors
Stefan Hajnoczi
1
-10
/
+17
2016-09-23
virtio: handle virtqueue_num_heads() errors
Stefan Hajnoczi
1
-3
/
+8
2016-09-23
virtio: handle virtqueue_read_next_desc() errors
Stefan Hajnoczi
1
-13
/
+32
2016-09-23
virtio: use unsigned int for virtqueue_get_avail_bytes() index
Stefan Hajnoczi
1
-1
/
+1
2016-09-23
virtio: handle virtqueue_get_avail_bytes() errors
Stefan Hajnoczi
1
-6
/
+11
2016-09-23
virtio: handle virtqueue_map_desc() errors
Stefan Hajnoczi
1
-19
/
+55
[next]