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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-04
range: Replace internal representation of Range
Markus Armbruster
1
-29
/
+27
2016-07-04
range: Eliminate direct Range member access
Markus Armbruster
1
-2
/
+83
2016-07-04
pc: Eliminate PcPciInfo
Markus Armbruster
2
-6
/
+1
2016-07-04
machine: remove iommu property
Marcel Apfelbaum
1
-1
/
+0
2016-07-04
hw/pci: delay bus_master_enable_region initialization
Marcel Apfelbaum
2
-0
/
+3
2016-07-01
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160701' into...
Peter Maydell
4
-16
/
+44
2016-07-01
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160630.0' i...
Peter Maydell
1
-1
/
+7
2016-07-01
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-06-30' into ...
Peter Maydell
1
-70
/
+21
2016-07-01
ppc/xics: Replace "icp" with "xics" in most places
Benjamin Herrenschmidt
4
-4
/
+4
2016-07-01
ppc/xics: Implement H_IPOLL using an accessor
Benjamin Herrenschmidt
1
-0
/
+1
2016-07-01
ppc/xics: Move SPAPR specific code to a separate file
Benjamin Herrenschmidt
1
-0
/
+21
2016-07-01
ppc/xics: Rename existing xics to xics_spapr
Benjamin Herrenschmidt
1
-12
/
+18
2016-06-30
memory: Add MemoryRegionIOMMUOps.notify_started/stopped callbacks
Alexey Kardashevskiy
1
-1
/
+7
2016-06-30
pcspk: fix KVM
Paolo Bonzini
2
-8
/
+8
2016-06-30
qapi: Simplify use of range.h
Eric Blake
1
-15
/
+1
2016-06-30
range: Create range.c for code that should not be inline
Eric Blake
1
-57
/
+22
2016-06-29
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
17
-18
/
+1192
2016-06-29
socket: unlink unix socket on remove
Marc-André Lureau
1
-0
/
+1
2016-06-29
socket: add listen feature
Marc-André Lureau
1
-0
/
+1
2016-06-29
vhost-user-test: fix g_cond_wait_until compat implementation
Paolo Bonzini
1
-0
/
+26
2016-06-29
ich9: implement SCI_IRQ_SEL register
Paolo Bonzini
1
-0
/
+1
2016-06-29
serial: remove watch on reset
Paolo Bonzini
1
-0
/
+1
2016-06-29
char: change qemu_chr_fe_add_watch to return unsigned
Paolo Bonzini
1
-2
/
+14
2016-06-29
serial: make tsr_retry unsigned
Paolo Bonzini
1
-1
/
+1
2016-06-29
target-*: Don't redefine cpu_exec()
Peter Crosthwaite
1
-0
/
+2
2016-06-29
vnc: generalize "VNC server running on ..." message
Paolo Bonzini
1
-7
/
+0
2016-06-29
scsi: esp: fix migration
Paolo Bonzini
1
-1
/
+4
2016-06-29
isa: introduce wrapper isa_connect_gpio_out
Efimov Vasily
1
-0
/
+1
2016-06-29
ICH9 LPC: handle GSI as qdev GPIO
Efimov Vasily
1
-1
/
+3
2016-06-29
ich9: unify pic and ioapic IRQ vectors
Paolo Bonzini
1
-2
/
+1
2016-06-29
ICH9 SMB: make TYPE_ICH9_SMB_DEVICE macro public
Efimov Vasily
1
-0
/
+2
2016-06-29
port92: handle A20 IRQ as GPIO
Efimov Vasily
1
-0
/
+2
2016-06-29
pckbd: handle A20 IRQ as GPIO
Efimov Vasily
1
-0
/
+1
2016-06-29
Q35: implement property interfece to several parameters
Efimov Vasily
2
-2
/
+9
2016-06-29
pflash: make TYPE_CFI_PFLASH0{1,2} macros public
Efimov Vasily
1
-0
/
+3
2016-06-29
vmport: identify vmport type by macro TYPE_VMPORT
Efimov Vasily
1
-1
/
+2
2016-06-29
pcspk: convert "pit" property type from ptr to link
Efimov Vasily
1
-1
/
+1
2016-06-29
ide: move headers to include folder
Efimov Vasily
3
-0
/
+1116
2016-06-28
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-2
/
+4
2016-06-28
virtio-blk: add num-queues device property
Stefan Hajnoczi
1
-1
/
+0
2016-06-28
virtio-blk: associate request with a virtqueue
Stefan Hajnoczi
1
-1
/
+3
2016-06-28
virtio-blk: add VirtIOBlockConf->num_queues
Stefan Hajnoczi
1
-0
/
+1
2016-06-28
Change net/socket.c to use socket_*() functions
Ashijeet Acharya
1
-1
/
+15
2016-06-27
ast2400: Integrate the SCU model and set silicon revision
Andrew Jeffery
1
-0
/
+2
2016-06-27
hw/misc: Add a model for the ASPEED System Control Unit
Andrew Jeffery
1
-0
/
+34
2016-06-27
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160627' into...
Peter Maydell
2
-1
/
+3
2016-06-27
Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160624' into staging
Peter Maydell
2
-20
/
+27
2016-06-27
qapi: keep names in 'CpuInstanceProperties' in sync with struct CPUCore
Peter Krempa
1
-0
/
+3
2016-06-27
ppc/xics: Remove unused xics_set_irq_type()
Benjamin Herrenschmidt
1
-1
/
+0
2016-06-24
linux-user: Update preprocessor constants for Mips-specific e_flags bits
Aleksandar Markovic
1
-0
/
+2
[next]