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-07-01
ppc/xics: Replace "icp" with "xics" in most places
Benjamin Herrenschmidt
8
-145
/
+150
2016-07-01
ppc/xics: Implement H_IPOLL using an accessor
Benjamin Herrenschmidt
2
-3
/
+12
2016-07-01
ppc/xics: Move SPAPR specific code to a separate file
Benjamin Herrenschmidt
3
-409
/
+442
2016-07-01
ppc/xics: Rename existing xics to xics_spapr
Benjamin Herrenschmidt
6
-33
/
+35
2016-07-01
target-ppc: Eliminate redundant and incorrect function booke206_page_size_to_tlb
Aaron Larson
3
-7
/
+4
2016-07-01
spapr: Restore support for older PowerPC CPU cores
Bharata B Rao
1
-1
/
+8
2016-07-01
spapr: fix write-past-end-of-array error in cpu core device init code
Greg Kurz
1
-2
/
+1
2016-07-01
hw/ppc/spapr: Add some missing hcall function set strings
Thomas Huth
1
-0
/
+3
2016-07-01
ppc: Initial HDEC support
Benjamin Herrenschmidt
1
-5
/
+12
2016-06-30
pcspk: fix KVM
Paolo Bonzini
1
-1
/
+1
2016-06-29
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
21
-1218
/
+182
2016-06-29
ich9: implement SCI_IRQ_SEL register
Paolo Bonzini
1
-10
/
+18
2016-06-29
ich9: implement ACPI_EN register
Paolo Bonzini
1
-3
/
+12
2016-06-29
serial: reinstate watch after migration
Paolo Bonzini
1
-2
/
+23
2016-06-29
serial: remove watch on reset
Paolo Bonzini
1
-4
/
+12
2016-06-29
char: change qemu_chr_fe_add_watch to return unsigned
Paolo Bonzini
1
-3
/
+6
2016-06-29
serial: separate serial_xmit and serial_watch_cb
Paolo Bonzini
1
-7
/
+11
2016-06-29
serial: simplify tsr_retry reset
Paolo Bonzini
1
-3
/
+1
2016-06-29
serial: make tsr_retry unsigned
Paolo Bonzini
1
-4
/
+8
2016-06-29
pci-assign: Move "Invalid ROM" error message to pci-assign-load-rom.c
Lin Ma
2
-4
/
+3
2016-06-29
scsi: esp: fix migration
Paolo Bonzini
1
-2
/
+3
2016-06-29
MC146818 RTC: add GPIO access to output IRQ
Efimov Vasily
1
-2
/
+4
2016-06-29
isa: introduce wrapper isa_connect_gpio_out
Efimov Vasily
1
-0
/
+7
2016-06-29
ICH9 LPC: move call of isa_bus_irqs to 'realize' method
Efimov Vasily
2
-3
/
+2
2016-06-29
ICH9 LPC: handle GSI as qdev GPIO
Efimov Vasily
2
-1
/
+8
2016-06-29
ich9: unify pic and ioapic IRQ vectors
Paolo Bonzini
2
-4
/
+3
2016-06-29
ich9: clean up ich9_lpc_update_pic/ich9_lpc_update_apic and callers
Paolo Bonzini
1
-23
/
+17
2016-06-29
ich9: call ich9_lpc_update_pic for disabled pirqs
Paolo Bonzini
1
-3
/
+0
2016-06-29
ICH9 SMB: make TYPE_ICH9_SMB_DEVICE macro public
Efimov Vasily
1
-1
/
+0
2016-06-29
port92: handle A20 IRQ as GPIO
Efimov Vasily
1
-5
/
+5
2016-06-29
pckbd: handle A20 IRQ as GPIO
Efimov Vasily
1
-14
/
+7
2016-06-29
pc_q35: configure Q35 instance using properties
Efimov Vasily
1
-6
/
+12
2016-06-29
Q35: implement property interfece to several parameters
Efimov Vasily
1
-0
/
+20
2016-06-29
pflash: make TYPE_CFI_PFLASH0{1,2} macros public
Efimov Vasily
2
-2
/
+0
2016-06-29
vmport: identify vmport type by macro TYPE_VMPORT
Efimov Vasily
1
-1
/
+0
2016-06-29
pcspk: convert "pit" property type from ptr to link
Efimov Vasily
1
-2
/
+7
2016-06-29
ide: move headers to include folder
Efimov Vasily
4
-1117
/
+1
2016-06-28
hw/sh4/sh_pci.c: Use ldl_le_p() and stl_le_p()
Peter Maydell
1
-2
/
+2
2016-06-28
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
4
-44
/
+101
2016-06-28
virtio-blk: add num-queues device property
Stefan Hajnoczi
1
-2
/
+13
2016-06-28
virtio-blk: dataplane multiqueue support
Stefan Hajnoczi
1
-16
/
+34
2016-06-28
virtio-blk: live migrate s->rq with multiqueue
Stefan Hajnoczi
1
-1
/
+19
2016-06-28
virtio-blk: associate request with a virtqueue
Stefan Hajnoczi
1
-9
/
+11
2016-06-28
virtio-blk: tell dataplane which vq to notify
Stefan Hajnoczi
3
-4
/
+4
2016-06-28
virtio-blk: multiqueue batch notify
Stefan Hajnoczi
1
-6
/
+23
2016-06-28
virtio-blk: add VirtIOBlockConf->num_queues
Stefan Hajnoczi
1
-0
/
+1
2016-06-28
Revert "virtio: sync the dataplane vring state to the virtqueue before virtio...
Stefan Hajnoczi
2
-10
/
+0
2016-06-28
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
4
-142
/
+158
2016-06-28
misc/aspeed_scu: Fix build error caused by missing header
Pranith Kumar
1
-0
/
+1
2016-06-28
vmxnet3: Fix reading/writing guest memory specially when behind an IOMMU
KarimAllah Ahmed
2
-113
/
+139
[next]