aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-31disas/nanomips: Replace Cpp enums for C enumsMilica Lazarevic1-4/+4
2022-10-31disas/nanomips: Replace exception handlingMilica Lazarevic1-55/+45
2022-10-31disas/nanomips: Expand Dis_info structMilica Lazarevic1-1351/+1357
2022-10-31disas/nanomips: Remove function overloadingMilica Lazarevic1-7/+1
2022-10-31disas/nanomips: Prevent memory leakingMilica Lazarevic1-45/+51
2022-10-31disas/nanomips: Remove CPR functionMilica Lazarevic1-65/+45
2022-10-31disas/nanomips: Remove IMMEDIATE functionsMilica Lazarevic1-491/+265
2022-10-31disas/nanomips: Replace std::string typeMilica Lazarevic1-2439/+2337
2022-10-31disas/nanomips: Delete wrapper functionsMilica Lazarevic1-16/+2
2022-10-31disas/nanomips: Delete copy functionsMilica Lazarevic1-1592/+1559
2022-10-31disas/nanomips: Remove #include <sstream>Milica Lazarevic1-1/+0
2022-10-31disas/nanomips: Delete nanomips.hMilica Lazarevic1-26/+0
2022-10-31disas/nanomips: Move typedefs etc to nanomips.cppMilica Lazarevic2-58/+56
2022-10-31disas/nanomips: Remove NMD classMilica Lazarevic2-118/+101
2022-10-31disas/nanomips: Remove Pool tables from the classMilica Lazarevic2-371/+193
2022-10-31disas/nanomips: Remove disasm methods from classMilica Lazarevic2-1913/+1275
2022-10-31disas/nanomips: Remove __cond methods from classMilica Lazarevic2-33/+23
2022-10-31disas/nanomips: Remove helper methods from classMilica Lazarevic2-318/+154
2022-10-31disas/nanomips: Delete NMD class second fieldMilica Lazarevic2-1329/+1331
2022-10-31disas/nanomips: Delete NMD class fieldMilica Lazarevic2-15/+2
2022-10-31disas/nanomips: Extract enums out of the NMD classMilica Lazarevic2-34/+33
2022-10-31disas/nanomips: Remove namespace imgMilica Lazarevic2-731/+712
2022-10-31hw: Remove unused MAX_IDE_BUS defineBALATON Zoltan6-10/+0
2022-10-31hw/isa/vt82c686: Create rtc-time alias in boards insteadBernhard Beschow3-2/+8
2022-10-31hw/isa/vt82c686: Embed RTCState in host deviceBernhard Beschow1-1/+11
2022-10-31hw/mips/fuloong2e: Inline vt82c686b_southbridge_init() and remove itBernhard Beschow1-18/+10
2022-10-31hw/isa/vt82c686: Instantiate AC97 and MC97 functions in host deviceBernhard Beschow3-9/+16
2022-10-31hw/isa/vt82c686: Instantiate PM function in host deviceBernhard Beschow4-5/+15
2022-10-31hw/isa/vt82c686: Instantiate USB functions in host deviceBernhard Beschow3-7/+12
2022-10-31hw/isa/vt82c686: Introduce TYPE_VT82C686B_USB_UHCI defineBernhard Beschow4-6/+7
2022-10-31hw/isa/vt82c686: Instantiate IDE function in host deviceBernhard Beschow6-11/+26
2022-10-31hw/isa/vt82c686: Introduce TYPE_VIA_IDE defineBernhard Beschow4-3/+4
2022-10-31hw/isa/vt82c686: Reuse errpBernhard Beschow1-1/+6
2022-10-31hw/isa/vt82c686: Prefer pci_address_space() over get_system_memory()Bernhard Beschow1-1/+1
2022-10-31hw/isa/vt82c686: Resolve unneeded attributeBernhard Beschow1-8/+8
2022-10-31hw/isa/vt82c686: Resolve chip-specific realize methodsBernhard Beschow1-15/+18
2022-10-30Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi17-31/+642
2022-10-30Merge tag 'pull-error-2022-10-28' of https://repo.or.cz/qemu/armbru into stagingStefan Hajnoczi7-11/+10
2022-10-30Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi25-210/+1473
2022-10-30Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi63-983/+984
2022-10-30Merge tag 'misc-next-pull-request' of https://gitlab.com/berrange/qemu into s...Stefan Hajnoczi11-158/+616
2022-10-30Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi42-96/+1435
2022-10-30Merge tag 'qga-pull-2022-10-26' of https://github.com/kostyanf14/qemu into st...Stefan Hajnoczi8-440/+780
2022-10-28net: stream: add QAPI events to report connection stateLaurent Vivier2-0/+54
2022-10-28net: stream: move to QIO to enable additional parametersLaurent Vivier2-318/+178
2022-10-28qemu-sockets: update socket_uri() and socket_parse() to be consistentLaurent Vivier1-1/+6
2022-10-28qemu-sockets: move and rename SocketAddress_to_str()Laurent Vivier3-23/+22
2022-10-28net: dgram: add unix socketLaurent Vivier3-2/+56
2022-10-28net: dgram: move mcast specific code from net_socket_fd_init_dgram()Laurent Vivier1-67/+76
2022-10-28net: dgram: make dgram_dst genericLaurent Vivier1-29/+53