index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
omap_gptimer.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-12-17
pci: move pci core code to hw/pci
Michael S. Tsirkin
32
-11
/
+11
2012-12-12
MAINTAINERS: add hw/pci/ to list of PCI files
Michael S. Tsirkin
1
-0
/
+1
2012-12-12
pci: prepare makefiles for pci code reorganization
Michael S. Tsirkin
4
-0
/
+4
2012-12-12
get_maintainer.pl: update from linix 3.8
Michael S. Tsirkin
1
-9
/
+16
2012-12-12
tap: reset vnet header size on open
Michael S. Tsirkin
1
-0
/
+8
2012-12-12
Fixup q35/ich9 Licenses
Jason Baron
3
-36
/
+23
2012-12-08
configure: Default to 'cc', not 'gcc'
Peter Maydell
1
-2
/
+11
2012-12-08
linux-user: Merge pread/pwrite into pread64/pwrite64
Peter Maydell
6
-32
/
+8
2012-12-08
target-xtensa: use movcond where possible
Max Filippov
1
-50
/
+42
2012-12-08
target-xtensa: add s32c1i unit tests
Max Filippov
2
-0
/
+40
2012-12-08
target-xtensa: add SR accessibility unit tests
Max Filippov
3
-1
/
+92
2012-12-08
target-xtensa: implement MISC SR
Max Filippov
3
-0
/
+6
2012-12-08
target-xtensa: better control rsr/wsr/xsr access to SRs
Max Filippov
1
-19
/
+30
2012-12-08
target-xtensa: restrict available SRs by enabled options
Max Filippov
3
-105
/
+130
2012-12-08
target-xtensa: implement CACHEATTR SR
Max Filippov
5
-1
/
+25
2012-12-08
target-xtensa: implement ATOMCTL SR
Max Filippov
7
-14
/
+131
2012-12-08
finally kill cpudef config section support
Eduardo Habkost
1
-49
/
+0
2012-12-08
HACKING: List areas where we may rely on impdef C behaviour
Peter Maydell
1
-0
/
+20
2012-12-08
pixman: require 0.18.4 or newer
Gerd Hoffmann
1
-2
/
+2
2012-12-08
TCG: Remove unused global gen_opc_ arrays.
Evgeny Voevodin
2
-8
/
+0
2012-12-08
TCG: Use gen_opc_instr_start from context instead of global variable.
Evgeny Voevodin
16
-46
/
+47
2012-12-08
TCG: Use gen_opc_icount from context instead of global variable.
Evgeny Voevodin
16
-16
/
+16
2012-12-08
TCG: Use gen_opc_pc from context instead of global variable.
Evgeny Voevodin
15
-33
/
+34
2012-12-08
tcg/tcg.h: Duplicate global TCG gen_opc_ arrays into TCGContext.
Evgeny Voevodin
1
-0
/
+3
2012-12-08
curses: Remove OpenBSD workaround
Brad Smith
1
-4
/
+0
2012-12-08
exec: Advise huge pages for the TCG code gen buffer
Richard Henderson
1
-0
/
+2
2012-12-07
target-i386: Postpone cpuid_level update to realize time
Igor Mammedov
1
-3
/
+5
2012-12-07
pc_sysfw: Plug memory leak on pc_fw_add_pflash_drv() error path
Markus Armbruster
1
-1
/
+3
2012-12-07
qemu-options: Fix space at EOL
Michal Privoznik
1
-1
/
+1
2012-12-07
Fix spelling in comments and documentation
Stefan Weil
2
-4
/
+4
2012-12-07
Clean up pci_drive_hot_add()'s use of BlockInterfaceType
Markus Armbruster
3
-13
/
+8
2012-12-07
arm: a9mpcore: remove un-used ptimer_iomem field
Peter Crosthwaite
1
-1
/
+0
2012-12-07
target-sparc: Remove t0, t1 from CPUSPARCState
Richard Henderson
1
-1
/
+0
2012-12-07
target-m68k: Remove t1 from CPUM68KState
Richard Henderson
1
-3
/
+0
2012-12-07
target-alpha: Remove t0, t1 from CPUAlphaState
Richard Henderson
1
-7
/
+0
2012-12-07
s390x: Spelling fixes (endianess -> endianness, occured -> occurred)
Stefan Weil
2
-4
/
+4
2012-12-07
Fix comments (adress -> address, layed -> laid, wierd -> weird)
Stefan Weil
3
-5
/
+5
2012-12-07
Fix spelling (prefered -> preferred)
Stefan Weil
2
-4
/
+5
2012-12-07
configure: Remove stray debug output
Peter Maydell
1
-2
/
+0
2012-12-07
sd: Send debug printfery to stderr not stdout
Peter Crosthwaite
1
-2
/
+2
2012-12-06
target-i386: Use define for cpuid vendor string size
Igor Mammedov
2
-3
/
+5
2012-12-06
target-i386: Separate feature string parsing from CPU model lookup
Eduardo Habkost
1
-23
/
+46
2012-12-06
target-i386/cpu.c: Coding style fixes
Eduardo Habkost
1
-14
/
+16
2012-12-06
qdev: qdev_create(): use error_report() instead of hw_error()
Eduardo Habkost
1
-3
/
+5
2012-12-06
sysemu.h: Include qemu-types.h instead of qemu-common.h
Eduardo Habkost
1
-1
/
+1
2012-12-06
Create qemu-types.h for struct typedefs
Eduardo Habkost
3
-61
/
+63
2012-12-06
qlist.h: Do not include qemu-common.h
Eduardo Habkost
1
-1
/
+0
2012-12-06
qga/channel-posix.c: Include headers it needs
Eduardo Habkost
1
-0
/
+5
2012-12-06
qapi/qmp-registry.c: Include headers it needs
Eduardo Habkost
1
-0
/
+2
2012-12-06
ui/vnc-palette.c: Include headers it needs
Eduardo Habkost
1
-0
/
+2
[next]