index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
disas/nanomips: Prevent memory leaking
Milica Lazarevic
2022-10-31
1
-45
/
+51
*
disas/nanomips: Remove CPR function
Milica Lazarevic
2022-10-31
1
-65
/
+45
*
disas/nanomips: Remove IMMEDIATE functions
Milica Lazarevic
2022-10-31
1
-491
/
+265
*
disas/nanomips: Replace std::string type
Milica Lazarevic
2022-10-31
1
-2439
/
+2337
*
disas/nanomips: Delete wrapper functions
Milica Lazarevic
2022-10-31
1
-16
/
+2
*
disas/nanomips: Delete copy functions
Milica Lazarevic
2022-10-31
1
-1592
/
+1559
*
disas/nanomips: Remove #include <sstream>
Milica Lazarevic
2022-10-31
1
-1
/
+0
*
disas/nanomips: Delete nanomips.h
Milica Lazarevic
2022-10-31
1
-26
/
+0
*
disas/nanomips: Move typedefs etc to nanomips.cpp
Milica Lazarevic
2022-10-31
2
-58
/
+56
*
disas/nanomips: Remove NMD class
Milica Lazarevic
2022-10-31
2
-118
/
+101
*
disas/nanomips: Remove Pool tables from the class
Milica Lazarevic
2022-10-31
2
-371
/
+193
*
disas/nanomips: Remove disasm methods from class
Milica Lazarevic
2022-10-31
2
-1913
/
+1275
*
disas/nanomips: Remove __cond methods from class
Milica Lazarevic
2022-10-31
2
-33
/
+23
*
disas/nanomips: Remove helper methods from class
Milica Lazarevic
2022-10-31
2
-318
/
+154
*
disas/nanomips: Delete NMD class second field
Milica Lazarevic
2022-10-31
2
-1329
/
+1331
*
disas/nanomips: Delete NMD class field
Milica Lazarevic
2022-10-31
2
-15
/
+2
*
disas/nanomips: Extract enums out of the NMD class
Milica Lazarevic
2022-10-31
2
-34
/
+33
*
disas/nanomips: Remove namespace img
Milica Lazarevic
2022-10-31
2
-731
/
+712
*
hw: Remove unused MAX_IDE_BUS define
BALATON Zoltan
2022-10-31
6
-10
/
+0
*
hw/isa/vt82c686: Create rtc-time alias in boards instead
Bernhard Beschow
2022-10-31
3
-2
/
+8
*
hw/isa/vt82c686: Embed RTCState in host device
Bernhard Beschow
2022-10-31
1
-1
/
+11
*
hw/mips/fuloong2e: Inline vt82c686b_southbridge_init() and remove it
Bernhard Beschow
2022-10-31
1
-18
/
+10
*
hw/isa/vt82c686: Instantiate AC97 and MC97 functions in host device
Bernhard Beschow
2022-10-31
3
-9
/
+16
*
hw/isa/vt82c686: Instantiate PM function in host device
Bernhard Beschow
2022-10-31
4
-5
/
+15
*
hw/isa/vt82c686: Instantiate USB functions in host device
Bernhard Beschow
2022-10-31
3
-7
/
+12
*
hw/isa/vt82c686: Introduce TYPE_VT82C686B_USB_UHCI define
Bernhard Beschow
2022-10-31
4
-6
/
+7
*
hw/isa/vt82c686: Instantiate IDE function in host device
Bernhard Beschow
2022-10-31
6
-11
/
+26
*
hw/isa/vt82c686: Introduce TYPE_VIA_IDE define
Bernhard Beschow
2022-10-31
4
-3
/
+4
*
hw/isa/vt82c686: Reuse errp
Bernhard Beschow
2022-10-31
1
-1
/
+6
*
hw/isa/vt82c686: Prefer pci_address_space() over get_system_memory()
Bernhard Beschow
2022-10-31
1
-1
/
+1
*
hw/isa/vt82c686: Resolve unneeded attribute
Bernhard Beschow
2022-10-31
1
-8
/
+8
*
hw/isa/vt82c686: Resolve chip-specific realize methods
Bernhard Beschow
2022-10-31
1
-15
/
+18
*
Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...
Stefan Hajnoczi
2022-10-30
17
-31
/
+642
|
\
|
*
vl: Allow ThreadContext objects to be created before the sandbox option
David Hildenbrand
2022-10-27
1
-4
/
+32
|
*
hostmem: Allow for specifying a ThreadContext for preallocation
David Hildenbrand
2022-10-27
3
-3
/
+15
|
*
util: Make qemu_prealloc_mem() optionally consume a ThreadContext
David Hildenbrand
2022-10-27
5
-11
/
+22
|
*
util: Add write-only "node-affinity" property for ThreadContext
David Hildenbrand
2022-10-27
3
-2
/
+93
|
*
util: Introduce ThreadContext user-creatable object
David Hildenbrand
2022-10-27
5
-0
/
+354
|
*
util: Introduce qemu_thread_set_affinity() and qemu_thread_get_affinity()
David Hildenbrand
2022-10-27
4
-0
/
+102
|
*
util: Cleanup and rename os_mem_prealloc()
David Hildenbrand
2022-10-27
6
-23
/
+36
|
*
hw/mem/nvdimm: fix error message for 'unarmed' flag
Julia Suvorova
2022-10-24
1
-1
/
+1
*
|
Merge tag 'pull-error-2022-10-28' of https://repo.or.cz/qemu/armbru into staging
Stefan Hajnoczi
2022-10-30
7
-11
/
+10
|
\
\
|
*
|
qerror: QERR_PERMISSION_DENIED is no longer used, drop
Markus Armbruster
2022-10-27
1
-3
/
+0
|
*
|
qtest: Improve error messages when property can not be set right now
Markus Armbruster
2022-10-27
1
-2
/
+2
|
*
|
backends: Improve error messages when property can no longer be set
Markus Armbruster
2022-10-27
4
-4
/
+4
|
*
|
qom: Improve error messages when property has no getter or setter
Markus Armbruster
2022-10-27
1
-2
/
+4
*
|
|
Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging
Stefan Hajnoczi
2022-10-30
25
-210
/
+1473
|
\
\
\
|
*
|
|
net: stream: add QAPI events to report connection state
Laurent Vivier
2022-10-28
2
-0
/
+54
|
*
|
|
net: stream: move to QIO to enable additional parameters
Laurent Vivier
2022-10-28
2
-318
/
+178
|
*
|
|
qemu-sockets: update socket_uri() and socket_parse() to be consistent
Laurent Vivier
2022-10-28
1
-1
/
+6
[next]