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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-26
migration: reorder code to make it symmetric
Wei Yang
1
-3
/
+2
2016-02-25
build: [bsd-user] Rename "syscall.h" to "target_syscall.h" in target directories
Lluís Vilanova
5
-1
/
+20
2016-02-25
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
31
-165
/
+564
2016-02-25
target-i386: fix confusion in xcr0 bit position vs. mask
Paolo Bonzini
4
-42
/
+59
2016-02-25
chardev: Properly initialize ChardevCommon components
Eric Blake
4
-14
/
+30
2016-02-25
memory: Remove unreachable return statement
Gonglei
1
-2
/
+0
2016-02-25
memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_length
Gonglei
3
-21
/
+31
2016-02-25
exec: store RAMBlock pointer into memory region
Gonglei
3
-0
/
+5
2016-02-25
Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-20160225'...
Peter Maydell
5
-37
/
+615
2016-02-25
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
38
-1327
/
+314
2016-02-25
target-tricore: add opd trap generation
Bastian Koppelmann
1
-8
/
+277
2016-02-25
target-tricore: add illegal opcode trap generation
Bastian Koppelmann
1
-19
/
+156
2016-02-25
target-tricore: add context managment trap generation
Bastian Koppelmann
1
-3
/
+30
2016-02-25
target-tricore: Add trap handling & SOVF/OVF traps
Bastian Koppelmann
4
-2
/
+147
2016-02-25
target-tricore: Fix wrong precedences on psw_write
Bastian Koppelmann
1
-4
/
+4
2016-02-25
target-tricore: fix save_context_upper using env->PSW
Bastian Koppelmann
1
-1
/
+1
2016-02-25
Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160225' int...
Peter Maydell
36
-93
/
+296
2016-02-25
q35: No need to check gigabyte_align
Eduardo Habkost
1
-3
/
+1
2016-02-25
q35: Remove unused q35-acpi-dsdt.aml file
Eduardo Habkost
3
-5
/
+1
2016-02-25
ich9: Remove enable_tco arguments from init functions
Eduardo Habkost
5
-10
/
+7
2016-02-25
machine: Remove no_tco field
Eduardo Habkost
2
-3
/
+1
2016-02-25
q35: Remove old machine versions
Eduardo Habkost
1
-165
/
+0
2016-02-25
tests/vhost-user-bridge: fix build on 32 bit systems
Michael S. Tsirkin
1
-7
/
+7
2016-02-25
vring: remove
Paolo Bonzini
6
-679
/
+0
2016-02-25
virtio-scsi: do not use vring in dataplane
Paolo Bonzini
3
-234
/
+35
2016-02-25
virtio-blk: do not use vring in dataplane
Paolo Bonzini
4
-146
/
+19
2016-02-25
virtio-blk: fix "disabled data plane" mode
Paolo Bonzini
3
-13
/
+11
2016-02-25
virtio: export vring_notify as virtio_should_notify
Paolo Bonzini
2
-2
/
+3
2016-02-25
virtio: add AioContext-specific function for host notifiers
Paolo Bonzini
2
-0
/
+18
2016-02-25
vring: make vring_enable_notification return void
Paolo Bonzini
3
-4
/
+4
2016-02-25
block-migration: acquire AioContext as necessary
Paolo Bonzini
1
-13
/
+52
2016-02-25
pci core: function pci_bus_init() cleanup
Cao jin
1
-5
/
+2
2016-02-25
pci core: function pci_host_bus_register() cleanup
Cao jin
1
-3
/
+3
2016-02-25
balloon: Use only 'pc-dimm' type dimm for ballooning
Vladimir Sementsov-Ogievskiy
1
-2
/
+20
2016-02-25
virtio-balloon: rewrite get_current_ram_size()
Vladimir Sementsov-Ogievskiy
1
-17
/
+6
2016-02-25
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.6-20160225' into...
Peter Maydell
7
-6
/
+105
2016-02-25
ppc/kvm: Tell the user what might be wrong when using bad CPU types with kvm-hv
Thomas Huth
1
-0
/
+4
2016-02-25
ppc/kvm: Use error_report() instead of cpu_abort() for user-triggerable errors
Thomas Huth
1
-2
/
+5
2016-02-25
spapr: initialize local Error pointer
Greg Kurz
1
-1
/
+1
2016-02-25
hw/ppc/spapr: Implement the h_page_init hypercall
Thomas Huth
2
-2
/
+94
2016-02-25
pseries: Update SLOF firmware image to 20160223
Alexey Kardashevskiy
3
-1
/
+1
2016-02-24
linux-user: add getrandom() syscall
Laurent Vivier
1
-0
/
+13
2016-02-23
linux-user: correct timerfd_create syscall numbers
Riku Voipio
6
-6
/
+6
2016-02-23
linux-user: remove unavailable syscalls from aarch64
Riku Voipio
2
-61
/
+0
2016-02-23
linux-user: sync syscall numbers with kernel
Riku Voipio
13
-17
/
+200
2016-02-23
linux-user: Don't assert if guest tries shmdt(0)
Peter Maydell
1
-5
/
+7
2016-02-23
linux-user: set ppc64/ppc64le default CPU to POWER8
Laurent Vivier
1
-1
/
+1
2016-02-23
build: [linux-user] Rename "syscall.h" to "target_syscall.h" in target direct...
Lluís Vilanova
19
-1
/
+67
2016-02-23
linux-user: fix realloc size of target_fd_trans.
Laurent Vivier
1
-2
/
+2
2016-02-23
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160223' into staging
Peter Maydell
16
-163
/
+214
[next]